
Public Member Functions | |
| CategorySubscriber (ContainerServices contSvc, String rootName, String pathName, CategoryClient categoryClient) throws Exception | |
| void | close () |
| void | finalize () |
| void | onMessage (Message msg) |
Static Public Attributes | |
| final String | NOT_AVAILABLE = "N/A" |
Private Member Functions | |
| void | initParser () throws Exception |
| void | connectSubscriber () throws JMSException |
| void | adddAlarmView (String xmlString) |
Private Attributes | |
| ContainerServices | acsCS |
| String | rootName |
| String | pathName |
| ACSJMSTopicSubscriber | consumer |
| ACSJMSSession | session |
| Topic | topic |
| DocumentBuilder | builder = null |
| CategoryClient | categoryClient |
| volatile boolean | closed = false |
|
||||||||||||||||||||
|
Constructor
|
|
|
Get the fields of the alarm to show in the table and add the alarm to the model
|
|
|
Close the subscriber Should be called when done. |
|
|
Connect the JMS consumer settting this class as listener for incoming messages
|
|
|
|
|
|
Initialize the parser |
|
|
Executed when a message has been received
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8