Uses of Interface
org.csapi.jr.se.CsapiInterface

Packages that use CsapiInterface
org.csapi.jr.se Contains the common data type classes for use with all Parlay services. 
org.csapi.jr.se.am Contains the Parlay Account Management (AM) data types and interfaces. 
org.csapi.jr.se.cc.gccs Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes. 
org.csapi.jr.se.cc.mmccs Contains the Parlay Multi-Media Call Control Service (MMCCS) interfaces. 
org.csapi.jr.se.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
org.csapi.jr.se.cs Contains the Parlay Charging Service data type classes and interfaces. 
org.csapi.jr.se.dsc Contains the Parlay Data Session Control data types and interfaces. 
org.csapi.jr.se.fw.fw_access.trust_and_security Contains the Parlay Framework Access Session Trust and Secruity Management interfaces. 
org.csapi.jr.se.fw.fw_application.discovery Contains the Parlay Framework-to-Application Service Discovery interfaces. 
org.csapi.jr.se.fw.fw_application.integrity Contains the Parlay Framework-to-Application Iintegrity Management interfaces. 
org.csapi.jr.se.fw.fw_application.notification Contains the Parlay Framework-to-Application Event Notification interfaces. 
org.csapi.jr.se.fw.fw_application.service_agreement Contains the Parlay Framework-to-Application Service Agreement Management interfaces. 
org.csapi.jr.se.fw.fw_service.discovery Contains the Parlay Framework-to-Service Service Discovery interfaces. 
org.csapi.jr.se.fw.fw_service.integrity Contains the Parlay Framework-to-Service Integrity Management interfaces. 
org.csapi.jr.se.fw.fw_service.notification Contains the Parlay Framework-to-Service Event Notification interfaces. 
org.csapi.jr.se.fw.fw_service.service_lifecycle Contains the Parlay Framework-to-Service Service Instance Lifecycle Manager interfaces. 
org.csapi.jr.se.fw.fw_service.service_registration Contains the Parlay Framework-to-Service Service Registration interfaces. 
org.csapi.jr.se.mm.ul Contains the Parlay User Location interfaces. 
org.csapi.jr.se.mm.ulc Contains the Parlay User Location Camel interfaces. 
org.csapi.jr.se.mm.us Contains the Parlay User Status interfaces. 
org.csapi.jr.se.pam.access Contains the PAM Access interface classes. 
org.csapi.jr.se.pam.event Contains the PAM Event interface classes. 
org.csapi.jr.se.pam.provisioning Contains the PAM Provisioning interface classes. 
org.csapi.jr.se.policy Contains the Parlay Policy Management data types and interfaces. 
org.csapi.jr.se.policy.evaluation Contains the Parlay Policy Management Evaluation interfaces. 
org.csapi.jr.se.policy.provisioning Contains the Parlay Policy Management Provisioning interfaces. 
org.csapi.jr.se.termcap Contains the Parlay Terminal Capabilities data types and interfaces. 
org.csapi.jr.se.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

Uses of CsapiInterface in org.csapi.jr.se
 

Subinterfaces of CsapiInterface in org.csapi.jr.se
 interface Activity
          This interface specifies an activity which might be provided by a service.
An activity has three states: "idle", "active" and "invalid".
 interface Service
          All service interfaces inherit from the following interface.
 

Uses of CsapiInterface in org.csapi.jr.se.am
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.am
 interface AccountManager
          This interface represents a AccountManager.
 interface QueryBalance
          This interface represents a QueryBalance activity object.
 interface RetrieveTransactionHistory
          This interface represents a RetrieveTransactionHistory activity object.
 

Uses of CsapiInterface in org.csapi.jr.se.cc.gccs
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.cc.gccs
 interface Call
          This interface represents a Call.
 interface CallControlManager
          This interface represents a CallControlManager.
 interface CallLoadControl
          This interface represents a CallLoadControl activity object.
 interface CallNotification
          This interface represents a CallNotification activity object.
 interface Route
          This interface represents a Route activity object.
 

Uses of CsapiInterface in org.csapi.jr.se.cc.mmccs
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.cc.mmccs
 interface MediaNotification
          This interface represents a MediaNotification activity object.
 interface MultiMediaCall
          This interface represents a MultiMediaCall.
 interface MultiMediaCallControlManager
          This interface represents a MultiMediaCallControlManager.
 interface MultiMediaCallLeg
          This interface represents a MultiMediaCallLeg.
 interface MultiMediaStream
          This interface represents a MultiMediaStream.
 

