public interface AdminUser
AdminUserHandler| Modifier and Type | Method and Description |
|---|---|
AlarmDefinitionHandler |
getAlarmDefinitionHandler(org.omg.CORBA.ORB orb,
AcsLogger logger)
Get the alarm definition handler.
|
CategoryDefinitionHandler |
getCategoryDefinitionHandler(org.omg.CORBA.ORB orb,
AcsLogger logger)
Get the category definition handler.
|
CategoryLinkDefinitionHandler |
getCategoryLinkDefinitionHandler()
Get the alarm/category link definition handler.
|
ReductionMaskDefinitionHandler |
getReductionMaskDefinitionHandler()
Get the reduction and mask definition handler.
|
SourceDefinitionHandler |
getSourceDefinitionHandler(org.omg.CORBA.ORB orb,
AcsLogger logger)
Get the source definition handler.
|
java.util.Collection |
getUserAlarms()
Get the user defined alarms.
|
java.util.Collection |
getUserCategories()
Get the user defined categories.
|
java.util.Collection |
getUserSources()
Get the user defined sources.
|
AlarmDefinitionHandler getAlarmDefinitionHandler(org.omg.CORBA.ORB orb, AcsLogger logger) throws LaserDefinitionException
LaserDefinitionExceptionCategoryDefinitionHandler getCategoryDefinitionHandler(org.omg.CORBA.ORB orb, AcsLogger logger) throws LaserDefinitionException
LaserDefinitionExceptionCategoryLinkDefinitionHandler getCategoryLinkDefinitionHandler() throws LaserDefinitionException
LaserDefinitionExceptionReductionMaskDefinitionHandler getReductionMaskDefinitionHandler() throws LaserDefinitionException
LaserDefinitionExceptionSourceDefinitionHandler getSourceDefinitionHandler(org.omg.CORBA.ORB orb, AcsLogger logger) throws LaserDefinitionException
LaserDefinitionExceptionjava.util.Collection getUserAlarms()
throws LaserDefinitionException
LaserDefinitionException - if the request can not be servedjava.util.Collection getUserCategories()
throws LaserDefinitionException
LaserDefinitionException - if the request can not be servedjava.util.Collection getUserSources()
throws LaserDefinitionException
LaserDefinitionException - if the request can not be served