|
Public Member Functions |
| void | initialize (ContainerServices cont) throws ComponentLifecycleException |
| void | execute () throws ComponentLifecycleException |
| void | cleanUp () |
| void | aboutToAbort () |
| Alarm[] | getActiveMultiplicityChildren (String parentId) |
| Alarm[] | getActiveNodeChildren (String parentId) |
| Alarm | getAlarmById (String id) |
| Alarm | getAlarmByTriplet (String ff, String fm, int fc) |
| Alarm[] | getAlarmsByCategory (int categoryId) |
| Alarm[] | getAlarmsByPriority (int priority) |
| Alarm[] | getAlarmsByResponsiblePerson (int responsibleId) |
| Alarm[] | getAlarmsBySource (String sourceId) |
| Category[] | getCategories () |
| Category | getCategoryByPath (String path) |
| Category[] | getCategoryChildren (int nodeId) |
| Category | getCategoryParent (int nodeId) |
| String | getCategoryRootTopic () |
| Category | getCategoryTreeRoot () |
| String | getClientRootTopic () |
| long | getHeartbeatFrequency () |
| String | getHeartbeatTopic () |
| Alarm[] | getMultiplicityChildren (String parentId) |
| Alarm[] | getMultiplicityParents (String childId) |
| int | getMultiplicityThreshold (String parentId) |
| Alarm[] | getNodeChildren (String parentId) |
| Alarm[] | getNodeParents (String childId) |
| ResponsiblePerson[] | getResponsiblePersons () |
| String | getSearchRootTopic () |
| Source[] | getSources () |
| void | archiveSearch (int[] categoryIds, String sql, String clientId) |
| void | search (int[] categoryIds, String sql, String clientId) |
| void | select (int[] categoryIds, String client) throws LaserProcessingException |
| String | createAdminUser (String name, String password) throws alma.alarmsystem.LaserDefinitionException |
| String | loginAdminUser (String name, String password) |
| void | createCategory (String userId, alma.alarmsystem.CategoryDefinition definition) throws alma.alarmsystem.LaserDefinitionException |
| void | createSource (String userId, alma.alarmsystem.SourceDefinition definition) throws alma.alarmsystem.LaserDefinitionException |
| void | createAlarm (String userId, alma.alarmsystem.AlarmDefinition definition) throws alma.alarmsystem.LaserDefinitionException |
Package Attributes |
| ContainerServices | contSvcs |
| Logger | logger = null |
| ACSAdminUserDAOImpl | adminUserDAO |
| ACSAlarmDAOImpl | alarmDAO |
| ACSCategoryDAOImpl | categoryDAO |
| ACSResponsiblePersonDAOImpl | responsiblePersonDAO |
| ACSSourceDAOImpl | sourceDAO |
| AdminUserDefinitionServiceImpl | adminUserDefinitionService |
| AlarmCacheServerImpl | alarmCacheServer |
| AlarmDefinitionServiceImpl | alarmDefinitionService |
| AlarmMessageProcessorImpl | alarmMessageProcessor |
| AlarmPublisherImpl | alarmPublisher |
| AlarmSourceMonitorImpl | alarmSourceMonitor |
| CategoryDefinitionServiceImpl | categoryDefinitionService |
| CoreServiceImpl | coreService |
| HeartbeatImpl | heartbeat |
| MailAndSmsServerImpl | mailAndSmsServer |
| SourceDefinitionServiceImpl | sourceDefinitionService |
| AlarmCacheListener | alarmCacheListener |
| ACSAlarmCacheImpl | alarmCache |
| ACSJMSTopicConnectionFactory | defaultTopicConnectionFactory |
Private Member Functions |
| Alarm | fromBusinessAlarm (cern.laser.business.data.Alarm alarm) |
| Alarm[] | fromBusinessAlarmCollection (Collection alarms) |
Static Private Member Functions |
| Category | fromBusinessCategory (cern.laser.business.data.Category category) |
| Category[] | fromBusinessCategoryCollection (Collection categories) |
| ResponsiblePerson | fromBusinessResponsiblePerson (cern.laser.business.data.ResponsiblePerson person) |
| Source | fromBusinessSource (cern.laser.business.data.Source source) |
| String | getString (String str) |