|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is to be implemented for receiving events issued by the DataSession service object.
Method Summary | |
void |
onConnectErrEvent(org.csapi.jr.se.dsc.ConnectErrEvent connectErrEvent)
Called due to a Gateway initiated call to the connectErr() method on the callback interface. |
void |
onConnectResEvent(org.csapi.jr.se.dsc.ConnectResEvent connectResEvent)
Called due to a Gateway initiated call to the connectRes() method on the callback interface. |
void |
onDataSessionFaultDetectedEvent(org.csapi.jr.se.dsc.DataSessionFaultDetectedEvent dataSessionFaultDetectedEvent)
Called due to a Gateway initiated call to the dataSessionFaultDetected() method on the callback interface. |
void |
onSuperviseDataSessionErrEvent(org.csapi.jr.se.dsc.SuperviseDataSessionErrEvent superviseDataSessionErrEvent)
Called due to a Gateway initiated call to the superviseDataSessionErr() method on the callback interface. |
void |
onSuperviseDataSessionResEvent(org.csapi.jr.se.dsc.SuperviseDataSessionResEvent superviseDataSessionResEvent)
Called due to a Gateway initiated call to the superviseDataSessionRes() method on the callback interface. |
Method Detail |
public void onConnectResEvent(org.csapi.jr.se.dsc.ConnectResEvent connectResEvent)
connectResEvent
- Reference to a ConnectResEvent event
emmited from the impl or activity object.public void onConnectErrEvent(org.csapi.jr.se.dsc.ConnectErrEvent connectErrEvent)
connectErrEvent
- Reference to a ConnectErrEvent event
emmited from the impl or activity object.public void onSuperviseDataSessionResEvent(org.csapi.jr.se.dsc.SuperviseDataSessionResEvent superviseDataSessionResEvent)
superviseDataSessionResEvent
- Reference to a SuperviseDataSessionResEvent event
emmited from the impl or activity object.public void onSuperviseDataSessionErrEvent(org.csapi.jr.se.dsc.SuperviseDataSessionErrEvent superviseDataSessionErrEvent)
superviseDataSessionErrEvent
- Reference to a SuperviseDataSessionErrEvent event
emmited from the impl or activity object.public void onDataSessionFaultDetectedEvent(org.csapi.jr.se.dsc.DataSessionFaultDetectedEvent dataSessionFaultDetectedEvent)
dataSessionFaultDetectedEvent
- Reference to a DataSessionFaultDetectedEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |