|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a Notifications activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
addNotificationsListener(org.csapi.jr.se.dsc.NotificationsListener notificationsListener)
Adds a NotificationsListener which is interested in events generated by the Notifications. |
void |
createNotifications(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
Invokes the createNotifications() method on the Parlay Gateway. |
void |
enableNotifications()
Invokes the enableNotifications() method on the Parlay Gateway. |
org.csapi.jr.se.dsc.DataSessionControlManager |
getDataSessionControlManager()
Returns a reference to the DataSessionControlManager responsible for creation of the Notifications. |
void |
removeNotificationsListener(org.csapi.jr.se.dsc.NotificationsListener notificationsListener)
Removes a NotificationsListener which is no longer interested events generated by the Notifications. |
Methods inherited from interface org.csapi.jr.se.Activity |
addActivityStateChangeListener, getState, removeActivityStateChangeListener |
Method Detail |
public org.csapi.jr.se.dsc.DataSessionControlManager getDataSessionControlManager()
public void addNotificationsListener(org.csapi.jr.se.dsc.NotificationsListener notificationsListener)
notificationsListener
- A reference to the NotificationsListener which is to be added as
a listener.public void removeNotificationsListener(org.csapi.jr.se.dsc.NotificationsListener notificationsListener)
notificationsListener
- A reference to the NotificationsListener which is to be removed as
a listener.public void enableNotifications() throws PlatformException, java.lang.IllegalStateException, CommonException
PlatformException
java.lang.IllegalStateException
CommonException
public void createNotifications(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria) throws PlatformException, java.lang.IllegalStateException, CommonException, InvalidNetworkStateException, InvalidCriteriaException, InvalidEventTypeException, InvalidInterfaceTypeException
PlatformException
java.lang.IllegalStateException
CommonException
InvalidNetworkStateException
InvalidCriteriaException
InvalidEventTypeException
InvalidInterfaceTypeException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |