|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a DataSessionControlManager.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addDataSessionControlManagerListener(org.csapi.jr.se.dsc.DataSessionControlManagerListener dataSessionControlManagerListener)
Adds a DataSessionControlManagerListener which is interested in events generated by the DataSessionControlManager. |
org.csapi.jr.se.dsc.Notification |
createNotification()
Creates a Notification object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.dsc.Notifications |
createNotifications()
Creates a Notifications object and returns a reference to the interface used to gain access to it's methods. |
void |
disableNotifications()
Invokes the disableNotifications() method on the Parlay Gateway. |
org.csapi.jr.se.dsc.DataSessionEventCriteria |
getNotification()
Invokes the getNotification() method on the Parlay Gateway. |
org.csapi.jr.se.dsc.DataSessionEventCriteriaResult[] |
getNotifications()
Invokes the getNotifications() method on the Parlay Gateway. |
void |
removeDataSessionControlManagerListener(org.csapi.jr.se.dsc.DataSessionControlManagerListener dataSessionControlManagerListener)
Removes a DataSessionControlManagerListener which is no longer interested in events generated by the DataSessionControlManager. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void addDataSessionControlManagerListener(org.csapi.jr.se.dsc.DataSessionControlManagerListener dataSessionControlManagerListener)
dataSessionControlManagerListener
- A reference to the DataSessionControlManagerListener which is to be added as
a listener.public void removeDataSessionControlManagerListener(org.csapi.jr.se.dsc.DataSessionControlManagerListener dataSessionControlManagerListener)
dataSessionControlManagerListener
- A reference to the DataSessionControlManagerListener which is to be removed as
a listener.public org.csapi.jr.se.dsc.DataSessionEventCriteria getNotification() throws PlatformException, CommonException, InvalidNetworkStateException
PlatformException
CommonException
InvalidNetworkStateException
public void disableNotifications() throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.dsc.DataSessionEventCriteriaResult[] getNotifications() throws PlatformException, CommonException, InvalidNetworkStateException
PlatformException
CommonException
InvalidNetworkStateException
public org.csapi.jr.se.dsc.Notifications createNotifications()
public org.csapi.jr.se.dsc.Notification createNotification()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |