Public Member Functions | |
ASISubscriberProxy () throws ASIException | |
void | close () |
long | subscribe (String source, ASIListener listener) throws ASIException |
long | subscribeAll (ASIListener listener) throws ASIException |
void | unsubscribe (long token) throws ASIException |
Private Attributes | |
ASIConfiguration | configuration = null |
Static Private Attributes | |
Subscriber | subscriber = null |
Category | cat = Category.getInstance(ASISubscriberProxy.class.getName()) |
|
Creates a new instance of ASISubscriberProxy |
|
Close the resources. |
|
Subscribe to ASIMessage from a specific alarm source. |
|
Subscribe to ASIMessage. |
|
Unsubscribe. |
|
logging category |
|
|
|
|