Uses of Class
org.csapi.dsc.TpDataSessionError

Packages that use TpDataSessionError
org.csapi.dsc   
org.mobicents.csapi.jr.slee.dsc Contains the Parlay Data Session Control data types and interfaces. 
 

Uses of TpDataSessionError in org.csapi.dsc
 

Fields in org.csapi.dsc declared as TpDataSessionError
 TpDataSessionError TpDataSessionErrorHolder.value
           
 

Methods in org.csapi.dsc that return TpDataSessionError
static TpDataSessionError TpDataSessionErrorHelper.extract(org.omg.CORBA.Any any)
           
static TpDataSessionError TpDataSessionErrorHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.dsc with parameters of type TpDataSessionError
 void _IpAppDataSessionStub.connectErr(int dataSessionID, TpDataSessionError errorIndication, int assignmentID)
           
 void IpAppDataSessionPOATie.connectErr(int dataSessionID, TpDataSessionError errorIndication, int assignmentID)
           
 void IpAppDataSessionOperations.connectErr(int dataSessionID, TpDataSessionError errorIndication, int assignmentID)
           
static void TpDataSessionErrorHelper.insert(org.omg.CORBA.Any any, TpDataSessionError s)
           
 void _IpAppDataSessionStub.superviseDataSessionErr(int dataSessionID, TpDataSessionError errorIndication)
           
 void IpAppDataSessionPOATie.superviseDataSessionErr(int dataSessionID, TpDataSessionError errorIndication)
           
 void IpAppDataSessionOperations.superviseDataSessionErr(int dataSessionID, TpDataSessionError errorIndication)
           
static void TpDataSessionErrorHelper.write(org.omg.CORBA.portable.OutputStream out, TpDataSessionError s)
           
 

Constructors in org.csapi.dsc with parameters of type TpDataSessionError
TpDataSessionErrorHolder(TpDataSessionError initial)
           
 

Uses of TpDataSessionError in org.mobicents.csapi.jr.slee.dsc
 

Methods in org.mobicents.csapi.jr.slee.dsc that return TpDataSessionError
 TpDataSessionError SuperviseDataSessionErrEvent.getErrorIndication()
          Returns the errorIndication
 TpDataSessionError ConnectErrEvent.getErrorIndication()
          Returns the errorIndication
 

Constructors in org.mobicents.csapi.jr.slee.dsc with parameters of type TpDataSessionError
ConnectErrEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier tpDataSessionIdentifier, TpDataSessionError errorIndication, int assignmentID)
          Constructor for ConnectErrEvent
SuperviseDataSessionErrEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier tpDataSessionIdentifier, TpDataSessionError errorIndication)
          Constructor for SuperviseDataSessionErrEvent
 



Copyright © 2008. All Rights Reserved.