
Classes | |
| class | OrbInitException |
Public Member Functions | |
| Firestarter (String clientName, Logger logger, String managerLoc) | |
| void | shutdown () |
| AdvancedComponentClient | giveAdvancedComponentClient () throws Exception |
| org.omg.CORBA.ORB | giveOrb () throws OrbInitException |
| AcsCorba | giveAcsCorba () throws OrbInitException |
Protected Member Functions | |
| Firestarter (String clientName) | |
Protected Attributes | |
| String | clientName |
| Logger | logger = null |
| AdvancedComponentClient | advancedComponentClient = null |
| String | managerLoc = null |
| AcsCorba | acsCorba = null |
| Integer | orbPort = null |
| Integer | orbPortSearchRetry = null |
| alma::acs::commandcenter::meta::Firestarter::Firestarter | ( | String | clientName | ) | [inline, protected] |
| alma::acs::commandcenter::meta::Firestarter::Firestarter | ( | String | clientName, | |
| Logger | logger, | |||
| String | managerLoc | |||
| ) | [inline] |
Creates a Firestarter for a client.
| clientName | - e.g. "AcsCommandCenter" or "OMC" | |
| logger | - logger which will be passed to delegates | |
| managerLoc | - the corbaloc of the manager |
| AcsCorba alma::acs::commandcenter::meta::Firestarter::giveAcsCorba | ( | ) | throws OrbInitException [inline] |
References acsCorba, alma::acs::container::corba::AcsCorba::initCorbaForClient(), alma::acs::container::corba::AcsCorba::isInitialized(), logger, orbPort, orbPortSearchRetry, and alma::acs::container::corba::AcsCorba::setPortOptions().
Referenced by giveAdvancedComponentClient(), giveOrb(), and alma::acs::commandcenter::engine::Executor::remoteDaemonForServices().
| AdvancedComponentClient alma::acs::commandcenter::meta::Firestarter::giveAdvancedComponentClient | ( | ) | throws Exception [inline] |
References acsCorba, advancedComponentClient, clientName, giveAcsCorba(), logger, and managerLoc.
| org.omg.CORBA.ORB alma::acs::commandcenter::meta::Firestarter::giveOrb | ( | ) | throws OrbInitException [inline] |
| void alma::acs::commandcenter::meta::Firestarter::shutdown | ( | ) | [inline] |
AcsCorba alma::acs::commandcenter::meta::Firestarter::acsCorba = null [protected] |
Referenced by giveAcsCorba(), giveAdvancedComponentClient(), giveOrb(), and shutdown().
AdvancedComponentClient alma::acs::commandcenter::meta::Firestarter::advancedComponentClient = null [protected] |
Referenced by giveAdvancedComponentClient(), and shutdown().
String alma::acs::commandcenter::meta::Firestarter::clientName [protected] |
Referenced by giveAdvancedComponentClient().
Logger alma::acs::commandcenter::meta::Firestarter::logger = null [protected] |
Referenced by giveAcsCorba(), giveAdvancedComponentClient(), and shutdown().
String alma::acs::commandcenter::meta::Firestarter::managerLoc = null [protected] |
Referenced by giveAdvancedComponentClient().
Integer alma::acs::commandcenter::meta::Firestarter::orbPort = null [protected] |
Referenced by giveAcsCorba().
Integer alma::acs::commandcenter::meta::Firestarter::orbPortSearchRetry = null [protected] |
Referenced by giveAcsCorba().
1.6.2