|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a DataSession.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addDataSessionListener(org.csapi.jr.se.dsc.DataSessionListener dataSessionListener)
Adds a DataSessionListener which is interested in events generated by the DataSession. |
void |
continueProcessing()
Invokes the continueProcessing() method on the Parlay Gateway. |
org.csapi.jr.se.dsc.Connect |
createConnect()
Creates a Connect object and returns a reference to the interface used to gain access to it's methods. |
void |
deassignDataSession()
Invokes the deassignDataSession() method on the Parlay Gateway. |
org.csapi.jr.se.dsc.DataSessionControlManager |
getDataSessionControlManager()
Returns a reference to the DataSessionControlManager responsible for creation of the DataSession. |
void |
release(org.csapi.jr.se.dsc.DataSessionReleaseCause cause)
Invokes the release() method on the Parlay Gateway. |
void |
removeDataSessionListener(org.csapi.jr.se.dsc.DataSessionListener dataSessionListener)
Removes a DataSessionListener which is no longer interested in events generated by the DataSession. |
void |
setAdviceOfCharge(org.csapi.jr.se.AoCInfo aoCInfo,
int tariffSwitch)
Invokes the setAdviceOfCharge() method on the Parlay Gateway. |
void |
setDataSessionChargePlan(org.csapi.jr.se.dsc.DataSessionChargePlan dataSessionChargePlan)
Invokes the setDataSessionChargePlan() method on the Parlay Gateway. |
void |
superviseDataSessionReq(int treatment,
org.csapi.jr.se.dsc.DataSessionSuperviseVolume bytes)
Invokes the superviseDataSessionReq() method on the Parlay Gateway. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void addDataSessionListener(org.csapi.jr.se.dsc.DataSessionListener dataSessionListener)
dataSessionListener
- A reference to the DataSessionListener which is to be added as
a listener.public void removeDataSessionListener(org.csapi.jr.se.dsc.DataSessionListener dataSessionListener)
dataSessionListener
- A reference to the DataSessionListener which is to be removed as
a listener.public org.csapi.jr.se.dsc.DataSessionControlManager getDataSessionControlManager()
public void release(org.csapi.jr.se.dsc.DataSessionReleaseCause cause) throws PlatformException, CommonException, InvalidNetworkStateException
PlatformException
CommonException
InvalidNetworkStateException
public void superviseDataSessionReq(int treatment, org.csapi.jr.se.dsc.DataSessionSuperviseVolume bytes) throws PlatformException, CommonException, InvalidNetworkStateException
PlatformException
CommonException
InvalidNetworkStateException
public void setDataSessionChargePlan(org.csapi.jr.se.dsc.DataSessionChargePlan dataSessionChargePlan) throws PlatformException, CommonException, InvalidNetworkStateException
PlatformException
CommonException
InvalidNetworkStateException
public void setAdviceOfCharge(org.csapi.jr.se.AoCInfo aoCInfo, int tariffSwitch) throws PlatformException, CommonException, InvalidNetworkStateException, InvalidTimeAndDateFormatException
PlatformException
CommonException
InvalidNetworkStateException
InvalidTimeAndDateFormatException
public void deassignDataSession() throws PlatformException, CommonException
PlatformException
CommonException
public void continueProcessing() throws PlatformException, CommonException, InvalidNetworkStateException
PlatformException
CommonException
InvalidNetworkStateException
public org.csapi.jr.se.dsc.Connect createConnect()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |