

Public Member Functions | |
| boolean | ping () |
| si.ijs.maci.ClientInfo | login (si.ijs.maci.Client reference) throws alma.maciErrType.NoPermissionEx |
| void | logout (int id) throws alma.maciErrType.NoPermissionEx |
| int | register_component (int id, java.lang.String component_url, java.lang.String type, org.omg.CORBA.Object c) throws alma.maciErrType.NoPermissionEx,alma.maciErrType.CannotRegisterComponentEx |
| void | unregister_component (int id, int h) throws alma.maciErrType.CannotUnregisterComponentEx,alma.maciErrType.NoPermissionEx |
| org.omg.CORBA.Object | get_service (int id, java.lang.String service_url, boolean activate) throws alma.maciErrType.ComponentNotAlreadyActivatedEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx,alma.maciErrType.ComponentConfigurationNotFoundEx |
| org.omg.CORBA.Object | get_component (int id, java.lang.String service_url, boolean activate) throws alma.maciErrType.ComponentNotAlreadyActivatedEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx,alma.maciErrType.ComponentConfigurationNotFoundEx |
| org.omg.CORBA.Object | get_component_non_sticky (int id, java.lang.String component_url) throws alma.maciErrType.ComponentNotAlreadyActivatedEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx |
| void | make_component_immortal (int id, java.lang.String component_url, boolean immortal_state) throws alma.maciErrType.ComponentNotAlreadyActivatedEx,alma.maciErrType.NoPermissionEx |
| int | release_component (int id, java.lang.String component_url) throws alma.maciErrType.NoPermissionEx |
| int | force_release_component (int id, java.lang.String component_url) throws alma.maciErrType.NoPermissionEx |
| void | shutdown (int id, int containers) |
| si.ijs.maci.ContainerInfo[] | get_container_info (int id, int[] h, java.lang.String name_wc) throws alma.maciErrType.NoPermissionEx |
| si.ijs.maci.ClientInfo[] | get_client_info (int id, int[] h, java.lang.String name_wc) throws alma.maciErrType.NoPermissionEx |
| si.ijs.maci.ComponentInfo[] | get_component_info (int id, int[] h, java.lang.String name_wc, java.lang.String type_wc, boolean active_only) throws alma.maciErrType.NoPermissionEx |
| org.omg.CORBA.Object | restart_component (int client, java.lang.String component_url) throws alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx |
| si.ijs.maci.ComponentInfo | get_dynamic_component (int client, si.ijs.maci.ComponentSpec c, boolean mark_as_default) throws alma.maciErrType.IncompleteComponentSpecEx,alma.maciErrType.InvalidComponentSpecEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx,alma.maciErrType.ComponentSpecIncompatibleWithActiveComponentEx |
| si.ijs.maci.ComponentInfo | get_collocated_component (int client, si.ijs.maci.ComponentSpec c, boolean mark_as_default, java.lang.String target_component) throws alma.maciErrType.IncompleteComponentSpecEx,alma.maciErrType.InvalidComponentSpecEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx,alma.maciErrType.ComponentSpecIncompatibleWithActiveComponentEx |
| si.ijs.maci.ComponentInfo | get_default_component (int client, java.lang.String component_type) throws alma.maciErrType.NoDefaultComponentEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx |
| void | shutdown_container (int id, java.lang.String container_name, int action) throws alma.maciErrType.NoPermissionEx |
Package Functions | |
| java.lang.String | domain_name () |
Generated from IDL interface "Manager"
| java.lang.String si::ijs::maci::ManagerOperations::domain_name | ( | ) | [package] |
| int si::ijs::maci::ManagerOperations::force_release_component | ( | int | id, | |
| java.lang.String | component_url | |||
| ) | throws alma.maciErrType.NoPermissionEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::maci::ManagerPOATie::force_release_component(), alma::acs::container::AcsManagerProxy::force_release_component(), si::ijs::maci::_ManagerStub::force_release_component(), and alma::acs::commandcenter::meta::GuiMaciSupervisor::managerForceReleaseComponent().
| si.ijs.maci.ClientInfo [] si::ijs::maci::ManagerOperations::get_client_info | ( | int | id, | |
| int[] | h, | |||
| java.lang.String | name_wc | |||
| ) | throws alma.maciErrType.NoPermissionEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::maci::ManagerPOATie::get_client_info(), si::ijs::maci::_ManagerStub::get_client_info(), alma::acs::commandcenter::meta::MaciSupervisor::retrieveClientInfo(), alma::acs::gui::loglevel::tree::AdministratorClient::retrieveClientInfo(), and com::cosylab::acs::maci::util::DumpManagerState::test().
| si.ijs.maci.ComponentInfo si::ijs::maci::ManagerOperations::get_collocated_component | ( | int | client, | |
| si.ijs.maci.ComponentSpec | c, | |||
| boolean | mark_as_default, | |||
| java.lang.String | target_component | |||
| ) | throws alma.maciErrType.IncompleteComponentSpecEx,alma.maciErrType.InvalidComponentSpecEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx,alma.maciErrType.ComponentSpecIncompatibleWithActiveComponentEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::maci::ManagerPOATie::get_collocated_component(), alma::acs::container::AcsManagerProxy::get_collocated_component(), and si::ijs::maci::_ManagerStub::get_collocated_component().
| org.omg.CORBA.Object si::ijs::maci::ManagerOperations::get_component | ( | int | id, | |
| java.lang.String | service_url, | |||
| boolean | activate | |||
| ) | throws alma.maciErrType.ComponentNotAlreadyActivatedEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx,alma.maciErrType.ComponentConfigurationNotFoundEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::maci::ManagerPOATie::get_component(), alma::acs::container::AcsManagerProxy::get_component(), si::ijs::maci::_ManagerStub::get_component(), alma::acs::commandcenter::meta::GuiMaciSupervisor::managerGetComponent(), alma::TT::PropertySeqTest::setUp(), alma::TT::PropertyPrimTest::setUp(), alma::PS::PropertyDoubleTest::setUp(), alma::ACS::jbaci::enumProp::test::EnumPropertyTest::setUp(), test::jbaci::SimpleMasterComponentTest::test(), and alma::acsexmplBuilding::BuildingTest::test().
| si.ijs.maci.ComponentInfo [] si::ijs::maci::ManagerOperations::get_component_info | ( | int | id, | |
| int[] | h, | |||
| java.lang.String | name_wc, | |||
| java.lang.String | type_wc, | |||
| boolean | active_only | |||
| ) | throws alma.maciErrType.NoPermissionEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::explodeRootNodeByName(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::explodeRootNodeByType(), si::ijs::maci::ManagerPOATie::get_component_info(), alma::acs::container::AcsManagerProxy::get_component_info(), si::ijs::maci::_ManagerStub::get_component_info(), alma::acs::commandcenter::meta::MaciSupervisor::retrieveComponentInfo(), alma::acs::gui::loglevel::tree::AdministratorClient::retrieveComponentInfo(), alma::test::corbareftest::AdministratorClient::retrieveComponentInfo(), and com::cosylab::acs::maci::util::DumpManagerState::test().
| org.omg.CORBA.Object si::ijs::maci::ManagerOperations::get_component_non_sticky | ( | int | id, | |
| java.lang.String | component_url | |||
| ) | throws alma.maciErrType.ComponentNotAlreadyActivatedEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::maci::ManagerPOATie::get_component_non_sticky(), alma::acs::container::AcsManagerProxy::get_component_non_sticky(), si::ijs::maci::_ManagerStub::get_component_non_sticky(), alma::acs::container::AcsManagerProxy::getComponentNonSticky(), and alma::acs::commandcenter::meta::GuiMaciSupervisor::managerGetComponentNonSticky().
| si.ijs.maci.ContainerInfo [] si::ijs::maci::ManagerOperations::get_container_info | ( | int | id, | |
| int[] | h, | |||
| java.lang.String | name_wc | |||
| ) | throws alma.maciErrType.NoPermissionEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::maci::ManagerPOATie::get_container_info(), si::ijs::maci::_ManagerStub::get_container_info(), alma::acs::commandcenter::meta::MaciSupervisor::retrieveContainerInfo(), alma::acs::gui::loglevel::tree::AdministratorClient::retrieveContainerInfo(), alma::test::corbareftest::AdministratorClient::retrieveContainerInfo(), and com::cosylab::acs::maci::util::DumpManagerState::test().
| si.ijs.maci.ComponentInfo si::ijs::maci::ManagerOperations::get_default_component | ( | int | client, | |
| java.lang.String | component_type | |||
| ) | throws alma.maciErrType.NoDefaultComponentEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::maci::ManagerPOATie::get_default_component(), alma::acs::container::AcsManagerProxy::get_default_component(), and si::ijs::maci::_ManagerStub::get_default_component().
| si.ijs.maci.ComponentInfo si::ijs::maci::ManagerOperations::get_dynamic_component | ( | int | client, | |
| si.ijs.maci.ComponentSpec | c, | |||
| boolean | mark_as_default | |||
| ) | throws alma.maciErrType.IncompleteComponentSpecEx,alma.maciErrType.InvalidComponentSpecEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx,alma.maciErrType.ComponentSpecIncompatibleWithActiveComponentEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::maci::ManagerPOATie::get_dynamic_component(), alma::acs::container::AcsManagerProxy::get_dynamic_component(), and si::ijs::maci::_ManagerStub::get_dynamic_component().
| org.omg.CORBA.Object si::ijs::maci::ManagerOperations::get_service | ( | int | id, | |
| java.lang.String | service_url, | |||
| boolean | activate | |||
| ) | throws alma.maciErrType.ComponentNotAlreadyActivatedEx,alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx,alma.maciErrType.ComponentConfigurationNotFoundEx |
| si.ijs.maci.ClientInfo si::ijs::maci::ManagerOperations::login | ( | si.ijs.maci.Client | reference | ) | throws alma.maciErrType.NoPermissionEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), alma::acs::commandcenter::meta::MaciSupervisor::connectToManager(), alma::acs::gui::loglevel::tree::AdministratorClient::connectToManager(), alma::test::corbareftest::AdministratorClient::connectToManager(), test::jbaci::SimpleMasterComponentTest::login(), si::ijs::maci::ManagerPOATie::login(), com::cosylab::acs::maci::util::DumpManagerState::login(), alma::acsexmplBuilding::BuildingTest::login(), si::ijs::maci::_ManagerStub::login(), alma::acs::container::AcsManagerProxy::loginToManager(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::resolveManager(), and si::ijs::acs::objectexplorer::engine::ANKA::ANKARemoteAccess::resolveManager().
| void si::ijs::maci::ManagerOperations::logout | ( | int | id | ) | throws alma.maciErrType.NoPermissionEx |
Implemented in com::cosylab::acs::maci::plug::ManagerProxyImpl, si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::destroy(), si::ijs::acs::objectexplorer::engine::ANKA::ANKARemoteAccess::destroy(), alma::acs::gui::loglevel::tree::AdministratorClient::disconnect(), alma::test::corbareftest::AdministratorClient::disconnect(), alma::acs::commandcenter::meta::MaciSupervisor::disconnectFromManager(), test::jbaci::SimpleMasterComponentTest::logout(), si::ijs::maci::ManagerPOATie::logout(), com::cosylab::acs::maci::util::DumpManagerState::logout(), alma::acsexmplBuilding::BuildingTest::logout(), si::ijs::maci::_ManagerStub::logout(), alma::acs::container::AcsManagerProxy::logoutFromManager(), and alma::acs::commandcenter::meta::GuiMaciSupervisor::managerLogout().
| void si::ijs::maci::ManagerOperations::make_component_immortal | ( | int | id, | |
| java.lang.String | component_url, | |||
| boolean | immortal_state | |||
| ) | throws alma.maciErrType.ComponentNotAlreadyActivatedEx,alma.maciErrType.NoPermissionEx |
| boolean si::ijs::maci::ManagerOperations::ping | ( | ) |
Implemented in com::cosylab::acs::maci::plug::ManagerProxyImpl, si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), alma::acs::commandcenter::meta::GuiMaciSupervisor::managerPing(), si::ijs::maci::ManagerPOATie::ping(), si::ijs::maci::_ManagerStub::ping(), and alma::acs::container::AcsManagerProxy::PingManagerThread::run().
| int si::ijs::maci::ManagerOperations::register_component | ( | int | id, | |
| java.lang.String | component_url, | |||
| java.lang.String | type, | |||
| org.omg.CORBA.Object | c | |||
| ) | throws alma.maciErrType.NoPermissionEx,alma.maciErrType.CannotRegisterComponentEx |
| int si::ijs::maci::ManagerOperations::release_component | ( | int | id, | |
| java.lang.String | component_url | |||
| ) | throws alma.maciErrType.NoPermissionEx |
Implemented in si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::destroy(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::disconnect(), alma::acs::commandcenter::meta::GuiMaciSupervisor::managerReleaseComponents(), si::ijs::maci::ManagerPOATie::release_component(), alma::acs::container::AcsManagerProxy::release_component(), si::ijs::maci::_ManagerStub::release_component(), alma::TT::PropertySeqTest::tearDown(), alma::TT::PropertyPrimTest::tearDown(), alma::PS::PropertyDoubleTest::tearDown(), alma::ACS::jbaci::enumProp::test::EnumPropertyTest::tearDown(), test::jbaci::SimpleMasterComponentTest::test(), and alma::acsexmplBuilding::BuildingTest::test().
| org.omg.CORBA.Object si::ijs::maci::ManagerOperations::restart_component | ( | int | client, | |
| java.lang.String | component_url | |||
| ) | throws alma.maciErrType.CannotGetComponentEx,alma.maciErrType.NoPermissionEx |
| void si::ijs::maci::ManagerOperations::shutdown | ( | int | id, | |
| int | containers | |||
| ) |
Implemented in com::cosylab::acs::maci::plug::ManagerProxyImpl, si::ijs::maci::_ManagerStub, and si::ijs::maci::ManagerPOATie.
Referenced by si::ijs::maci::ManagerPOA::_invoke(), alma::acs::commandcenter::meta::GuiMaciSupervisor::managerShutdown(), si::ijs::maci::ManagerPOATie::shutdown(), and si::ijs::maci::_ManagerStub::shutdown().
| void si::ijs::maci::ManagerOperations::shutdown_container | ( | int | id, | |
| java.lang.String | container_name, | |||
| int | action | |||
| ) | throws alma.maciErrType.NoPermissionEx |
| void si::ijs::maci::ManagerOperations::unregister_component | ( | int | id, | |
| int | h | |||
| ) | throws alma.maciErrType.CannotUnregisterComponentEx,alma.maciErrType.NoPermissionEx |
1.6.2