|
Public Member Functions |
| | MaciTestContainerImpl (ACE_CString name, maci::Manager_ptr mgr, PortableServer::POA_ptr poa, int onPing, int onActivate, bool haveRecovery) |
| virtual | ~MaciTestContainerImpl (void) |
| virtual maci::ComponentInfo * | activate_component (maci::Handle h, maci::ExecutionId execution_id, const char *name, const char *exe, const char *type) |
| virtual void | deactivate_components (const maci::HandleSeq &h) |
| virtual void | shutdown (CORBA::ULong action) |
| virtual maci::ComponentInfoSeq * | get_component_info (const maci::HandleSeq &h) |
| virtual char * | name () |
| virtual void | disconnect () |
| virtual maci::AuthenticationData * | authenticate (maci::ExecutionId execution_id, const char *question) |
| virtual void | message (CORBA::Short type, const char *message) |
| virtual CORBA::Boolean | ping () |
| virtual void | components_available (const maci::ComponentInfoSeq &cobs) |
| virtual void | components_unavailable (const maci::stringSeq &cob_names) |
Protected Attributes |
| int | m_onActivate |
| PortableServer::POA_ptr | m_poa |
| bool | m_haveRecovery |