Uses of CsapiInterface in org.csapi.jr.se.cc.mpccs
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.cc.mpccs
 interface CallLeg
          This interface represents a CallLeg.
 interface MultiPartyCall
          This interface represents a MultiPartyCall.
 interface MultiPartyCallControlManager
          This interface represents a MultiPartyCallControlManager.
 interface Notifications
          This interface represents a Notifications activity object.
 

Uses of CsapiInterface in org.csapi.jr.se.cs
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.cs
 interface ChargingManager
          This interface represents a ChargingManager.
 interface ChargingSession
          This interface represents a ChargingSession.
 

Uses of CsapiInterface in org.csapi.jr.se.dsc
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.dsc
 interface Connect
          This interface represents a Connect activity object.
 interface DataSession
          This interface represents a DataSession.
 interface DataSessionControlManager
          This interface represents a DataSessionControlManager.
 

Uses of CsapiInterface in org.csapi.jr.se.fw.fw_access.trust_and_security
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.fw.fw_access.trust_and_security
 interface Access
          This interface shall be implemented by a Framework.
 interface APILevelAuthentication
          The API Level Authentication Framework interface is used by the client to authenticate the Framework.
 interface Authentication
          The Authentication Framework interface is used by client to request access to other interfaces supported by the Framework.
 interface ClientAccess
          IpClientAccess interface is offered by the client to the framework to allow it to initiate interactions during the access session.
 interface ClientAPILevelAuthentication
          If the IpClientAPILevelAuthentication interface is implemented by a client, authenticate(), challenge(), abortAuthentication() and authenticationSucceeded() methods shall be implemented.
 interface Initial
          The Initial Framework interface is used by the client to initiate the authentication with the Framework.
 

Uses of CsapiInterface in org.csapi.jr.se.fw.fw_application.discovery
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.fw.fw_application.discovery
 interface ServiceDiscovery
          The service discovery interface, shown below, consists of four methods.
 

Uses of CsapiInterface in org.csapi.jr.se.fw.fw_application.integrity
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.fw.fw_application.integrity
 interface AppFaultManager
          This interface is used to inform the application of events that affect the integrity of the Framework, Service or Client Application.
 interface AppHeartBeat
          The Heartbeat Application interface is used by the Framework to send the client application its heartbeat.
 interface AppHeartBeatMgmt
          This interface allows the initialisation of a heartbeat supervision of the client application by the framework.
 interface AppLoadManager
          The client application developer supplies the load manager application interface to handle requests, reports and other responses from the framework load manager function.
 interface AppOAM
          The OAM client application interface is used by the Framework to query the application date and time, for synchronisation purposes.
 interface FaultManager
          This interface is used by the application to inform the framework of events that affect the integrity of the framework and services, and to request information about the integrity of the system.
 interface HeartBeat
          The Heartbeat Framework interface is used by the client application to send its heartbeat.
 interface HeartBeatMgmt
          This interface allows the initialisation of a heartbeat supervision of the framework by a client application.
 interface LoadManager
          The framework API should allow the load to be distributed across multiple machines and across multiple component processes, according to a load management policy.
 interface OAM
          The OAM interface is used to query the system date and time.
 

Uses of CsapiInterface in org.csapi.jr.se.fw.fw_application.notification
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.fw.fw_application.notification
 interface AppEventNotification
          This interface is used by the framework to inform the application of a generic service-related event.
 interface EventNotification
          The event notification mechanism is used to notify the application of generic service related events that have occurred.
 

Uses of CsapiInterface in org.csapi.jr.se.fw.fw_application.service_agreement
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.fw.fw_application.service_agreement
 interface AppServiceAgreementManagement
          This interface and the signServiceAgreement() and terminateServiceAgreement() methods shall be implemented by an application.
 interface ServiceAgreementManagement
          This interface and the signServiceAgreement(), terminateServiceAgreement(), selectService() and initiateSignServiceAgreement() methods shall be implemented by a Framework.
 

Uses of CsapiInterface in org.csapi.jr.se.fw.fw_service.discovery
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.fw.fw_service.discovery
 interface FwServiceDiscovery
          This interface shall be implemented by a Framework with as a minimum requirement the listServiceTypes(), describeServiceType() and discoverService() methods.
 

Uses of CsapiInterface in org.csapi.jr.se.fw.fw_service.integrity
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.fw.fw_service.integrity
 interface FwFaultManager
          This interface is used by the service instance to inform the framework of events which affect the integrity of the API, and request fault management status information from the framework.
 interface FwHeartBeat
          The service side framework heartbeat interface is used by the service instance to send the framework its heartbeat.
 interface FwHeartBeatMgmt
          This interface allows the initialisation of a heartbeat supervision of the framework by a service instance.
 interface FwLoadManager
          The framework API should allow the load to be distributed across multiple machines and across multiple component processes, according to a load management policy.
 interface FwOAM
          The OAM interface is used to query the system date and time.
 interface SvcFaultManager
          This interface is used to inform the service instance of events that affect the integrity of the Framework, Service or Client Application.
 interface SvcHeartBeat
          The service heartbeat interface is used by the framework to send the service instance its heartbeat.
 interface SvcHeartBeatMgmt
          This interface allows the initialisation of a heartbeat supervision of the service instance by the framework.
 interface SvcLoadManager
          The service developer supplies the load manager service interface to handle requests, reports and other responses from the framework load manager function.
 interface SvcOAM
          This interface and the systemDateTimeQuery() method are optional.
 

Uses of CsapiInterface in org.csapi.jr.se.fw.fw_service.notification
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.fw.fw_service.notification
 interface FwEventNotification
          The event notification mechanism is used to notify the service of generic events that have occurred.
 interface SvcEventNotification
          This interface is used by the framework to inform the service of a generic event.
 

Uses of CsapiInterface in org.csapi.jr.se.fw.fw_service.service_lifecycle
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.fw.fw_service.service_lifecycle
 interface ServiceInstanceLifecycleManager
          The IpServiceInstanceLifecycleManager interface allows the Framework to create and destroy Service Manager Instances.
 

Uses of CsapiInterface in org.csapi.jr.se.fw.fw_service.service_registration
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.fw.fw_service.service_registration
 interface FwServiceRegistration
          The Service Registration interface provides the methods used for the registration of network SCFs at the framework.
 

Uses of CsapiInterface in org.csapi.jr.se.mm.ul
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.mm.ul
 interface ExtendedLocationReport
          This interface represents a ExtendedLocationReport activity object.
 interface LocationReport
          This interface represents a LocationReport activity object.
 interface PeriodicLocationReporting
          This interface represents a PeriodicLocationReporting activity object.
 interface TriggeredLocationReporting
          This interface represents a TriggeredLocationReporting activity object.
 interface TriggeredUserLocation
          This interface represents a TriggeredUserLocation.
 interface UserLocation
          This interface represents a UserLocation.
 

Uses of CsapiInterface in org.csapi.jr.se.mm.ulc
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.mm.ulc
 interface UserLocationCamel
          This interface represents a UserLocationCamel.
 

Uses of CsapiInterface in org.csapi.jr.se.mm.us
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.mm.us
 interface ExtendedStatusReport
          This interface represents a ExtendedStatusReport activity object.
 interface ExtTriggeredStatusReporting
          This interface represents a ExtTriggeredStatusReporting activity object.
 interface StatusReport
          This interface represents a StatusReport activity object.
 interface TriggeredStatusReporting
          This interface represents a TriggeredStatusReporting activity object.
 interface UserStatus
          This interface represents a UserStatus.
 

Uses of CsapiInterface in org.csapi.jr.se.pam.access
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.pam.access
 interface AppPAMPreferenceCheck
          This interface represents an AppPAMPreferenceCheck.
 interface PAMAvailability
          This interface represents a PAMAvailability.
 interface PAMIdentityPresence
          This interface represents a PAMIdentityPresence.
 interface PAMPresenceAvailabilityManager
          This interface represents a PAMPresenceAvailabilityManager.
 

Uses of CsapiInterface in org.csapi.jr.se.pam.event
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.pam.event
 interface AppInterface
          This interface represents a AppInterface activity object.
 interface ForEvent
          This interface represents a ForEvent activity object.
 interface PAMEventHandler
          This interface represents a PAMEventHandler.
 interface PAMEventManager
          This interface represents a PAMEventManager.
 

Uses of CsapiInterface in org.csapi.jr.se.pam.provisioning
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.pam.provisioning
 interface PAMAgentAssignment
          This interface represents a PAMAgentAssignment.
 interface PAMAgentManagement
          This interface represents a PAMAgentManagement.
 interface PAMAgentTypeManagement
          This interface represents a PAMAgentTypeManagement.
 interface PAMCapabilityManagement
          This interface represents a PAMCapabilityManagement.
 interface PAMIdentityManagement
          This interface represents a PAMIdentityManagement.
 interface PAMIdentityTypeManagement
          This interface represents a PAMIdentityTypeManagement.
 interface PAMProvisioningManager
          This interface represents a PAMProvisioningManager.
 

Uses of CsapiInterface in org.csapi.jr.se.policy
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.policy
 interface Notification
          This interface represents a Notification activity object.
 interface Policy
          This interface represents a Policy.
 interface PolicyAction
          This interface represents a PolicyAction.
 interface PolicyCondition
          This interface represents a PolicyCondition.
 interface PolicyDomain
          This interface represents a PolicyDomain.
 interface PolicyEventAction
          This interface represents a PolicyEventAction.
 interface PolicyEventCondition
          This interface represents a PolicyEventCondition.
 interface PolicyEventDefinition
          This interface represents a PolicyEventDefinition.
 interface PolicyExpressionAction
          This interface represents a PolicyExpressionAction.
 interface PolicyExpressionCondition
          This interface represents a PolicyExpressionCondition.
 interface PolicyGroup
          This interface represents a PolicyGroup.
 interface PolicyIterator
          This interface represents a PolicyIterator.
 interface PolicyManager
          This interface represents a PolicyManager.
 interface PolicyRepository
          This interface represents a PolicyRepository.
 interface PolicyRule
          This interface represents a PolicyRule.
 interface PolicyTimePeriodCondition
          This interface represents a PolicyTimePeriodCondition.
 

Uses of CsapiInterface in org.csapi.jr.se.policy.evaluation
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.policy.evaluation
 interface EvalPolicy
          This interface represents a EvalPolicy activity object.
 interface PolicyEvalManager
          This interface represents a PolicyEvalManager.
 

Uses of CsapiInterface in org.csapi.jr.se.policy.provisioning
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.policy.provisioning
 interface PolicySignature
          This interface represents a PolicySignature.
 

Uses of CsapiInterface in org.csapi.jr.se.termcap
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.termcap
 interface ExtendedTerminalCapabilities
          This interface represents a ExtendedTerminalCapabilities.
 interface TerminalCapabilities
          This interface represents a TerminalCapabilities.
 interface TriggeredTerminalCapability
          This interface represents a TriggeredTerminalCapability activity object.
 

Uses of CsapiInterface in org.csapi.jr.se.ui
 

Subinterfaces of CsapiInterface in org.csapi.jr.se.ui
 interface AdminRelatedDeleteMessage
          This interface represents a AdminRelatedDeleteMessage activity object.
 interface AdminRelatedGetMessage
          This interface represents a AdminRelatedGetMessage activity object.
 interface AdminRelatedPutMessage
          This interface represents a AdminRelatedPutMessage activity object.
 interface CallRelatedSendInfo
          A call related 'Send Info' activity object.
 interface CallRelatedSendInfoAndCollect
          A call related 'Send Info And Collect' activity object.
 interface DeleteMessage
          This interface represents a DeleteMessage activity object.
 interface GetMessage
          This interface represents a GetMessage activity object.
 interface RecordMessage
          This interface represents a RecordMessage activity object.
 interface SendInfo
          This interface represents a SendInfo activity object.
 interface SendInfoAndCollect
          This interface represents a SendInfoAndCollect activity object.
 interface UI
          This interface represents a UI.
 interface UIAdminManager
          This interface represents a UIAdminManager.
 interface UICall
          This interface represents a UICall.
A call-related User Interaction, providing methods to send information to, or gather information from the user (or call party) to which a call leg is connected.
An application can use the Call User Interaction Service Interface only in conjunction with another service interface, which provides mechanisms to connect a call leg to a user.
 interface UIGeneric
          A generic User Interaction, providing methods to send information to, or gather information from the user.
 interface UIManager
          This interface represents a UIManager.