Uses of Interface
org.mobicents.slee.resource.parlay.session.ServiceSession

Packages that use ServiceSession
org.mobicents.slee.resource.parlay.csapi.jr.cc.gccs.activity.callcontrolmanager   
org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycallcontrolmanager   
org.mobicents.slee.resource.parlay.csapi.jr.ui.activity.uimanager   
org.mobicents.slee.resource.parlay.session   
 

Uses of ServiceSession in org.mobicents.slee.resource.parlay.csapi.jr.cc.gccs.activity.callcontrolmanager
 

Subinterfaces of ServiceSession in org.mobicents.slee.resource.parlay.csapi.jr.cc.gccs.activity.callcontrolmanager
 interface CallControlManager
          This interface does not simply extend the org.csapi.cc.gccs.IpAppCallControlManagerOperations interface, because methods which take CORBA TpXXXIdentifier in the IpAppCallControlManagerOperations (IDL generated) interface will in this interface have equivalents which take a SLEE TpXXXIdentifier.
 

Classes in org.mobicents.slee.resource.parlay.csapi.jr.cc.gccs.activity.callcontrolmanager that implement ServiceSession
 class CallControlManagerImpl
           
 

Uses of ServiceSession in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycallcontrolmanager
 

Subinterfaces of ServiceSession in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycallcontrolmanager
 interface MultiPartyCallControlManager
          This interface does not simply extend the org.csapi.cc.mpccs.IpAppMultiPartyCallControlManagerOperations interface, because methods which take CORBA TpXXXIdentifier in the IpAppMultiPartyCallControlManagerOperations (IDL generated) interface will in this interface have equivalents which take a SLEE TpXXXIdentifier.
 

Classes in org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.activity.multipartycallcontrolmanager that implement ServiceSession
 class MultiPartyCallControlManagerImpl
          Class Description for MpccsSession
 

Uses of ServiceSession in org.mobicents.slee.resource.parlay.csapi.jr.ui.activity.uimanager
 

Subinterfaces of ServiceSession in org.mobicents.slee.resource.parlay.csapi.jr.ui.activity.uimanager
 interface UIManager
          UIManager activity.
 

Classes in org.mobicents.slee.resource.parlay.csapi.jr.ui.activity.uimanager that implement ServiceSession
 class UIManagerImpl
           
 

Uses of ServiceSession in org.mobicents.slee.resource.parlay.session
 

Methods in org.mobicents.slee.resource.parlay.session that return ServiceSession
 ServiceSession ParlaySessionImpl.createServiceSession(java.lang.String serviceTypeName, ServiceAndToken serviceAndToken, org.mobicents.csapi.jr.slee.TpServiceIdentifier serviceIdentifier, FwSession fwSession, ActivityManager activityManager)
           
 ServiceSession ParlaySessionImpl.getServiceSession(org.mobicents.csapi.jr.slee.TpServiceIdentifier serviceIdentifier)
           
 ServiceSession ParlaySession.getServiceSession(org.mobicents.csapi.jr.slee.TpServiceIdentifier serviceIdentifier)
          Gets the session for the specified service identifier.
 



Copyright © 2008. All Rights Reserved.