Classes | Public Member Functions | Protected Member Functions | Protected Attributes

alma.acs.commandcenter.meta.Firestarter Class Reference

List of all members.

Classes

class  OrbInitException

Public Member Functions

 Firestarter (String clientName, AcsLogger 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
AcsLogger logger = null
AdvancedComponentClient advancedComponentClient = null
String managerLoc = null
AcsCorba acsCorba = null
Integer orbPort = null
Integer orbPortSearchRetry = null

Constructor & Destructor Documentation

alma.acs.commandcenter.meta.Firestarter.Firestarter ( String  clientName  )  [protected]
alma.acs.commandcenter.meta.Firestarter.Firestarter ( String  clientName,
AcsLogger  logger,
String  managerLoc 
)

Creates a Firestarter for a client.

Parameters:
clientName - e.g. "AcsCommandCenter" or "OMC"
logger - logger which will be passed to delegates
managerLoc - the corbaloc of the manager

Member Function Documentation

AcsCorba alma.acs.commandcenter.meta.Firestarter.giveAcsCorba (  )  throws OrbInitException
AdvancedComponentClient alma.acs.commandcenter.meta.Firestarter.giveAdvancedComponentClient (  )  throws Exception
org.omg.CORBA.ORB alma.acs.commandcenter.meta.Firestarter.giveOrb (  )  throws OrbInitException
void alma.acs.commandcenter.meta.Firestarter.shutdown (  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties