public class CernAlarmServiceUtils extends AlarmServiceUtils
Some of the methods of this class can be used through a script.
AlarmServiceUtils needs a ORB that can be passed in the constructor
directly or through an instance of ContainerServicesBase.
If the empty constructor is used, a new ORB is instantiated.
| Constructor and Description |
|---|
CernAlarmServiceUtils(AcsLogger theLogger)
Constructor
|
CernAlarmServiceUtils(ContainerServicesBase containerServices)
Constructor
|
CernAlarmServiceUtils(org.omg.CORBA.ORB orb,
AcsLogger theLogger)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CERNAlarmService |
getCernAlarmService()
Get a reference to the
CERNAlarmService. |
getAcsAlarmService, getAlarmService, getAlarmServiceType, main, printUsage, shutdownORBpublic CernAlarmServiceUtils(org.omg.CORBA.ORB orb,
AcsLogger theLogger)
orb - The ORBtheLogger - The loggerpublic CernAlarmServiceUtils(ContainerServicesBase containerServices)
containerServices - The container servicespublic CernAlarmServiceUtils(AcsLogger theLogger)
theLogger - The logger; if null a new logger is instantiated