Uses of Interface
org.mobicents.csapi.jr.slee.IpServiceConnection

Packages that use IpServiceConnection
org.mobicents.csapi.jr.slee Contains the common data type classes for use with all Parlay services. 
org.mobicents.csapi.jr.slee.am Contains the Parlay Account Management (AM) data types and interfaces. 
org.mobicents.csapi.jr.slee.cc.cccs Contains the Parlay Conference Call Control Service (CCCS) interfaces. 
org.mobicents.csapi.jr.slee.cc.gccs Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes. 
org.mobicents.csapi.jr.slee.cc.mmccs Contains the Parlay Multi-Media Call Control Service (MMCCS) interfaces. 
org.mobicents.csapi.jr.slee.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
org.mobicents.csapi.jr.slee.cm Contains the Parlay Connectivity Manager data types and interfaces. 
org.mobicents.csapi.jr.slee.cs Contains the Parlay Charging Service data type classes and interfaces. 
org.mobicents.csapi.jr.slee.dsc Contains the Parlay Data Session Control data types and interfaces. 
org.mobicents.csapi.jr.slee.gms Contains the Parlay Generic Messaging Service data types and interfaces. 
org.mobicents.csapi.jr.slee.mm.ul Contains the Parlay User Location interfaces. 
org.mobicents.csapi.jr.slee.mm.ulc Contains the Parlay User Location Camel interfaces. 
org.mobicents.csapi.jr.slee.mm.ule Contains the Parlay User Location Emergency interfaces. 
org.mobicents.csapi.jr.slee.mm.us Contains the Parlay User Status interfaces. 
org.mobicents.csapi.jr.slee.termcap Contains the Parlay Terminal Capabilities data types and interfaces. 
org.mobicents.csapi.jr.slee.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee
 

Methods in org.mobicents.csapi.jr.slee that return IpServiceConnection
 IpServiceConnection ParlayConnection.getIpServiceConnection(TpServiceIdentifier serviceIdentifier)
           
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.am
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.am
 interface IpAccountManagerConnection
          The account manager interface provides methods for monitoring accounts.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.cc.cccs
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.cc.cccs
 interface IpConfCallConnection
          The conference call manages the subconferences.
 interface IpConfCallControlManagerConnection
          The conference Call Control Manager is the factory interface for creating conferences.
 interface IpSubConfCallConnection
          The subconference is an additional grouping mechanism within a conference.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.cc.gccs
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.cc.gccs
 interface IpCallConnection
          The generic Call provides the possibility to control the call routing, to request information from the call, control the charging of the call, to release the call and to supervise the call.
 interface IpCallControlManagerConnection
          This interface is the 'service manager' interface for the Generic Call Control Service.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.cc.mmccs
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.cc.mmccs
 interface IpMultiMediaCallConnection
          This interface shall be implemented by a Multi Media Call Control SCF.
 interface IpMultiMediaCallControlManagerConnection
          The Multi Media Call Control Manager is the factory interface for creating multimedia calls.
 interface IpMultiMediaCallLegConnection
          The Multi-Media call leg represents the signalling relationship between the call and an address.
 interface IpMultiMediaStreamConnection
          The Multi Media Stream Interface represents a bi-directional information stream associated with a call leg.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.cc.mpccs
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.cc.mpccs
 interface IpCallLegConnection
          The call leg interface represents the logical call leg associating a call with an address.
 interface IpMultiPartyCallConnection
          The Multi-Party Call provides the possibility to control the call routing, to request information from the call, control the charging of the call, to release the call and to supervise the call.
 interface IpMultiPartyCallControlManagerConnection
          This interface is the 'service manager' interface for the Multi-party Call Control Service.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.cm
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.cm
 interface IpConnectivityManagerConnection
          The service Connectivity Manager Interface is the entry point to the Connectivity Manager service.
 interface IpEnterpriseNetworkConnection
          This interface stores enterprise network information maintained by the provider as it relates to the virtual private network service and the virtual provisioned network service that the enterprise had already established with the service provider network.
 interface IpEnterpriseNetworkSiteConnection
          This interface stores enterprise network site information maintained by the provider.
 interface IpQoSMenuConnection
          This interface holds the QoS menu offered by the provider.
 interface IpQoSTemplateConnection
          This interface provides access to a specific QoS template, such as Gold, offered by the provider.
 interface IpVPrNConnection
          The enterprise operator can create a new virtual provisioned pipe (VPrP) in an existing virtual private network (VPN) with this VPN interface.
 interface IpVPrPConnection
          The virtual provisioned pipe interface provides information on a VPrP whose status can be in one of the following states: - Active: a previously established VPrP, which indicates that a previous request to create the VPrP was granted by the provider.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.cs
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.cs
 interface IpChargingManagerConnection
          This interface is the 'service manager' interface for the Charging Service.
 interface IpChargingSessionConnection
          The Charging Session interface provides operations to facilitate transactions between a merchant and a user.
 

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

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.dsc
 interface IpDataSessionConnection
          The Data Session interface provides basic methods for applications to control data sessions.
 interface IpDataSessionControlManagerConnection
          This interface is the 'SCF manager' interface for Data Session Control.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.gms
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.gms
 interface IpMailboxConnection
          This class represents the Parlay < IpMailboxConnection > interface
 interface IpMailboxFolderConnection
          This class represents the Parlay < IpMailboxFolderConnection > interface
 interface IpMessageConnection
          This class represents the < Parlay IpMessageConnection > interface
 interface IpMessagingManagerConnection
          This interface is the 'service manager' interface for the Generic Messaging Service.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.mm.ul
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.mm.ul
 interface IpTriggeredUserLocationConnection
          This interface can be used as an extended version of the User Location: Service Interface.
 interface IpUserLocationConnection
          This interface is the 'service manager' interface for the User Location Service.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.mm.ulc
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.mm.ulc
 interface IpUserLocationCamelConnection
          This interface is the 'service manager' interface for ULC.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.mm.ule
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.mm.ule
 interface IpUserLocationEmergencyConnection
          The application programmer can use this interface to obtain the location of users who initiate emergency calls.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.mm.us
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.mm.us
 interface IpUserStatusConnection
          The application programmer can use this interface to obtain the status of fixed, mobile and IP-based telephony users.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.termcap
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.termcap
 interface IpExtendedTerminalCapabilitiesConnection
          This interface can be used as an extended version of terminal capability monitoring.
 interface IpTerminalCapabilitiesConnection
          The Terminal Capabilities SCF interface IpTerminalCapabilities contains the synchronous method getTerminalCapabilities.
 

Uses of IpServiceConnection in org.mobicents.csapi.jr.slee.ui
 

Subinterfaces of IpServiceConnection in org.mobicents.csapi.jr.slee.ui
 interface IpUICallConnection
          The Call User Interaction Service Interface provides functions to send information to, or gather information from the user (or call party) to which a call leg is connected.
 interface IpUIConnection
          The User Interaction Service Interface provides functions to send information to, or gather information from the user.
 interface IpUIManagerConnection
          This interface is the 'service manager' interface for the Generic User Interaction Service and provides the management functions to the Generic User Interaction Service.
 



Copyright © 2008. All Rights Reserved.