|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a Notification activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
addNotificationListener(org.csapi.jr.se.policy.NotificationListener notificationListener)
Adds a NotificationListener which is interested in events generated by the Notification. |
void |
createNotification(java.lang.String[] events)
Invokes the createNotification() method on the Parlay Gateway. |
void |
destroyNotification(java.lang.String[] events)
Invokes the destroyNotification() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
getPolicyDomain()
Returns a reference to the PolicyDomain responsible for creation of the Notification. |
void |
removeNotificationListener(org.csapi.jr.se.policy.NotificationListener notificationListener)
Removes a NotificationListener which is no longer interested events generated by the Notification. |
Methods inherited from interface org.csapi.jr.se.Activity |
addActivityStateChangeListener, getState, removeActivityStateChangeListener |
Method Detail |
public org.csapi.jr.se.policy.PolicyDomain getPolicyDomain()
public void addNotificationListener(org.csapi.jr.se.policy.NotificationListener notificationListener)
notificationListener
- A reference to the NotificationListener which is to be added as
a listener.public void removeNotificationListener(org.csapi.jr.se.policy.NotificationListener notificationListener)
notificationListener
- A reference to the NotificationListener which is to be removed as
a listener.public void createNotification(java.lang.String[] events) throws PlatformException, java.lang.IllegalStateException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
java.lang.IllegalStateException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void destroyNotification(java.lang.String[] events) throws PlatformException, java.lang.IllegalStateException, CommonException, SyntaxErrorException
PlatformException
java.lang.IllegalStateException
CommonException
SyntaxErrorException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |