A B C D E F G H I L M N O P Q R S T U V W X _

A

AbortActionErrEvent - class org.csapi.jr.se.ui.AbortActionErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the abortActionErr() method on the callback interface has occured.
AbortActionErrEvent(Object, UIError) - Constructor for class org.csapi.jr.se.ui.AbortActionErrEvent
Constructor for the AbortActionErrEvent Event.
abortActionReq() - Method in interface org.csapi.jr.se.ui.GetMessage
Invokes the abortActionReq() method on the Parlay Gateway.
abortActionReq() - Method in interface org.csapi.jr.se.ui.DeleteMessage
Invokes the abortActionReq() method on the Parlay Gateway.
abortActionReq() - Method in interface org.csapi.jr.se.ui.RecordMessage
Invokes the abortActionReq() method on the Parlay Gateway.
abortActionReq() - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollect
This asynchronous method aborts a user interaction operation, for example, a sendInfoReq(), from the specified call leg.
abortActionReq() - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfo
This asynchronous method aborts a user interaction operation, for example, a sendInfoReq(), from the specified call leg.
AbortActionResEvent - class org.csapi.jr.se.ui.AbortActionResEvent.
Event created by an activity object to indicate that a Gateway originated call to the abortActionRes() method on the callback interface has occured.
AbortActionResEvent(Object) - Constructor for class org.csapi.jr.se.ui.AbortActionResEvent
Constructor for the AbortActionResEvent Event.
abortAuthentication() - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.ClientAPILevelAuthentication
The framework uses this method to abort the authentication process where the client is authenticating the Framework.
abortAuthentication() - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.APILevelAuthentication
The client uses this method to abort the authentication process where the framework is authenticating the client.
abortEvalPolicyReq(String) - Method in interface org.csapi.jr.se.policy.evaluation.EvalPolicy
Invokes the abortEvalPolicyReq() method on the Parlay Gateway.
abortTransaction() - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the abortTransaction() method on the Parlay Gateway.
abortTransaction() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the abortTransaction() method on the Parlay Gateway.
Access - interface org.csapi.jr.se.fw.fw_access.trust_and_security.Access.
This interface shall be implemented by a Framework.
AccessDeniedException - exception org.csapi.jr.se.fw.AccessDeniedException.
The client is not currently authenticated with the framework
AccessDeniedException() - Constructor for class org.csapi.jr.se.fw.AccessDeniedException
 
AccessDeniedException(String) - Constructor for class org.csapi.jr.se.fw.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.AccessDeniedException
 
AccessDeniedException(Throwable) - Constructor for class org.csapi.jr.se.fw.AccessDeniedException
 
AccessTechnology - class org.csapi.jr.se.mm.AccessTechnology.
Defines the derived access technology utilised by the user.
AccessViolationException - exception org.csapi.jr.se.policy.AccessViolationException.
Thrown if the client does not have authorization to invoke this method on this object with these parameters.
AccessViolationException() - Constructor for class org.csapi.jr.se.policy.AccessViolationException
 
AccessViolationException(String) - Constructor for class org.csapi.jr.se.policy.AccessViolationException
 
AccessViolationException(String, Throwable) - Constructor for class org.csapi.jr.se.policy.AccessViolationException
 
AccessViolationException(Throwable) - Constructor for class org.csapi.jr.se.policy.AccessViolationException
 
AccountException - exception org.csapi.jr.se.am.AccountException.
Account Management abstract exception
AccountException() - Constructor for class org.csapi.jr.se.am.AccountException
 
AccountException(String) - Constructor for class org.csapi.jr.se.am.AccountException
 
AccountException(String, Throwable) - Constructor for class org.csapi.jr.se.am.AccountException
 
AccountException(Throwable) - Constructor for class org.csapi.jr.se.am.AccountException
 
AccountManager - interface org.csapi.jr.se.am.AccountManager.
This interface represents a AccountManager.
AccountManagerListener - interface org.csapi.jr.se.am.AccountManagerListener.
This interface is to be implemented for receiving events issued by the AccountManager service object.
activateService(String, byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMPresenceAvailabilityManager
Invokes the activateService() method on the Parlay Gateway.
activateService(String, byte[]) - Method in interface org.csapi.jr.se.pam.event.PAMEventManager
Invokes the activateService() method on the Parlay Gateway.
ACTIVE_STATE - Static variable in interface org.csapi.jr.se.Activity
This constant value represents the "idle" state.
Activity - interface org.csapi.jr.se.Activity.
This interface specifies an activity which might be provided by a service.
An activity has three states: "idle", "active" and "invalid".
ActivityStateChangeListener - interface org.csapi.jr.se.ActivityStateChangeListener.
This interface is to be implemented for receiving events emitted by an activity object.
activityTestErr(int) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
The framework uses this method to indicate that an error occurred during an application-initiated activity test.
activityTestErr(int) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
The framework uses this method to indicate that an error occurred during a service-requested activity test.
activityTestReq(int, String) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
The application invokes this method to test that the framework or its instance of a service is operational.
activityTestReq(int, SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
The service instance invokes this method to test that the framework or the client application is operational.
activityTestRes(int, String) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
The framework uses this method to return the result of a client application-requested activity test.
activityTestRes(int, String) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
The framework uses this method to return the result of a service-requested activity test.
addAccountManagerListener(AccountManagerListener) - Method in interface org.csapi.jr.se.am.AccountManager
Adds a AccountManagerListener which is interested in events generated by the AccountManager.
addActivityStateChangeListener(ActivityStateChangeListener) - Method in interface org.csapi.jr.se.Activity
Add listener to receive notification when the activity object changes state
addAdminRelatedDeleteMessageListener(AdminRelatedDeleteMessageListener) - Method in interface org.csapi.jr.se.ui.AdminRelatedDeleteMessage
Adds a AdminRelatedDeleteMessageListener which is interested in events generated by the AdminRelatedDeleteMessage.
addAdminRelatedGetMessageListener(AdminRelatedGetMessageListener) - Method in interface org.csapi.jr.se.ui.AdminRelatedGetMessage
Adds a AdminRelatedGetMessageListener which is interested in events generated by the AdminRelatedGetMessage.
addAdminRelatedPutMessageListener(AdminRelatedPutMessageListener) - Method in interface org.csapi.jr.se.ui.AdminRelatedPutMessage
Adds a AdminRelatedPutMessageListener which is interested in events generated by the AdminRelatedPutMessage.
addAgentTypeAttributes(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement
Invokes the addAgentTypeAttributes() method on the Parlay Gateway.
addAlias(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the addAlias() method on the Parlay Gateway.
addAppInterfaceListener(AppInterfaceListener) - Method in interface org.csapi.jr.se.pam.event.AppInterface
Adds a AppInterfaceListener which is interested in events generated by the AppInterface.
addCallControlManagerListener(CallControlManagerListener) - Method in interface org.csapi.jr.se.cc.gccs.CallControlManager
Adds a CallControlManagerListener which is interested in events generated by the CallControlManager.
addCallLegListener(CallLegListener) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Adds a CallLegListener which is interested in events generated by the CallLeg.
addCallListener(CallListener) - Method in interface org.csapi.jr.se.cc.gccs.Call
Adds a CallListener which is interested in events generated by the Call.
addCallLoadControlListener(CallLoadControlListener) - Method in interface org.csapi.jr.se.cc.gccs.CallLoadControl
Adds a CallLoadControlListener which is interested in events generated by the CallLoadControl.
addCallLoadControlListener(CallLoadControlListener) - Method in interface org.csapi.jr.se.cc.mpccs.CallLoadControl
Adds a CallLoadControlListener which is interested in events generated by the CallLoadControl.
addCallNotificationListener(CallNotificationListener) - Method in interface org.csapi.jr.se.cc.gccs.CallNotification
Adds a CallNotificationListener which is interested in events generated by the CallNotification.
addCallRelatedSendInfoAndCollectListener(CallRelatedSendInfoAndCollectListener) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollect
Adds a CallRelatedSendInfoAndCollectListener which is interested in events generated by the CallRelatedSendInfoAndCollect.
addCallRelatedSendInfoListener(CallRelatedSendInfoListener) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfo
Adds a CallRelatedSendInfoListener which is interested in events generated by the CallRelatedSendInfo.
addCapabilityAttributes(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the addCapabilityAttributes() method on the Parlay Gateway.
addChargingManagerListener(ChargingManagerListener) - Method in interface org.csapi.jr.se.cs.ChargingManager
Adds a ChargingManagerListener which is interested in events generated by the ChargingManager.
addChargingSessionListener(ChargingSessionListener) - Method in interface org.csapi.jr.se.cs.ChargingSession
Adds a ChargingSessionListener which is interested in events generated by the ChargingSession.
addConnectListener(ConnectListener) - Method in interface org.csapi.jr.se.dsc.Connect
Adds a ConnectListener which is interested in events generated by the Connect.
addDataSessionControlManagerListener(DataSessionControlManagerListener) - Method in interface org.csapi.jr.se.dsc.DataSessionControlManager
Adds a DataSessionControlManagerListener which is interested in events generated by the DataSessionControlManager.
addDataSessionListener(DataSessionListener) - Method in interface org.csapi.jr.se.dsc.DataSession
Adds a DataSessionListener which is interested in events generated by the DataSession.
addDeleteMessageListener(DeleteMessageListener) - Method in interface org.csapi.jr.se.ui.DeleteMessage
Adds a DeleteMessageListener which is interested in events generated by the DeleteMessage.
addEvalPolicyListener(EvalPolicyListener) - Method in interface org.csapi.jr.se.policy.evaluation.EvalPolicy
Adds a EvalPolicyListener which is interested in events generated by the EvalPolicy.
addExtendedLocationReportListener(ExtendedLocationReportListener) - Method in interface org.csapi.jr.se.mm.ul.ExtendedLocationReport
Adds a ExtendedLocationReportListener which is interested in events generated by the ExtendedLocationReport.
addExtendedStatusReportListener(ExtendedStatusReportListener) - Method in interface org.csapi.jr.se.mm.us.ExtendedStatusReport
Adds a ExtendedStatusReportListener which is interested in events generated by the ExtendedStatusReport.
addExtendedTerminalCapabilitiesListener(ExtendedTerminalCapabilitiesListener) - Method in interface org.csapi.jr.se.termcap.ExtendedTerminalCapabilities
Adds a ExtendedTerminalCapabilitiesListener which is interested in events generated by the ExtendedTerminalCapabilities.
addExtTriggeredStatusReportingListener(ExtTriggeredStatusReportingListener) - Method in interface org.csapi.jr.se.mm.us.ExtTriggeredStatusReporting
Adds a ExtTriggeredStatusReportingListener which is interested in events generated by the ExtTriggeredStatusReporting.
addForEventListener(ForEventListener) - Method in interface org.csapi.jr.se.pam.event.ForEvent
Adds a ForEventListener which is interested in events generated by the ForEvent.
addGetMessageListener(GetMessageListener) - Method in interface org.csapi.jr.se.ui.GetMessage
Adds a GetMessageListener which is interested in events generated by the GetMessage.
addIdentityTypeAttributes(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement
Invokes the addIdentityTypeAttributes() method on the Parlay Gateway.
AdditionalCallEventCriteria - class org.csapi.jr.se.cc.AdditionalCallEventCriteria.
Defines the Tagged Choice of Data Elements that specify specific criteria.
AdditionalCallEventCriteria() - Constructor for class org.csapi.jr.se.cc.AdditionalCallEventCriteria
Creates a new AdditionalCallEventCriteria.
addLocationReportListener(LocationReportListener) - Method in interface org.csapi.jr.se.mm.ul.LocationReport
Adds a LocationReportListener which is interested in events generated by the LocationReport.
addLocationReportListener(LocationReportListener) - Method in interface org.csapi.jr.se.mm.ulc.LocationReport
Adds a LocationReportListener which is interested in events generated by the LocationReport.
addMediaNotificationListener(MediaNotificationListener) - Method in interface org.csapi.jr.se.cc.mmccs.MediaNotification
Adds a MediaNotificationListener which is interested in events generated by the MediaNotification.
addMultiMediaCallControlManagerListener(MultiMediaCallControlManagerListener) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager
Adds a MultiMediaCallControlManagerListener which is interested in events generated by the MultiMediaCallControlManager.
addMultiMediaCallLegListener(MultiMediaCallLegListener) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg
Adds a MultiMediaCallLegListener which is interested in events generated by the MultiMediaCallLeg.
addMultiMediaCallListener(MultiMediaCallListener) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCall
Adds a MultiMediaCallListener which is interested in events generated by the MultiMediaCall.
addMultiPartyCallControlManagerListener(MultiPartyCallControlManagerListener) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManager
Adds a MultiPartyCallControlManagerListener which is interested in events generated by the MultiPartyCallControlManager.
addMultiPartyCallListener(MultiPartyCallListener) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Adds a MultiPartyCallListener which is interested in events generated by the MultiPartyCall.
addNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.policy.Notification
Adds a NotificationListener which is interested in events generated by the Notification.
addNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.policy.evaluation.Notification
Adds a NotificationListener which is interested in events generated by the Notification.
addNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.cc.mpccs.Notification
Adds a NotificationListener which is interested in events generated by the Notification.
addNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.ui.Notification
Adds a NotificationListener which is interested in events generated by the Notification.
addNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.dsc.Notification
Adds a NotificationListener which is interested in events generated by the Notification.
addNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.am.Notification
Adds a NotificationListener which is interested in events generated by the Notification.
addNotificationsListener(NotificationsListener) - Method in interface org.csapi.jr.se.cc.mpccs.Notifications
Adds a NotificationsListener which is interested in events generated by the Notifications.
addNotificationsListener(NotificationsListener) - Method in interface org.csapi.jr.se.ui.Notifications
Adds a NotificationsListener which is interested in events generated by the Notifications.
addNotificationsListener(NotificationsListener) - Method in interface org.csapi.jr.se.dsc.Notifications
Adds a NotificationsListener which is interested in events generated by the Notifications.
addNotificationsListener(NotificationsListener) - Method in interface org.csapi.jr.se.am.Notifications
Adds a NotificationsListener which is interested in events generated by the Notifications.
addPAMEventHandlerListener(PAMEventHandlerListener) - Method in interface org.csapi.jr.se.pam.event.PAMEventHandler
Adds a PAMEventHandlerListener which is interested in events generated by the PAMEventHandler.
addPeriodicLocationReportingListener(PeriodicLocationReportingListener) - Method in interface org.csapi.jr.se.mm.ul.PeriodicLocationReporting
Adds a PeriodicLocationReportingListener which is interested in events generated by the PeriodicLocationReporting.
addPeriodicLocationReportingListener(PeriodicLocationReportingListener) - Method in interface org.csapi.jr.se.mm.ulc.PeriodicLocationReporting
Adds a PeriodicLocationReportingListener which is interested in events generated by the PeriodicLocationReporting.
addPolicyDomainListener(PolicyDomainListener) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Adds a PolicyDomainListener which is interested in events generated by the PolicyDomain.
addQueryBalanceListener(QueryBalanceListener) - Method in interface org.csapi.jr.se.am.QueryBalance
Adds a QueryBalanceListener which is interested in events generated by the QueryBalance.
addRecordMessageListener(RecordMessageListener) - Method in interface org.csapi.jr.se.ui.RecordMessage
Adds a RecordMessageListener which is interested in events generated by the RecordMessage.
Address - class org.csapi.jr.se.Address.
Defines the Sequence of Data Elements that specify an address.
ADDRESS_INVALID_CANNOT_DECODE - Static variable in class org.csapi.jr.se.AddressError
Address cannot be decoded
ADDRESS_INVALID_INCOMPLETE - Static variable in class org.csapi.jr.se.AddressError
Address is incomplete
ADDRESS_INVALID_MISSING - Static variable in class org.csapi.jr.se.AddressError
Mandatory address not present
ADDRESS_INVALID_MISSING_ELEMENT - Static variable in class org.csapi.jr.se.AddressError
Mandatory address element not present
ADDRESS_INVALID_OUT_OF_RANGE - Static variable in class org.csapi.jr.se.AddressError
Address is outside of the valid range
ADDRESS_INVALID_UNDEFINED - Static variable in class org.csapi.jr.se.AddressError
Undefined error
ADDRESS_PLAN_AESA - Static variable in class org.csapi.jr.se.AddressPlan
AESA
ADDRESS_PLAN_ANY - Static variable in class org.csapi.jr.se.AddressPlan
Any address plan is deemed to match (This is only used for TpAddressRange)
ADDRESS_PLAN_E164 - Static variable in class org.csapi.jr.se.AddressPlan
ITU-T Recommendation E.164
ADDRESS_PLAN_IP - Static variable in class org.csapi.jr.se.AddressPlan
IP
ADDRESS_PLAN_MSMAIL - Static variable in class org.csapi.jr.se.AddressPlan
Microsoft Mail
ADDRESS_PLAN_MULTICAST - Static variable in class org.csapi.jr.se.AddressPlan
Multicast
ADDRESS_PLAN_NATIONAL - Static variable in class org.csapi.jr.se.AddressPlan
Reserved for National Specific use
ADDRESS_PLAN_NOT_PRESENT - Static variable in class org.csapi.jr.se.AddressPlan
No Address Present
ADDRESS_PLAN_NSAP - Static variable in class org.csapi.jr.se.AddressPlan
NSAP
ADDRESS_PLAN_SIP - Static variable in class org.csapi.jr.se.AddressPlan
Any valid address string allowed in RFC 3261 'SIP: Session Initiation Protocol'
ADDRESS_PLAN_SMTP - Static variable in class org.csapi.jr.se.AddressPlan
SMTP
ADDRESS_PLAN_UNDEFINED - Static variable in class org.csapi.jr.se.AddressPlan
Undefined
ADDRESS_PLAN_UNICAST - Static variable in class org.csapi.jr.se.AddressPlan
Unicast
ADDRESS_PLAN_URL - Static variable in class org.csapi.jr.se.AddressPlan
URL
ADDRESS_PLAN_X400 - Static variable in class org.csapi.jr.se.AddressPlan
ITU-T Recommendation X.400
ADDRESS_PRESENTATION_ADDRESS_NOT_AVAILABLE - Static variable in class org.csapi.jr.se.AddressPresentation
Address not available for presentation
ADDRESS_PRESENTATION_ALLOWED - Static variable in class org.csapi.jr.se.AddressPresentation
Presentation Allowed
ADDRESS_PRESENTATION_RESTRICTED - Static variable in class org.csapi.jr.se.AddressPresentation
Presentation Restricted
ADDRESS_PRESENTATION_UNDEFINED - Static variable in class org.csapi.jr.se.AddressPresentation
Undefined
ADDRESS_SCREENING_NETWORK - Static variable in class org.csapi.jr.se.AddressScreening
Network provided address (Note that even though the application may provide the address to the gateway, from the end-user point of view it is still regarded as a network provided address)
ADDRESS_SCREENING_UNDEFINED - Static variable in class org.csapi.jr.se.AddressScreening
Undefined
ADDRESS_SCREENING_USER_NOT_VERIFIED - Static variable in class org.csapi.jr.se.AddressScreening
user provided address not verified
ADDRESS_SCREENING_USER_VERIFIED_FAILED - Static variable in class org.csapi.jr.se.AddressScreening
user provided address verified and failed
ADDRESS_SCREENING_USER_VERIFIED_PASSED - Static variable in class org.csapi.jr.se.AddressScreening
user provided address verified and passed
Address() - Constructor for class org.csapi.jr.se.Address
Creates a new Address instance.
Address(AddressPlan, String, String, AddressPresentation, AddressScreening, String) - Constructor for class org.csapi.jr.se.Address
Creates a new Address instance.
AddressError - class org.csapi.jr.se.AddressError.
Defines the reasons why an address is invalid.
AddressPlan - class org.csapi.jr.se.AddressPlan.
Defines the address plan (or numbering plan) used.
AddressPresentation - class org.csapi.jr.se.AddressPresentation.
Defines whether an address can be presented to an end user.
AddressRange - class org.csapi.jr.se.AddressRange.
Defines the Sequence of Data Elements that specify a range of addresses.
AddressRange() - Constructor for class org.csapi.jr.se.AddressRange
Creates a new AddressRange instance.
AddressRange(AddressPlan, String, String, String) - Constructor for class org.csapi.jr.se.AddressRange
Creates a new AddressRange instance.
AddressScreening - class org.csapi.jr.se.AddressScreening.
Defines whether an address can be presented to an end user.
addRetrieveTransactionHistoryListener(RetrieveTransactionHistoryListener) - Method in interface org.csapi.jr.se.am.RetrieveTransactionHistory
Adds a RetrieveTransactionHistoryListener which is interested in events generated by the RetrieveTransactionHistory.
addRouteListener(RouteListener) - Method in interface org.csapi.jr.se.cc.gccs.Route
Adds a RouteListener which is interested in events generated by the Route.
AddSagMembersConflict - class org.csapi.jr.se.fw.AddSagMembersConflict.
This data type is a Sequence of Data Elements which describes a conflict that may occur when client applications are added to a SAG - see method addSagMembers().
AddSagMembersConflict() - Constructor for class org.csapi.jr.se.fw.AddSagMembersConflict
Creates a new AddSagMembersConflict instance.
AddSagMembersConflict(String, SagProfilePair, SagProfilePair, String) - Constructor for class org.csapi.jr.se.fw.AddSagMembersConflict
Creates a new AddSagMembersConflict instance.
addSendInfoAndCollectListener(SendInfoAndCollectListener) - Method in interface org.csapi.jr.se.ui.SendInfoAndCollect
Adds a SendInfoAndCollectListener which is interested in events generated by the SendInfoAndCollect.
addSendInfoListener(SendInfoListener) - Method in interface org.csapi.jr.se.ui.SendInfo
Adds a SendInfoListener which is interested in events generated by the SendInfo.
addServiceStateChangeListener(ServiceStateChangeListener) - Method in interface org.csapi.jr.se.Service
Add an object to the list of objects that are listening for events regarding the Service State
addStatusReportListener(StatusReportListener) - Method in interface org.csapi.jr.se.mm.us.StatusReport
Adds a StatusReportListener which is interested in events generated by the StatusReport.
addToGroup(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the addToGroup() method on the Parlay Gateway.
addTriggeredLocationReportingListener(TriggeredLocationReportingListener) - Method in interface org.csapi.jr.se.mm.ul.TriggeredLocationReporting
Adds a TriggeredLocationReportingListener which is interested in events generated by the TriggeredLocationReporting.
addTriggeredLocationReportingListener(TriggeredLocationReportingListener) - Method in interface org.csapi.jr.se.mm.ulc.TriggeredLocationReporting
Adds a TriggeredLocationReportingListener which is interested in events generated by the TriggeredLocationReporting.
addTriggeredStatusReportingListener(TriggeredStatusReportingListener) - Method in interface org.csapi.jr.se.mm.us.TriggeredStatusReporting
Adds a TriggeredStatusReportingListener which is interested in events generated by the TriggeredStatusReporting.
addTriggeredTerminalCapabilityListener(TriggeredTerminalCapabilityListener) - Method in interface org.csapi.jr.se.termcap.TriggeredTerminalCapability
Adds a TriggeredTerminalCapabilityListener which is interested in events generated by the TriggeredTerminalCapability.
addTriggeredUserLocationListener(TriggeredUserLocationListener) - Method in interface org.csapi.jr.se.mm.ul.TriggeredUserLocation
Adds a TriggeredUserLocationListener which is interested in events generated by the TriggeredUserLocation.
addUIAdminManagerListener(UIAdminManagerListener) - Method in interface org.csapi.jr.se.ui.UIAdminManager
Adds a UIAdminManagerListener which is interested in events generated by the UIAdminManager.
addUIListener(UIListener) - Method in interface org.csapi.jr.se.ui.UI
Adds a UIListener which is interested in events generated by the UI.
addUIManagerListener(UIManagerListener) - Method in interface org.csapi.jr.se.ui.UIManager
Adds a UIManagerListener which is interested in events generated by the UIManager.
addUserLocationCamelListener(UserLocationCamelListener) - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamel
Adds a UserLocationCamelListener which is interested in events generated by the UserLocationCamel.
addUserLocationListener(UserLocationListener) - Method in interface org.csapi.jr.se.mm.ul.UserLocation
Adds a UserLocationListener which is interested in events generated by the UserLocation.
addUserStatusListener(UserStatusListener) - Method in interface org.csapi.jr.se.mm.us.UserStatus
Adds a UserStatusListener which is interested in events generated by the UserStatus.
AdminRelatedDeleteMessage - interface org.csapi.jr.se.ui.AdminRelatedDeleteMessage.
This interface represents a AdminRelatedDeleteMessage activity object.
AdminRelatedDeleteMessageErrEvent - class org.csapi.jr.se.ui.AdminRelatedDeleteMessageErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the deleteMessageErr() method on the callback interface has occured.
AdminRelatedDeleteMessageErrEvent(Object, UIError) - Constructor for class org.csapi.jr.se.ui.AdminRelatedDeleteMessageErrEvent
Constructor for the AdminRelatedDeleteMessageErrEvent Event.
AdminRelatedDeleteMessageListener - interface org.csapi.jr.se.ui.AdminRelatedDeleteMessageListener.
This interface is to be implemented for receiving events issued by the DeleteMessage activity object.
AdminRelatedDeleteMessageResEvent - class org.csapi.jr.se.ui.AdminRelatedDeleteMessageResEvent.
Event created by an activity object to indicate that a Gateway originated call to the deleteMessageRes() method on the callback interface has occured.
AdminRelatedDeleteMessageResEvent(Object, UIReport) - Constructor for class org.csapi.jr.se.ui.AdminRelatedDeleteMessageResEvent
Constructor for the AdminRelatedDeleteMessageResEvent Event.
AdminRelatedGetMessage - interface org.csapi.jr.se.ui.AdminRelatedGetMessage.
This interface represents a AdminRelatedGetMessage activity object.
AdminRelatedGetMessageErrEvent - class org.csapi.jr.se.ui.AdminRelatedGetMessageErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the getMessageErr() method on the callback interface has occured.
AdminRelatedGetMessageErrEvent(Object, UIError) - Constructor for class org.csapi.jr.se.ui.AdminRelatedGetMessageErrEvent
Constructor for the AdminRelatedGetMessageErrEvent Event.
AdminRelatedGetMessageListener - interface org.csapi.jr.se.ui.AdminRelatedGetMessageListener.
This interface is to be implemented for receiving events issued by the GetMessage activity object.
AdminRelatedGetMessageResEvent - class org.csapi.jr.se.ui.AdminRelatedGetMessageResEvent.
Event created by an activity object to indicate that a Gateway originated call to the getMessageRes() method on the callback interface has occured.
AdminRelatedGetMessageResEvent(Object, UIInfo) - Constructor for class org.csapi.jr.se.ui.AdminRelatedGetMessageResEvent
Constructor for the AdminRelatedGetMessageResEvent Event.
AdminRelatedPutMessage - interface org.csapi.jr.se.ui.AdminRelatedPutMessage.
This interface represents a AdminRelatedPutMessage activity object.
AdminRelatedPutMessageErrEvent - class org.csapi.jr.se.ui.AdminRelatedPutMessageErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the putMessageErr() method on the callback interface has occured.
AdminRelatedPutMessageErrEvent(Object, UIError) - Constructor for class org.csapi.jr.se.ui.AdminRelatedPutMessageErrEvent
Constructor for the AdminRelatedPutMessageErrEvent Event.
AdminRelatedPutMessageListener - interface org.csapi.jr.se.ui.AdminRelatedPutMessageListener.
This interface is to be implemented for receiving events issued by the PutMessage activity object.
AdminRelatedPutMessageResEvent - class org.csapi.jr.se.ui.AdminRelatedPutMessageResEvent.
Event created by an activity object to indicate that a Gateway originated call to the putMessageRes() method on the callback interface has occured.
AdminRelatedPutMessageResEvent(Object, int) - Constructor for class org.csapi.jr.se.ui.AdminRelatedPutMessageResEvent
Constructor for the AdminRelatedPutMessageResEvent Event.
AM_ACCOUNT_DISABLED - Static variable in class org.csapi.jr.se.am.ChargingEventName
Account has been disabled
AM_ACCOUNT_LOW - Static variable in class org.csapi.jr.se.am.ChargingEventName
Account balance is below the balance threshold
AM_ACCOUNT_ZERO - Static variable in class org.csapi.jr.se.am.ChargingEventName
Account balance is at zero
AM_CHARGING - Static variable in class org.csapi.jr.se.am.ChargingEventName
End user's account has been charged by an application
AM_RECHARGING - Static variable in class org.csapi.jr.se.am.ChargingEventName
End user has recharged the account
AM_TRANSACTION_ERROR_UNSPECIFIED - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
General error, unspecified.
AM_TRANSACTION_INVALID_INTERVAL - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
An invalid interval for the transaction history was specified.
AM_TRANSACTION_PROCESSING_ERROR - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
A processing error occurred while compiling the transaction history.
AM_TRANSACTION_SYSTEM_FAILURE - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
System failure.
AM_TRANSACTION_UNAUTHORIZED_APPLICATION - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
Application is not authorized to query balance.
AM_TRANSACTION_UNKNOWN_ACCOUNT - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
No account for the specified user is known.
Amount - class org.csapi.jr.se.cs.Amount.
Defines the Sequence of Data Elements that define an amount in integers as 'Number × 10 ^ Exponent' (that is if Number = 6543 and Exponent = -2 then the amount is 65,43).
Amount() - Constructor for class org.csapi.jr.se.cs.Amount
Creates a new Amount instance.
Amount(int, int) - Constructor for class org.csapi.jr.se.cs.Amount
Creates a new Amount instance.
announceServiceAvailability(String, ServiceInstanceLifecycleManager) - Method in interface org.csapi.jr.se.fw.fw_service.service_registration.FwServiceRegistration
The registerService() method described previously does not make the service discoverable.
AoCInfo - class org.csapi.jr.se.AoCInfo.
Defines the Sequence of Data Elements that specify the Advice Of Charge information to be sent to the terminal.
AoCInfo() - Constructor for class org.csapi.jr.se.AoCInfo
Creates a new AoCInfo instance.
AoCInfo(AoCOrder, String) - Constructor for class org.csapi.jr.se.AoCInfo
Creates a new AoCInfo instance.
AoCOrder - class org.csapi.jr.se.AoCOrder.
Defines the Tagged Choice of Data Elements that specify the charge plan for the call.
AoCOrder() - Constructor for class org.csapi.jr.se.AoCOrder
Creates a new AoCOrder.
API_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
API_UNAVAILABLE_GATEWAY_FAILURE - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
API_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
API_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
API_UNAVAILABLE_PROTOCOL_FAILURE - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
API_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
APILevelAuthentication - interface org.csapi.jr.se.fw.fw_access.trust_and_security.APILevelAuthentication.
The API Level Authentication Framework interface is used by the client to authenticate the Framework.
APIUnavailReason - class org.csapi.jr.se.fw.APIUnavailReason.
The reason why the API is unavailable.
APP_AVAILABLE - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
The Application has become available
APP_INF_TIMESTAMP - Static variable in class org.csapi.jr.se.cs.AppInformationType
The information item contains a timestamp.
APP_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
The Application has closed itself (for example to protect from fraud or malicious attack) Normally take longer time to correct
APP_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
A local failure in the Application has been detected Normally take longer time to correct
APP_UNAVAILABLE_NO_RESPONSE - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
The Framework has detected that the application has failed: for example non-response from an activity test, failure to return heartbeats
APP_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
The Application is fully overloaded Often a temporary problem
APP_UNAVAILABLE_REMOTE_FAILURE - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
A remote failure to the application has been detected, for example a database is not working Normally take longer time to correct
APP_UNAVAILABLE_SW_UPGRADE - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
The Application is unavailable due to SW upgrade or other similar maintenance Often a temporary problem
APP_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
Undefined
appActivityTestErr(int) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
The client application uses this method to indicate that an error occurred during a framework-requested activity test.
appActivityTestReq(int) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
The framework invokes this method to test that the client application is operational.
appActivityTestRes(int, String) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
The client application uses this method to return the result of a framework-requested activity test.
appAvailStatusInd(AppAvailStatusReason) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
This method is used by the application to inform the framework of its availability status.
appAvailStatusInd(AppAvailStatusReason) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
The framework invokes this method to inform the service instance that the client application is no longer available using different reasons for the unavailability.
AppAvailStatusReason - class org.csapi.jr.se.fw.AppAvailStatusReason.
Defines the reason detailing the change in status of Application availability.
AppEventNotification - interface org.csapi.jr.se.fw.fw_application.notification.AppEventNotification.
This interface is used by the framework to inform the application of a generic service-related event.
AppFaultManager - interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager.
This interface is used to inform the application of events that affect the integrity of the Framework, Service or Client Application.
AppHeartBeat - interface org.csapi.jr.se.fw.fw_application.integrity.AppHeartBeat.
The Heartbeat Application interface is used by the Framework to send the client application its heartbeat.
AppHeartBeatMgmt - interface org.csapi.jr.se.fw.fw_application.integrity.AppHeartBeatMgmt.
This interface allows the initialisation of a heartbeat supervision of the client application by the framework.
AppInformation - class org.csapi.jr.se.cs.AppInformation.
Defines a Tagged Choice of Data Elements that comprise an individual application information.
AppInformation() - Constructor for class org.csapi.jr.se.cs.AppInformation
Creates a new AppInformation.
AppInformationType - class org.csapi.jr.se.cs.AppInformationType.
Defines the possible information items.
AppInterface - interface org.csapi.jr.se.pam.event.AppInterface.
This interface represents a AppInterface activity object.
AppInterfaceListener - interface org.csapi.jr.se.pam.event.AppInterfaceListener.
This interface is to be implemented for receiving events issued by the AppInterface activity object.
ApplicationDescription - class org.csapi.jr.se.cs.ApplicationDescription.
Defines a Sequence of Data Elements that specifies what is about to be charged.
ApplicationDescription() - Constructor for class org.csapi.jr.se.cs.ApplicationDescription
Creates a new ApplicationDescription instance.
ApplicationDescription(String, AppInformation[]) - Constructor for class org.csapi.jr.se.cs.ApplicationDescription
Creates a new ApplicationDescription instance.
ApplicationNotActivatedException - exception org.csapi.jr.se.ApplicationNotActivatedException.
An application is unauthorised to access information and request services with regards to users that have deactivated that particular application.
ApplicationNotActivatedException() - Constructor for class org.csapi.jr.se.ApplicationNotActivatedException
 
ApplicationNotActivatedException(String) - Constructor for class org.csapi.jr.se.ApplicationNotActivatedException
 
ApplicationNotActivatedException(String, Throwable) - Constructor for class org.csapi.jr.se.ApplicationNotActivatedException
 
ApplicationNotActivatedException(Throwable) - Constructor for class org.csapi.jr.se.ApplicationNotActivatedException
 
AppLoadManager - interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager.
The client application developer supplies the load manager application interface to handle requests, reports and other responses from the framework load manager function.
AppOAM - interface org.csapi.jr.se.fw.fw_application.integrity.AppOAM.
The OAM client application interface is used by the Framework to query the application date and time, for synchronisation purposes.
AppPAMPreferenceCheck - interface org.csapi.jr.se.pam.access.AppPAMPreferenceCheck.
This interface represents an AppPAMPreferenceCheck.
AppServiceAgreementManagement - interface org.csapi.jr.se.fw.fw_application.service_agreement.AppServiceAgreementManagement.
This interface and the signServiceAgreement() and terminateServiceAgreement() methods shall be implemented by an application.
appUnavailableInd() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
This method is used by the service instance to inform the framework that the client application is not responding.
appUnavailableInd() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
Deprecated.  
appUnavailableInd(String) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
The framework invokes this method to indicate to the application that the service instance has detected that it is not responding.
appUnavailableInd(String) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
Deprecated.  
assignAgent(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentAssignment
Invokes the assignAgent() method on the Parlay Gateway.
assignCapabilitiesToType(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the assignCapabilitiesToType() method on the Parlay Gateway.
AssignSagToServiceProfileConflict - class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict.
This data type is a Sequence of Data Elements which describes a conflict that may occur when a SAG is assigned to a Service Profile - see method assign().
AssignSagToServiceProfileConflict() - Constructor for class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
Creates a new AssignSagToServiceProfileConflict instance.
AssignSagToServiceProfileConflict(String, SagProfilePair, String) - Constructor for class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
Creates a new AssignSagToServiceProfileConflict instance.
associateTypes(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the associateTypes() method on the Parlay Gateway.
associateTypes(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the associateTypes() method on the Parlay Gateway.
AttachMediaErrEvent - class org.csapi.jr.se.cc.mpccs.AttachMediaErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the attachMediaErr() method on the callback interface has occured.
AttachMediaErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.mpccs.AttachMediaErrEvent
Constructor for the AttachMediaErrEvent Event.
attachMediaReq() - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the attachMediaReq() method on the Parlay Gateway.
AttachMediaResEvent - class org.csapi.jr.se.cc.mpccs.AttachMediaResEvent.
Event created by an activity object to indicate that a Gateway originated call to the attachMediaRes() method on the callback interface has occured.
AttachMediaResEvent(Object) - Constructor for class org.csapi.jr.se.cc.mpccs.AttachMediaResEvent
Constructor for the AttachMediaResEvent Event.
Attribute - class org.csapi.jr.se.Attribute.
This is a Sequence of Data Elements containing the attribute name and value.
Attribute() - Constructor for class org.csapi.jr.se.Attribute
Creates a new Attribute instance.
Attribute(String, AttributeValue) - Constructor for class org.csapi.jr.se.Attribute
Creates a new Attribute instance.
AttributeTagInfo - class org.csapi.jr.se.AttributeTagInfo.
TpAttributeTagInfo is an enumerated type used as a discriminator for the TpAttributeValue structure.
AttributeValue - class org.csapi.jr.se.AttributeValue.
This is a tagged choice of data elements to hold attribute values of different complexity.
AttributeValue() - Constructor for class org.csapi.jr.se.AttributeValue
Creates a new AttributeValue.
AUDIO - Static variable in interface org.csapi.jr.se.cc.Constants
Audio stream
AUDIO_CAPABILITIES - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
Audio stream capabilities
AuthDomain - class org.csapi.jr.se.fw.AuthDomain.
This is Sequence of Data Elements containing all the data necessary to identify a domain: the domain identifier, and a reference to the authentication interface of the domain
AuthDomain() - Constructor for class org.csapi.jr.se.fw.AuthDomain
Creates a new AuthDomain instance.
AuthDomain(DomainID, CsapiInterface) - Constructor for class org.csapi.jr.se.fw.AuthDomain
Creates a new AuthDomain instance.
authenticate(byte[]) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.ClientAPILevelAuthentication
Deprecated.  
authenticate(byte[]) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.APILevelAuthentication
Deprecated.  
AUTHENTICATED_FOR_NETWORK_AND_IP_SERVICES - Static variable in class org.csapi.jr.se.mm.AuthStatusIndicator
Authenticated for the network and IP services
AUTHENTICATED_FOR_NETWORK_ONLY - Static variable in class org.csapi.jr.se.mm.AuthStatusIndicator
Authenticated only for the network.
Authentication - interface org.csapi.jr.se.fw.fw_access.trust_and_security.Authentication.
The Authentication Framework interface is used by client to request access to other interfaces supported by the Framework.
authenticationSucceeded() - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.ClientAPILevelAuthentication
The Framework uses this method to inform the client of the success of the authentication attempt.
authenticationSucceeded() - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.APILevelAuthentication
The client uses this method to inform the framework of the success of the authentication attempt.
AuthStatusIndicator - class org.csapi.jr.se.mm.AuthStatusIndicator.
Used to indicate if and how the user has been authenticated during data session establishment.

B

Balance - class org.csapi.jr.se.am.Balance.
Defines the structure of data elements that specifies a balance.
BALANCE_QUERY_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.am.BalanceQueryError
General error, unspecified
BALANCE_QUERY_OK - Static variable in class org.csapi.jr.se.am.BalanceQueryError
No error occurred while processing the request
BALANCE_QUERY_SYSTEM_FAILURE - Static variable in class org.csapi.jr.se.am.BalanceQueryError
System failure.
BALANCE_QUERY_UNAUTHORIZED_APPLICATION - Static variable in class org.csapi.jr.se.am.BalanceQueryError
Application is not authorized to query balance
BALANCE_QUERY_UNKNOWN_SUBSCRIBER - Static variable in class org.csapi.jr.se.am.BalanceQueryError
Subscriber for which balance is queried is unknown
Balance() - Constructor for class org.csapi.jr.se.am.Balance
Creates a new Balance instance.
Balance(Address, BalanceQueryError, BalanceInfo) - Constructor for class org.csapi.jr.se.am.Balance
Creates a new Balance instance.
BalanceInfo - class org.csapi.jr.se.am.BalanceInfo.
Defines the structure of data elements that specifies detailed balance info.
BalanceInfo() - Constructor for class org.csapi.jr.se.am.BalanceInfo
Creates a new BalanceInfo instance.
BalanceInfo(String, int, int, int, String) - Constructor for class org.csapi.jr.se.am.BalanceInfo
Creates a new BalanceInfo instance.
BalanceQueryError - class org.csapi.jr.se.am.BalanceQueryError.
Defines an error that is reported by the Charging service capability feature as a result of a balance query request.
BOOLEAN - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpBoolean.
BUSY - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The user is busy.

C

CAIElements - class org.csapi.jr.se.CAIElements.
Defines the Sequence of Data Elements that specify the Charging Advice Information elements according to TS 122 024.
CAIElements() - Constructor for class org.csapi.jr.se.CAIElements
Creates a new CAIElements instance.
CAIElements(int, int, int, int, int, int, int) - Constructor for class org.csapi.jr.se.CAIElements
Creates a new CAIElements instance.
Call - interface org.csapi.jr.se.cc.gccs.Call.
This interface represents a Call.
CALL_APP_ADDITIONAL_ADDRESS - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Indicates an additional address
CALL_APP_ADDITIONAL_ADDRESS - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Indicates an additional address
CALL_APP_ALERTING_MECHANISM - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
The alerting mechanism or pattern to use
CALL_APP_ALERTING_MECHANISM - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
The alerting mechanism or pattern to use
CALL_APP_BEARER_SERVICE - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Indicates the bearer service (for example 64kbit/s unrestricted data)
CALL_APP_BEARER_SERVICE - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Indicates the bearer service (for example 64 kbit/s unrestricted data).
CALL_APP_CARRIER - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Indicates the set of Carrier identifications to be used to route the call.
CALL_APP_GENERIC_INFO - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Carries unspecified service-service information
CALL_APP_GENERIC_INFO - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Carries unspecified service-service information
CALL_APP_HIGH_PROBABILITY_COMPLETION - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Indicates high probability of completion and its priority
CALL_APP_NETWORK_ACCESS_TYPE - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
The network access type (for example ISDN)
CALL_APP_NETWORK_ACCESS_TYPE - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
The network access type (for example ISDN)
CALL_APP_ORIGINAL_DESTINATION_ADDRESS - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Contains the original address specified by the originating user when launching the call.
CALL_APP_PARTY_CATEGORY - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
The category of the calling party
CALL_APP_PARTY_CATEGORY - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
The category of the calling party
CALL_APP_PRESENTATION_ADDRESS - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
The address to be presented to other call parties
CALL_APP_PRESENTATION_ADDRESS - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
The address to be presented to other call parties
CALL_APP_REDIRECTING_ADDRESS - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Contains the address of the user from which the call is diverting.
CALL_APP_TELE_SERVICE - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Indicates the tele-service (for example telephony)
CALL_APP_TELE_SERVICE - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Indicates the tele-service (for example telephony)
CALL_APP_UNDEFINED - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Undefined
CALL_APP_UNDEFINED - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Undefined
CALL_BEARER_SERVICE_AUDIO - Static variable in class org.csapi.jr.se.cc.CallBearerService
3,1 kHz audio
CALL_BEARER_SERVICE_DIGITALRESTRICTED - Static variable in class org.csapi.jr.se.cc.CallBearerService
Restricted digital information
CALL_BEARER_SERVICE_DIGITALUNRESTRICTED - Static variable in class org.csapi.jr.se.cc.CallBearerService
Unrestricted digital information
CALL_BEARER_SERVICE_DIGITALUNRESTRICTEDTONES - Static variable in class org.csapi.jr.se.cc.CallBearerService
Unrestricted digital information with tones/announcements
CALL_BEARER_SERVICE_SPEECH - Static variable in class org.csapi.jr.se.cc.CallBearerService
Speech
CALL_BEARER_SERVICE_UNKNOWN - Static variable in class org.csapi.jr.se.cc.CallBearerService
Bearer capability information unknown at this time
CALL_BEARER_SERVICE_VIDEO - Static variable in class org.csapi.jr.se.cc.CallBearerService
Video
CALL_CHARGE_PREDEFINED_SET - Static variable in class org.csapi.jr.se.cc.CallChargeOrderCategory
Pre-defined charge plan.
CALL_CHARGE_TRANSPARENT - Static variable in class org.csapi.jr.se.cc.CallChargeOrderCategory
Operator specific charge plan specification, for example charging table name / charging table entry.
CALL_ERROR_INVALID_ADDRESS - Static variable in class org.csapi.jr.se.cc.CallErrorType
The operation failed because an invalid address was given
CALL_ERROR_INVALID_STATE - Static variable in class org.csapi.jr.se.cc.CallErrorType
The call was not in a valid state for the requested operation
CALL_ERROR_RESOURCE_UNAVAILABLE - Static variable in class org.csapi.jr.se.cc.CallErrorType
There are not enough resources to complete the request successfully
CALL_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.cc.CallErrorType
Undefined; the method failed or was refused, but no specific reason can be given.
CALL_EVENT_ADDRESS_ANALYSED - Static variable in class org.csapi.jr.se.cc.CallEventType
The destination address has been analysed.
CALL_EVENT_ADDRESS_COLLECTED - Static variable in class org.csapi.jr.se.cc.CallEventType
The destination address has been collected.
CALL_EVENT_ALERTING - Static variable in class org.csapi.jr.se.cc.CallEventType
Call is alerting at the call party.
CALL_EVENT_ANSWER - Static variable in class org.csapi.jr.se.cc.CallEventType
Call answered at address.
CALL_EVENT_ORIGINATING_CALL_ATTEMPT - Static variable in class org.csapi.jr.se.cc.CallEventType
An originating call attempt takes place (for example Off-hook event).
CALL_EVENT_ORIGINATING_CALL_ATTEMPT_AUTHORISED - Static variable in class org.csapi.jr.se.cc.CallEventType
An originating call attempt is authorised
CALL_EVENT_ORIGINATING_RELEASE - Static variable in class org.csapi.jr.se.cc.CallEventType
A originating call/call leg is released
CALL_EVENT_ORIGINATING_SERVICE_CODE - Static variable in class org.csapi.jr.se.cc.CallEventType
Mid-call originating service code received.
CALL_EVENT_QUEUED - Static variable in class org.csapi.jr.se.cc.CallEventType
The Call Event has been queued.
CALL_EVENT_REDIRECTED - Static variable in class org.csapi.jr.se.cc.CallEventType
Call redirected to new address: an indication from the network that the call has been redirected to a new address (no events disarmed as a result of this).
CALL_EVENT_TERMINATING_CALL_ATTEMPT - Static variable in class org.csapi.jr.se.cc.CallEventType
A terminating call attempt takes place
CALL_EVENT_TERMINATING_CALL_ATTEMPT_AUTHORISED - Static variable in class org.csapi.jr.se.cc.CallEventType
A terminating call is authorized
CALL_EVENT_TERMINATING_RELEASE - Static variable in class org.csapi.jr.se.cc.CallEventType
A terminating call leg has been released or the call could not be routed.
CALL_EVENT_TERMINATING_SERVICE_CODE - Static variable in class org.csapi.jr.se.cc.CallEventType
Mid call terminating service code received.
CALL_EVENT_UNDEFINED - Static variable in class org.csapi.jr.se.cc.CallEventType
Undefined
CALL_FAULT_UNDEFINED - Static variable in class org.csapi.jr.se.cc.gccs.CallFault
Undefined
CALL_INFO_RELEASE_CAUSE - Static variable in interface org.csapi.jr.se.cc.Constants
Call release cause
CALL_INFO_TIMES - Static variable in interface org.csapi.jr.se.cc.Constants
Relevant call times
CALL_INFO_UNDEFINED - Static variable in interface org.csapi.jr.se.cc.Constants
Undefined
CALL_LEG_INFO_ADDRESS - Static variable in interface org.csapi.jr.se.cc.Constants
Call leg connected address
CALL_LEG_INFO_APPINFO - Static variable in interface org.csapi.jr.se.cc.Constants
Call leg application related information
CALL_LEG_INFO_RELEASE_CAUSE - Static variable in interface org.csapi.jr.se.cc.Constants
Call leg release cause
CALL_LEG_INFO_TIMES - Static variable in interface org.csapi.jr.se.cc.Constants
Relevant call times
CALL_LEG_INFO_UNDEFINED - Static variable in interface org.csapi.jr.se.cc.Constants
Undefined
CALL_LEG_PROPERTY_CARD - Static variable in interface org.csapi.jr.se.cc.Constants
The card property name is associated with a business card, for example, in vCard or LDIF formats.
CALL_LEG_PROPERTY_ICON - Static variable in interface org.csapi.jr.se.cc.Constants
The icon parameter property name is associated with a URL value that points to data suitable as an iconic representation of the caller or callee.
CALL_LEG_PROPERTY_INFO - Static variable in interface org.csapi.jr.se.cc.Constants
The info property name is associated with a URL value that describes the caller or callee in general, for example, through a web page.
CALL_LEG_SUPERVISE_APPLY_TONE - Static variable in interface org.csapi.jr.se.cc.Constants
Send a warning tone on the call leg when the call leg supervision timer expires.
CALL_LEG_SUPERVISE_RELEASE - Static variable in interface org.csapi.jr.se.cc.Constants
Release the call leg when the call leg supervision timer expires
CALL_LEG_SUPERVISE_RESPOND - Static variable in interface org.csapi.jr.se.cc.Constants
Notify the application when the call leg supervision timer expires
CALL_LOAD_CONTROL_ADMIT_NO_CALLS - Static variable in interface org.csapi.jr.se.cc.Constants
Infinite interval (do not admit any calls)
CALL_LOAD_CONTROL_PER_INTERVAL - Static variable in class org.csapi.jr.se.cc.CallLoadControlMechanismType
Admit one call per interval
CALL_MONITOR_MODE_DO_NOT_MONITOR - Static variable in class org.csapi.jr.se.cc.CallMonitorMode
Do not monitor for the event
CALL_MONITOR_MODE_INTERRUPT - Static variable in class org.csapi.jr.se.cc.CallMonitorMode
The call event is intercepted by the call control service and call processing is interrupted.
CALL_MONITOR_MODE_NOTIFY - Static variable in class org.csapi.jr.se.cc.CallMonitorMode
The call event is detected by the call control service but not intercepted.
CALL_NETWORK_ACCESS_TYPE_DIALUPINTERNET - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
Dial-up Internet
CALL_NETWORK_ACCESS_TYPE_ISDN - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
ISDN
CALL_NETWORK_ACCESS_TYPE_POT - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
POTS
CALL_NETWORK_ACCESS_TYPE_UNKNOWN - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
Network type information unknown at this time
CALL_NETWORK_ACCESS_TYPE_WIRELESS - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
Wireless
CALL_NETWORK_ACCESS_TYPE_XDSL - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
xDSL
CALL_PARTY_CATEGORY_DATA_CALL - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
data call (voice band data)
CALL_PARTY_CATEGORY_OPERATOR_E - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
operator, language English
CALL_PARTY_CATEGORY_OPERATOR_F - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
operator, language French
CALL_PARTY_CATEGORY_OPERATOR_G - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
operator, language German
CALL_PARTY_CATEGORY_OPERATOR_R - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
operator, language Russian
CALL_PARTY_CATEGORY_OPERATOR_S - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
operator, language Spanish
CALL_PARTY_CATEGORY_ORDINARY_SUB - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
ordinary calling subscriber
CALL_PARTY_CATEGORY_PAYPHONE - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
payphone
CALL_PARTY_CATEGORY_PRIORITY_SUB - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
calling subscriber with priority
CALL_PARTY_CATEGORY_TEST_CALL - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
test call
CALL_PARTY_CATEGORY_UNKNOWN - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
calling party's category unknown at this time
CALL_PARTY_DESTINATION - Static variable in class org.csapi.jr.se.cc.CallPartyToChargeType
Called Party
CALL_PARTY_ORIGINATING - Static variable in class org.csapi.jr.se.cc.CallPartyToChargeType
Calling party, that is party that initiated the call.
CALL_PARTY_SPECIAL - Static variable in class org.csapi.jr.se.cc.CallPartyToChargeType
An address identifying for example a third party, a service provider
CALL_REPORT_ALERTING - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Call is alerting at the call party.
CALL_REPORT_ANSWER - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Call answered at address.
CALL_REPORT_BUSY - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Called address refused call due to busy.
CALL_REPORT_DISCONNECT - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
The media stream of the called party has disconnected.
CALL_REPORT_NO_ANSWER - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
No answer at called address.
CALL_REPORT_NOT_REACHABLE - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
The called address is not reachable; for example the phone has been switched off or the phone is outside the coverage area of the network.
CALL_REPORT_PROGRESS - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Call routing progress event: an indication from the network that progress has been made in routing the call to the requested call party.
CALL_REPORT_QUEUED - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
The call is being held in a queue.
CALL_REPORT_REDIRECTED - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Call redirected to new address: an indication from the network that the call has been redirected to a new address.
CALL_REPORT_ROUTING_FAILURE - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Call routing failed - re-routing is possible.
CALL_REPORT_SERVICE_CODE - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Mid-call service code received.
CALL_REPORT_UNDEFINED - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Undefined.
CALL_RESTRICTED - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The call was subject of restrictions
CALL_SERVICE_CODE_DIGITS - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
The user entered a digit sequence during the call.
CALL_SERVICE_CODE_FACILITY - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
A facility information element is received.
CALL_SERVICE_CODE_HOOKFLASH - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
The user performed a hookflash, optionally followed by some digits.
CALL_SERVICE_CODE_RECALL - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
The user pressed the register recall button, optionally followed by some digits.
CALL_SERVICE_CODE_U2U - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
A user-to-user message was received.
CALL_SERVICE_CODE_UNDEFINED - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
The type of service code is unknown.
CALL_SUPERVISE_APPLY_TONE - Static variable in interface org.csapi.jr.se.cc.Constants
Send a warning tone to the originating party when the call supervision timer expires.
CALL_SUPERVISE_CALL_ENDED - Static variable in interface org.csapi.jr.se.cc.Constants
The call has ended, either due to timer expiry or call party release.
CALL_SUPERVISE_RELEASE - Static variable in interface org.csapi.jr.se.cc.Constants
Release the call when the call supervision timer expires
CALL_SUPERVISE_RESPOND - Static variable in interface org.csapi.jr.se.cc.Constants
Notify the application when the call supervision timer expires
CALL_SUPERVISE_TIMEOUT - Static variable in interface org.csapi.jr.se.cc.Constants
The call supervision timer has expired.
CALL_SUPERVISE_TONE_APPLIED - Static variable in interface org.csapi.jr.se.cc.Constants
A warning tone has been applied.
CALL_SUPERVISE_UI_FINISHED - Static variable in interface org.csapi.jr.se.cc.Constants
The user interaction has finished.
CALL_TELE_SERVICE_ALT_SPEECH_FAX_3 - Static variable in class org.csapi.jr.se.cc.CallTeleService
Alternate speech and facsimile group 3
CALL_TELE_SERVICE_AUDIOGRAPH_CONF - Static variable in class org.csapi.jr.se.cc.CallTeleService
Audiographic conferencing
CALL_TELE_SERVICE_AUTOMATIC_FAX_3 - Static variable in class org.csapi.jr.se.cc.CallTeleService
Automatic Facsimile group 3
CALL_TELE_SERVICE_CELL_BROADCAST - Static variable in class org.csapi.jr.se.cc.CallTeleService
Cell Broadcast Service
CALL_TELE_SERVICE_CS_INI_CALL - Static variable in class org.csapi.jr.se.cc.CallTeleService
Capability set of initial channel associated with an active 3,1 kHz audio or speech call.
CALL_TELE_SERVICE_CS_INI_H221 - Static variable in class org.csapi.jr.se.cc.CallTeleService
Capability set of initial channel of ITU-T Recommendation H.221
CALL_TELE_SERVICE_CS_SUB_H221 - Static variable in class org.csapi.jr.se.cc.CallTeleService
Capability set of subsequent channel of ITU-T Recommendation H.221
CALL_TELE_SERVICE_DATATRAFFIC - Static variable in class org.csapi.jr.se.cc.CallTeleService
Data traffic.
CALL_TELE_SERVICE_EMERGENCY_CALLS - Static variable in class org.csapi.jr.se.cc.CallTeleService
Emergency Calls
CALL_TELE_SERVICE_FAX_2_3 - Static variable in class org.csapi.jr.se.cc.CallTeleService
Facsimile Group 2/3
CALL_TELE_SERVICE_FAX_4_I - Static variable in class org.csapi.jr.se.cc.CallTeleService
Facsimile Group 4, Class I
CALL_TELE_SERVICE_FAX_4_II_III - Static variable in class org.csapi.jr.se.cc.CallTeleService
Facsimile Group 4, Classes II and III
CALL_TELE_SERVICE_FTAM - Static variable in class org.csapi.jr.se.cc.CallTeleService
FTAM application
CALL_TELE_SERVICE_MHS - Static variable in class org.csapi.jr.se.cc.CallTeleService
Message Handling Systems
CALL_TELE_SERVICE_MULTIMEDIA - Static variable in class org.csapi.jr.se.cc.CallTeleService
Multimedia services
CALL_TELE_SERVICE_OSI - Static variable in class org.csapi.jr.se.cc.CallTeleService
OSI application
CALL_TELE_SERVICE_SMS_MO_PP - Static variable in class org.csapi.jr.se.cc.CallTeleService
Short message MO/PP
CALL_TELE_SERVICE_SMS_MT_PP - Static variable in class org.csapi.jr.se.cc.CallTeleService
Short message MT/PP
CALL_TELE_SERVICE_TELEPHONY - Static variable in class org.csapi.jr.se.cc.CallTeleService
Telephony
CALL_TELE_SERVICE_TELEX - Static variable in class org.csapi.jr.se.cc.CallTeleService
Telex service
CALL_TELE_SERVICE_UNKNOWN - Static variable in class org.csapi.jr.se.cc.CallTeleService
Teleservice information unknown at this time
CALL_TELE_SERVICE_VIDEO - Static variable in class org.csapi.jr.se.cc.CallTeleService
Videotelephony
CALL_TELE_SERVICE_VIDEO_CONF - Static variable in class org.csapi.jr.se.cc.CallTeleService
Videoconferencing
CALL_TELE_SERVICE_VIDEOTEX_INT - Static variable in class org.csapi.jr.se.cc.CallTeleService
International Videotex interworking via gateways or interworking units
CALL_TELE_SERVICE_VIDEOTEX_SYN - Static variable in class org.csapi.jr.se.cc.CallTeleService
Syntax based Videotex
CALL_TELE_SERVICE_VOICE_BROADCAST - Static variable in class org.csapi.jr.se.cc.CallTeleService
Voice Broadcast Service
CALL_TELE_SERVICE_VOICE_GROUP_CALL - Static variable in class org.csapi.jr.se.cc.CallTeleService
Voice Group Call Service
CALL_TIMEOUT_ON_INTERRUPT - Static variable in class org.csapi.jr.se.cc.gccs.CallFault
This fault occurs when the application did not instruct the gateway how to handle the call within a specified time, after the gateway reported an event that was requested by the application in interrupt mode.
CALL_TIMEOUT_ON_RELEASE - Static variable in class org.csapi.jr.se.cc.gccs.CallFault
This fault occurs when the final report has been sent to the application, but the application did not explicitly release or deassign the call object, within a specified time.
CALL_TREATMENT_DEFAULT - Static variable in class org.csapi.jr.se.cc.CallTreatmentType
Default treatment
CALL_TREATMENT_RELEASE - Static variable in class org.csapi.jr.se.cc.CallTreatmentType
Release the call
CALL_TREATMENT_SIAR - Static variable in class org.csapi.jr.se.cc.CallTreatmentType
Send information to the user, and release the call (Send Info & Release)
CallAbortedEvent - class org.csapi.jr.se.cc.gccs.CallAbortedEvent.
Event created by an activity object to indicate that a Gateway originated call to the callAborted() method on the callback interface has occured.
CallAbortedEvent - class org.csapi.jr.se.cc.mpccs.CallAbortedEvent.
Event created by an activity object to indicate that a Gateway originated call to the callAborted() method on the callback interface has occured.
CallAbortedEvent(Object, Call) - Constructor for class org.csapi.jr.se.cc.gccs.CallAbortedEvent
Constructor for the CallAbortedEvent Event.
CallAbortedEvent(Object, MultiPartyCall) - Constructor for class org.csapi.jr.se.cc.mpccs.CallAbortedEvent
Constructor for the CallAbortedEvent Event.
CallAdditionalErrorInfo - class org.csapi.jr.se.cc.CallAdditionalErrorInfo.
Defines the Tagged Choice of Data Elements that specify additional call error and call error specific information.
CallAdditionalErrorInfo() - Constructor for class org.csapi.jr.se.cc.CallAdditionalErrorInfo
Creates a new CallAdditionalErrorInfo.
CallAdditionalEventInfo - class org.csapi.jr.se.cc.CallAdditionalEventInfo.
Defines the Tagged Choice of Data Elements that specify additional call event information for certain types of events.
CallAdditionalEventInfo() - Constructor for class org.csapi.jr.se.cc.CallAdditionalEventInfo
Creates a new CallAdditionalEventInfo.
CallAdditionalReportCriteria - class org.csapi.jr.se.cc.gccs.CallAdditionalReportCriteria.
Defines the Tagged Choice of Data Elements that specify specific criteria.
CallAdditionalReportCriteria() - Constructor for class org.csapi.jr.se.cc.gccs.CallAdditionalReportCriteria
Creates a new CallAdditionalReportCriteria.
CallAdditionalReportInfo - class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo.
Defines the Tagged Choice of Data Elements that specify additional call report information for certain types of reports.
CallAdditionalReportInfo() - Constructor for class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
Creates a new CallAdditionalReportInfo.
CallAdditionalTreatmentInfo - class org.csapi.jr.se.cc.CallAdditionalTreatmentInfo.
Defines the Tagged Choice of Data Elements that specify the information to be sent to a call party.
CallAdditionalTreatmentInfo() - Constructor for class org.csapi.jr.se.cc.CallAdditionalTreatmentInfo
Creates a new CallAdditionalTreatmentInfo.
CallAoCOrderCategory - class org.csapi.jr.se.CallAoCOrderCategory.
 
CallAppInfo - class org.csapi.jr.se.cc.gccs.CallAppInfo.
Defines the Tagged Choice of Data Elements that specify application-related call information.
CallAppInfo - class org.csapi.jr.se.cc.CallAppInfo.
Defines the Tagged Choice of Data Elements that specify application-related call information.
CallAppInfo() - Constructor for class org.csapi.jr.se.cc.gccs.CallAppInfo
Creates a new CallAppInfo.
CallAppInfo() - Constructor for class org.csapi.jr.se.cc.CallAppInfo
Creates a new CallAppInfo.
CallAppInfoType - class org.csapi.jr.se.cc.gccs.CallAppInfoType.
Defines the type of call application-related specific information.
CallAppInfoType - class org.csapi.jr.se.cc.CallAppInfoType.
Defines the type of call application-related specific information.
CallBearerService - class org.csapi.jr.se.cc.CallBearerService.
This data type defines the type of call application-related specific information (ITU-T Recommendation Q.931: Information Transfer Capability, and TS 122 002)
CallChargeOrderCategory - class org.csapi.jr.se.cc.CallChargeOrderCategory.
Defines the type of charging to be applied
CallChargePlan - class org.csapi.jr.se.cc.CallChargePlan.
Defines the Sequence of Data Elements that specify the charge plan for the call.
CallChargePlan() - Constructor for class org.csapi.jr.se.cc.CallChargePlan
Creates a new CallChargePlan instance.
CallChargePlan(CallChargeOrderCategory, byte[], int, byte[], CallPartyToChargeType, CallPartyToChargeAdditionalInfo) - Constructor for class org.csapi.jr.se.cc.CallChargePlan
Creates a new CallChargePlan instance.
CallControlManager - interface org.csapi.jr.se.cc.gccs.CallControlManager.
This interface represents a CallControlManager.
CallControlManagerListener - interface org.csapi.jr.se.cc.gccs.CallControlManagerListener.
This interface is to be implemented for receiving events issued by the CallControlManager service object.
CallEndedEvent - class org.csapi.jr.se.cc.gccs.CallEndedEvent.
Event created by an activity object to indicate that a Gateway originated call to the callEnded() method on the callback interface has occured.
CallEndedEvent - class org.csapi.jr.se.cc.mpccs.CallEndedEvent.
Event created by an activity object to indicate that a Gateway originated call to the callEnded() method on the callback interface has occured.
CallEndedEvent(Object, CallEndedReport) - Constructor for class org.csapi.jr.se.cc.gccs.CallEndedEvent
Constructor for the CallEndedEvent Event.
CallEndedEvent(Object, CallEndedReport) - Constructor for class org.csapi.jr.se.cc.mpccs.CallEndedEvent
Constructor for the CallEndedEvent Event.
CallEndedReport - class org.csapi.jr.se.cc.gccs.CallEndedReport.
Defines the Sequence of Data Elements that specify the reason for the call ending.
CallEndedReport - class org.csapi.jr.se.cc.CallEndedReport.
Defines the Sequence of Data Elements that specify the reason for the call ending.
CallEndedReport() - Constructor for class org.csapi.jr.se.cc.gccs.CallEndedReport
Creates a new CallEndedReport instance.
CallEndedReport() - Constructor for class org.csapi.jr.se.cc.CallEndedReport
Creates a new CallEndedReport instance.
CallEndedReport(int, CallReleaseCause) - Constructor for class org.csapi.jr.se.cc.gccs.CallEndedReport
Creates a new CallEndedReport instance.
CallEndedReport(int, ReleaseCause) - Constructor for class org.csapi.jr.se.cc.CallEndedReport
Creates a new CallEndedReport instance.
CallError - class org.csapi.jr.se.cc.CallError.
Defines the Sequence of Data Elements that specify the additional information relating to a call error.
CallError() - Constructor for class org.csapi.jr.se.cc.CallError
Creates a new CallError instance.
CallError(String, CallErrorType, CallAdditionalErrorInfo) - Constructor for class org.csapi.jr.se.cc.CallError
Creates a new CallError instance.
CallErrorType - class org.csapi.jr.se.cc.CallErrorType.
Defines a specific call error.
CallEventCriteria - class org.csapi.jr.se.cc.gccs.CallEventCriteria.
Defines the Sequence of Data Elements that specify the criteria for an event notification.
CallEventCriteria() - Constructor for class org.csapi.jr.se.cc.gccs.CallEventCriteria
Creates a new CallEventCriteria instance.
CallEventCriteria(AddressRange, AddressRange, int, CallNotificationType, CallMonitorMode) - Constructor for class org.csapi.jr.se.cc.gccs.CallEventCriteria
Creates a new CallEventCriteria instance.
CallEventCriteriaResult - class org.csapi.jr.se.cc.gccs.CallEventCriteriaResult.
Defines a sequence of data elements that specify a requested call event notification criteria with the associated assignmentID.
CallEventCriteriaResult() - Constructor for class org.csapi.jr.se.cc.gccs.CallEventCriteriaResult
Creates a new CallEventCriteriaResult instance.
CallEventCriteriaResult(CallEventCriteria, int) - Constructor for class org.csapi.jr.se.cc.gccs.CallEventCriteriaResult
Creates a new CallEventCriteriaResult instance.
CallEventInfo - class org.csapi.jr.se.cc.gccs.CallEventInfo.
Defines the Sequence of Data Elements that specify the information returned to the application in a Call event notification.
CallEventInfo - class org.csapi.jr.se.cc.CallEventInfo.
Defines the Sequence of Data Elements that specify the event report specific information.
CallEventInfo() - Constructor for class org.csapi.jr.se.cc.gccs.CallEventInfo
Creates a new CallEventInfo instance.
CallEventInfo() - Constructor for class org.csapi.jr.se.cc.CallEventInfo
Creates a new CallEventInfo instance.
CallEventInfo(Address, Address, Address, Address, CallAppInfo[], int, CallNotificationType, CallMonitorMode) - Constructor for class org.csapi.jr.se.cc.gccs.CallEventInfo
Creates a new CallEventInfo instance.
CallEventInfo(CallEventType, CallAdditionalEventInfo, CallMonitorMode, String) - Constructor for class org.csapi.jr.se.cc.CallEventInfo
Creates a new CallEventInfo instance.
CallEventNotifyEvent - class org.csapi.jr.se.cc.gccs.CallEventNotifyEvent.
Event created by an activity object to indicate that a Gateway originated call to the callEventNotify() method on the callback interface has occured.
CallEventNotifyEvent(Object, Call, CallEventInfo) - Constructor for class org.csapi.jr.se.cc.gccs.CallEventNotifyEvent
Constructor for the CallEventNotifyEvent Event.
CallEventRequest - class org.csapi.jr.se.cc.CallEventRequest.
Defines the Sequence of Data Elements that specify the criteria relating to call report requests.
CallEventRequest() - Constructor for class org.csapi.jr.se.cc.CallEventRequest
Creates a new CallEventRequest instance.
CallEventRequest(CallEventType, AdditionalCallEventCriteria, CallMonitorMode) - Constructor for class org.csapi.jr.se.cc.CallEventRequest
Creates a new CallEventRequest instance.
CallEventType - class org.csapi.jr.se.cc.CallEventType.
Defines a specific call event report type.
CallFault - class org.csapi.jr.se.cc.gccs.CallFault.
Defines the cause of the call fault detected.
CallFaultDetectedEvent - class org.csapi.jr.se.cc.gccs.CallFaultDetectedEvent.
Event created by an activity object to indicate that a Gateway originated call to the callFaultDetected() method on the callback interface has occured.
CallFaultDetectedEvent(Object, CallFault) - Constructor for class org.csapi.jr.se.cc.gccs.CallFaultDetectedEvent
Constructor for the CallFaultDetectedEvent Event.
CallInfoReport - class org.csapi.jr.se.cc.gccs.CallInfoReport.
Defines the Sequence of Data Elements that specify the call information requested.
CallInfoReport - class org.csapi.jr.se.cc.CallInfoReport.
Defines the Sequence of Data Elements that specify the call information requested.
CallInfoReport() - Constructor for class org.csapi.jr.se.cc.gccs.CallInfoReport
Creates a new CallInfoReport instance.
CallInfoReport() - Constructor for class org.csapi.jr.se.cc.CallInfoReport
Creates a new CallInfoReport instance.
CallInfoReport(int, String, String, String, String, CallReleaseCause) - Constructor for class org.csapi.jr.se.cc.gccs.CallInfoReport
Creates a new CallInfoReport instance.
CallInfoReport(int, String, String, String, String, ReleaseCause) - Constructor for class org.csapi.jr.se.cc.CallInfoReport
Creates a new CallInfoReport instance.
CallLeg - interface org.csapi.jr.se.cc.mpccs.CallLeg.
This interface represents a CallLeg.
CALLLEG_ATTACH_EXPLICITLY - Static variable in class org.csapi.jr.se.cc.CallLegAttachMechanism
CallLeg should be attached explicitly to the call by using the attachMediaReq() operation.
CALLLEG_ATTACH_IMPLICITLY - Static variable in class org.csapi.jr.se.cc.CallLegAttachMechanism
CallLeg should be attached implicitly to the call.
CallLegAttachMechanism - class org.csapi.jr.se.cc.CallLegAttachMechanism.
Defines how a CallLeg should be attached to the call.
CallLegConnectionProperties - class org.csapi.jr.se.cc.CallLegConnectionProperties.
Defines the Sequence of Data Elements that specify the connection properties of the Call Leg object
CallLegConnectionProperties() - Constructor for class org.csapi.jr.se.cc.CallLegConnectionProperties
Creates a new CallLegConnectionProperties instance.
CallLegConnectionProperties(CallLegAttachMechanism) - Constructor for class org.csapi.jr.se.cc.CallLegConnectionProperties
Creates a new CallLegConnectionProperties instance.
CallLegEndedEvent - class org.csapi.jr.se.cc.mpccs.CallLegEndedEvent.
Event created by an activity object to indicate that a Gateway originated call to the callLegEnded() method on the callback interface has occured.
CallLegEndedEvent(Object, ReleaseCause) - Constructor for class org.csapi.jr.se.cc.mpccs.CallLegEndedEvent
Constructor for the CallLegEndedEvent Event.
CallLegInfoReport - class org.csapi.jr.se.cc.CallLegInfoReport.
Defines the Sequence of Data Elements that specify the call leg information requested.
CallLegInfoReport() - Constructor for class org.csapi.jr.se.cc.CallLegInfoReport
Creates a new CallLegInfoReport instance.
CallLegInfoReport(int, String, String, String, String, Address, ReleaseCause, CallAppInfo[]) - Constructor for class org.csapi.jr.se.cc.CallLegInfoReport
Creates a new CallLegInfoReport instance.
CallLegListener - interface org.csapi.jr.se.cc.mpccs.CallLegListener.
This interface is to be implemented for receiving events issued by the CallLeg service object.
CallLegProperty - class org.csapi.jr.se.cc.CallLegProperty.
This data type is a Sequence of Data Elements which describes a property.
CallLegProperty() - Constructor for class org.csapi.jr.se.cc.CallLegProperty
Creates a new CallLegProperty instance.
CallLegProperty(String, String) - Constructor for class org.csapi.jr.se.cc.CallLegProperty
Creates a new CallLegProperty instance.
CallListener - interface org.csapi.jr.se.cc.gccs.CallListener.
This interface is to be implemented for receiving events issued by the Call service object.
CallLoadControl - interface org.csapi.jr.se.cc.gccs.CallLoadControl.
This interface represents a CallLoadControl activity object.
CallLoadControl - interface org.csapi.jr.se.cc.mpccs.CallLoadControl.
This interface represents a CallLoadControl activity object.
CallLoadControlListener - interface org.csapi.jr.se.cc.gccs.CallLoadControlListener.
This interface is to be implemented for receiving events issued by the CallLoadControl activity object.
CallLoadControlListener - interface org.csapi.jr.se.cc.mpccs.CallLoadControlListener.
This interface is to be implemented for receiving events issued by the CallLoadControl activity object.
CallLoadControlMechanism - class org.csapi.jr.se.cc.CallLoadControlMechanism.
Defines the Tagged Choice of Data Elements that specify the applied mechanism and associated parameters.
CallLoadControlMechanism() - Constructor for class org.csapi.jr.se.cc.CallLoadControlMechanism
Creates a new CallLoadControlMechanism.
CallLoadControlMechanismType - class org.csapi.jr.se.cc.CallLoadControlMechanismType.
Defines the type of call load control mechanism to use.
CallMonitorMode - class org.csapi.jr.se.cc.CallMonitorMode.
Defines the mode that the call will monitor for events, or the mode that the call is in following a detected event.
CallNetworkAccessType - class org.csapi.jr.se.cc.CallNetworkAccessType.
This data defines the bearer capabilities associated with the call.
CallNotification - interface org.csapi.jr.se.cc.gccs.CallNotification.
This interface represents a CallNotification activity object.
CallNotificationContinuedEvent - class org.csapi.jr.se.cc.gccs.CallNotificationContinuedEvent.
Event created by an activity object to indicate that a Gateway originated call to the callNotificationContinued() method on the callback interface has occured.
CallNotificationContinuedEvent(Object) - Constructor for class org.csapi.jr.se.cc.gccs.CallNotificationContinuedEvent
Constructor for the CallNotificationContinuedEvent Event.
CallNotificationInfo - class org.csapi.jr.se.cc.CallNotificationInfo.
Defines the Sequence of Data Elements that specify the information returned to the application in a Call notification report.
CallNotificationInfo() - Constructor for class org.csapi.jr.se.cc.CallNotificationInfo
Creates a new CallNotificationInfo instance.
CallNotificationInfo(CallNotificationReportScope, CallAppInfo[], CallEventInfo) - Constructor for class org.csapi.jr.se.cc.CallNotificationInfo
Creates a new CallNotificationInfo instance.
CallNotificationInterruptedEvent - class org.csapi.jr.se.cc.gccs.CallNotificationInterruptedEvent.
Event created by an activity object to indicate that a Gateway originated call to the callNotificationInterrupted() method on the callback interface has occured.
CallNotificationInterruptedEvent(Object) - Constructor for class org.csapi.jr.se.cc.gccs.CallNotificationInterruptedEvent
Constructor for the CallNotificationInterruptedEvent Event.
CallNotificationListener - interface org.csapi.jr.se.cc.gccs.CallNotificationListener.
This interface is to be implemented for receiving events issued by the CallNotification activity object.
CallNotificationReportScope - class org.csapi.jr.se.cc.CallNotificationReportScope.
Defines the Sequence of Data Elements that specify the scope for which a notification report was sent.
CallNotificationReportScope() - Constructor for class org.csapi.jr.se.cc.CallNotificationReportScope
Creates a new CallNotificationReportScope instance.
CallNotificationReportScope(Address, Address) - Constructor for class org.csapi.jr.se.cc.CallNotificationReportScope
Creates a new CallNotificationReportScope instance.
CallNotificationRequest - class org.csapi.jr.se.cc.CallNotificationRequest.
Defines the Sequence of Data Elements that specify the criteria for an event notification
CallNotificationRequest() - Constructor for class org.csapi.jr.se.cc.CallNotificationRequest
Creates a new CallNotificationRequest instance.
CallNotificationRequest(CallNotificationScope, CallEventRequest[]) - Constructor for class org.csapi.jr.se.cc.CallNotificationRequest
Creates a new CallNotificationRequest instance.
CallNotificationScope - class org.csapi.jr.se.cc.CallNotificationScope.
Defines the sequence of Data elements that specify the scope of a notification request.
CallNotificationScope() - Constructor for class org.csapi.jr.se.cc.CallNotificationScope
Creates a new CallNotificationScope instance.
CallNotificationScope(AddressRange, AddressRange) - Constructor for class org.csapi.jr.se.cc.CallNotificationScope
Creates a new CallNotificationScope instance.
CallNotificationType - class org.csapi.jr.se.cc.gccs.CallNotificationType.
Defines the type of notification.
CallOverloadCeasedEvent - class org.csapi.jr.se.cc.gccs.CallOverloadCeasedEvent.
Event created by an activity object to indicate that a Gateway originated call to the callOverloadCeased() method on the callback interface has occured.
CallOverloadCeasedEvent - class org.csapi.jr.se.cc.mpccs.CallOverloadCeasedEvent.
Event created by an activity object to indicate that a Gateway originated call to the callOverloadCeased() method on the callback interface has occured.
CallOverloadCeasedEvent(Object) - Constructor for class org.csapi.jr.se.cc.gccs.CallOverloadCeasedEvent
Constructor for the CallOverloadCeasedEvent Event.
CallOverloadCeasedEvent(Object) - Constructor for class org.csapi.jr.se.cc.mpccs.CallOverloadCeasedEvent
Constructor for the CallOverloadCeasedEvent Event.
CallOverloadEncounteredEvent - class org.csapi.jr.se.cc.gccs.CallOverloadEncounteredEvent.
Event created by an activity object to indicate that a Gateway originated call to the callOverloadEncountered() method on the callback interface has occured.
CallOverloadEncounteredEvent - class org.csapi.jr.se.cc.mpccs.CallOverloadEncounteredEvent.
Event created by an activity object to indicate that a Gateway originated call to the callOverloadEncountered() method on the callback interface has occured.
CallOverloadEncounteredEvent(Object) - Constructor for class org.csapi.jr.se.cc.gccs.CallOverloadEncounteredEvent
Constructor for the CallOverloadEncounteredEvent Event.
CallOverloadEncounteredEvent(Object) - Constructor for class org.csapi.jr.se.cc.mpccs.CallOverloadEncounteredEvent
Constructor for the CallOverloadEncounteredEvent Event.
CallPartyCategory - class org.csapi.jr.se.cc.CallPartyCategory.
This data type defines the category of a calling party.
CallPartyToChargeAdditionalInfo - class org.csapi.jr.se.cc.CallPartyToChargeAdditionalInfo.
Defines the Tagged Choice of Data Elements that identifies the entity or party to be charged.
CallPartyToChargeAdditionalInfo() - Constructor for class org.csapi.jr.se.cc.CallPartyToChargeAdditionalInfo
Creates a new CallPartyToChargeAdditionalInfo.
CallPartyToChargeType - class org.csapi.jr.se.cc.CallPartyToChargeType.
Defines the type of call party to charge
CallRelatedSendInfo - interface org.csapi.jr.se.ui.CallRelatedSendInfo.
A call related 'Send Info' activity object.
CallRelatedSendInfoAndCollect - interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollect.
A call related 'Send Info And Collect' activity object.
CallRelatedSendInfoAndCollectListener - interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollectListener.
This interface is to be implemented for receiving events emitted by the call related 'Send Info And Collect' activity object.
CallRelatedSendInfoListener - interface org.csapi.jr.se.ui.CallRelatedSendInfoListener.
This interface is to be implemented for receiving events emitted by the call related 'Send Info' activity object.
CallReleaseCause - class org.csapi.jr.se.cc.gccs.CallReleaseCause.
Defines the Sequence of Data Elements that specify the cause of the release of a call.
CallReleaseCause() - Constructor for class org.csapi.jr.se.cc.gccs.CallReleaseCause
Creates a new CallReleaseCause instance.
CallReleaseCause(int, int) - Constructor for class org.csapi.jr.se.cc.gccs.CallReleaseCause
Creates a new CallReleaseCause instance.
CallReport - class org.csapi.jr.se.cc.gccs.CallReport.
Defines the Sequence of Data Elements that specify the call report and call leg report specific information.
CallReport() - Constructor for class org.csapi.jr.se.cc.gccs.CallReport
Creates a new CallReport instance.
CallReport(CallMonitorMode, String, CallReportType, CallAdditionalReportInfo) - Constructor for class org.csapi.jr.se.cc.gccs.CallReport
Creates a new CallReport instance.
CallReportRequest - class org.csapi.jr.se.cc.gccs.CallReportRequest.
Defines the Sequence of Data Elements that specify the criteria relating to call report requests.
CallReportRequest() - Constructor for class org.csapi.jr.se.cc.gccs.CallReportRequest
Creates a new CallReportRequest instance.
CallReportRequest(CallMonitorMode, CallReportType, CallAdditionalReportCriteria) - Constructor for class org.csapi.jr.se.cc.gccs.CallReportRequest
Creates a new CallReportRequest instance.
CallReportType - class org.csapi.jr.se.cc.gccs.CallReportType.
Defines a specific call event report type.
CallServiceCode - class org.csapi.jr.se.cc.CallServiceCode.
Defines the Sequence of Data Elements that specify the service code and type of service code received during a call.
CallServiceCode() - Constructor for class org.csapi.jr.se.cc.CallServiceCode
Creates a new CallServiceCode instance.
CallServiceCode(CallServiceCodeType, String) - Constructor for class org.csapi.jr.se.cc.CallServiceCode
Creates a new CallServiceCode instance.
CallServiceCodeType - class org.csapi.jr.se.cc.CallServiceCodeType.
Defines the different types of service codes that can be received during the call.
CallSuperviseVolume - class org.csapi.jr.se.cc.mmccs.CallSuperviseVolume.
Defines the Sequence of Data Elements that specify the amount of volume that is allowed to be transmitted for the specific connection.
CallSuperviseVolume() - Constructor for class org.csapi.jr.se.cc.mmccs.CallSuperviseVolume
Creates a new CallSuperviseVolume instance.
CallSuperviseVolume(int, int) - Constructor for class org.csapi.jr.se.cc.mmccs.CallSuperviseVolume
Creates a new CallSuperviseVolume instance.
CallTeleService - class org.csapi.jr.se.cc.CallTeleService.
This data type defines the tele-service associated with the call.
CallTreatment - class org.csapi.jr.se.cc.gccs.CallTreatment.
Defines the Sequence of Data Elements that specify the treatment for calls that will be handled only by the network (for example, call which are not admitted by the call load control mechanism).
CallTreatment - class org.csapi.jr.se.cc.CallTreatment.
Defines the Sequence of Data Elements that specify the treatment for calls that will be handled only by the network (for example, call which are not admitted by the call load control mechanism).
CallTreatment() - Constructor for class org.csapi.jr.se.cc.gccs.CallTreatment
Creates a new CallTreatment instance.
CallTreatment() - Constructor for class org.csapi.jr.se.cc.CallTreatment
Creates a new CallTreatment instance.
CallTreatment(CallTreatmentType, CallReleaseCause, CallAdditionalTreatmentInfo) - Constructor for class org.csapi.jr.se.cc.gccs.CallTreatment
Creates a new CallTreatment instance.
CallTreatment(CallTreatmentType, ReleaseCause, CallAdditionalTreatmentInfo) - Constructor for class org.csapi.jr.se.cc.CallTreatment
Creates a new CallTreatment instance.
CallTreatmentType - class org.csapi.jr.se.cc.CallTreatmentType.
Defines the treatment for calls that will be handled only by the network.
Carrier - class org.csapi.jr.se.cc.Carrier.
Defines the Sequence of Data Elements that indicates carrier information.
Carrier() - Constructor for class org.csapi.jr.se.cc.Carrier
Creates a new Carrier instance.
Carrier(byte[], CarrierSelectionField) - Constructor for class org.csapi.jr.se.cc.Carrier
Creates a new Carrier instance.
CarrierSelectionField - class org.csapi.jr.se.cc.CarrierSelectionField.
Defines the type of Carrier Selection Field-related specific information.
challenge(byte[]) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.ClientAPILevelAuthentication
This method is used by the framework to authenticate the client.
challenge(byte[]) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.APILevelAuthentication
This method is used by the client to authenticate the framework.
changeCallNotification(CallEventCriteria) - Method in interface org.csapi.jr.se.cc.gccs.CallNotification
Invokes the changeCallNotification() method on the Parlay Gateway.
changeInterval(int) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppHeartBeatMgmt
Allows the administrative change of the heartbeat interval.
changeInterval(int) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.HeartBeatMgmt
Allows the administrative change of the heartbeat interval.
changeInterval(int) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwHeartBeatMgmt
Allows the administrative change of the heartbeat interval.
changeInterval(int) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcHeartBeatMgmt
Allows the administrative change of the heartbeat interval.
changeMediaNotification(NotificationMediaRequest) - Method in interface org.csapi.jr.se.cc.mmccs.MediaNotification
Invokes the changeMediaNotification() method on the Parlay Gateway.
changeNotification(CallNotificationRequest) - Method in interface org.csapi.jr.se.cc.mpccs.Notification
Invokes the changeNotification() method on the Parlay Gateway.
changeNotification(ChargingEventCriteria) - Method in interface org.csapi.jr.se.am.Notification
Invokes the changeNotification() method on the Parlay Gateway.
changeNotification(DataSessionEventCriteria) - Method in interface org.csapi.jr.se.dsc.Notification
Invokes the changeNotification() method on the Parlay Gateway.
changeNotification(UIEventCriteria) - Method in interface org.csapi.jr.se.ui.Notification
Invokes the changeNotification() method on the Parlay Gateway.
CHAR - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpChar.
CHARGE_ADVICE_INFO - Static variable in class org.csapi.jr.se.CallAoCOrderCategory
Set of GSM Charge Advice Information elements according to TS 122 024
CHARGE_NETWORK - Static variable in class org.csapi.jr.se.CallAoCOrderCategory
Operator specific charge plan specification, for example charging table name / charging table entry
CHARGE_PER_TIME - Static variable in class org.csapi.jr.se.CallAoCOrderCategory
Charge per time
ChargeAdviceInfo - class org.csapi.jr.se.ChargeAdviceInfo.
Defines the Sequence of Data Elements that specify the two sets of Advice of Charge parameters.
ChargeAdviceInfo() - Constructor for class org.csapi.jr.se.ChargeAdviceInfo
Creates a new ChargeAdviceInfo instance.
ChargeAdviceInfo(CAIElements, CAIElements) - Constructor for class org.csapi.jr.se.ChargeAdviceInfo
Creates a new ChargeAdviceInfo instance.
ChargePerTime - class org.csapi.jr.se.ChargePerTime.
Defines the Sequence of Data Elements that specify the time based charging information.
ChargePerTime() - Constructor for class org.csapi.jr.se.ChargePerTime
Creates a new ChargePerTime instance.
ChargePerTime(int, int, int) - Constructor for class org.csapi.jr.se.ChargePerTime
Creates a new ChargePerTime instance.
ChargePerVolume - class org.csapi.jr.se.dsc.ChargePerVolume.
Defines the Sequence of Data Elements that specify the time based charging information.
ChargePerVolume() - Constructor for class org.csapi.jr.se.dsc.ChargePerVolume
Creates a new ChargePerVolume instance.
ChargePerVolume(int, int, int) - Constructor for class org.csapi.jr.se.dsc.ChargePerVolume
Creates a new ChargePerVolume instance.
ChargingError - class org.csapi.jr.se.cs.ChargingError.
Indicates the error that occurred.
ChargingEventCriteria - class org.csapi.jr.se.am.ChargingEventCriteria.
Defines the structure of data elements that specifies charging event criteria.
ChargingEventCriteria() - Constructor for class org.csapi.jr.se.am.ChargingEventCriteria
Creates a new ChargingEventCriteria instance.
ChargingEventCriteria(ChargingEventName[], Address[]) - Constructor for class org.csapi.jr.se.am.ChargingEventCriteria
Creates a new ChargingEventCriteria instance.
ChargingEventCriteriaResult - class org.csapi.jr.se.am.ChargingEventCriteriaResult.
Defines the Sequence of Data Elements that specify the criteria relating to event requests.
ChargingEventCriteriaResult() - Constructor for class org.csapi.jr.se.am.ChargingEventCriteriaResult
Creates a new ChargingEventCriteriaResult instance.
ChargingEventCriteriaResult(ChargingEventCriteria, int) - Constructor for class org.csapi.jr.se.am.ChargingEventCriteriaResult
Creates a new ChargingEventCriteriaResult instance.
ChargingEventInfo - class org.csapi.jr.se.am.ChargingEventInfo.
Defines the structure of data elements that specifies charging event information.
ChargingEventInfo() - Constructor for class org.csapi.jr.se.am.ChargingEventInfo
Creates a new ChargingEventInfo instance.
ChargingEventInfo(ChargingEventName, BalanceInfo, String) - Constructor for class org.csapi.jr.se.am.ChargingEventInfo
Creates a new ChargingEventInfo instance.
ChargingEventName - class org.csapi.jr.se.am.ChargingEventName.
Defines the charging event for which notifications can be requested by the application.
ChargingManager - interface org.csapi.jr.se.cs.ChargingManager.
This interface represents a ChargingManager.
ChargingManagerListener - interface org.csapi.jr.se.cs.ChargingManagerListener.
This interface is to be implemented for receiving events issued by the ChargingManager service object.
ChargingParameter - class org.csapi.jr.se.cs.ChargingParameter.
Defines a Sequence of Data Elements that defines the used service.
ChargingParameter() - Constructor for class org.csapi.jr.se.cs.ChargingParameter
Creates a new ChargingParameter instance.
ChargingParameter(int, ChargingParameterValue) - Constructor for class org.csapi.jr.se.cs.ChargingParameter
Creates a new ChargingParameter instance.
ChargingParameterValue - class org.csapi.jr.se.cs.ChargingParameterValue.
Defines the Tagged Choice of Data Elements that identify a charging parameter.
ChargingParameterValue() - Constructor for class org.csapi.jr.se.cs.ChargingParameterValue
Creates a new ChargingParameterValue.
ChargingParameterValueType - class org.csapi.jr.se.cs.ChargingParameterValueType.
Defines the type of charging parameter.
ChargingPrice - class org.csapi.jr.se.cs.ChargingPrice.
Defines the Sequence of Data Elements that identify a price.
ChargingPrice() - Constructor for class org.csapi.jr.se.cs.ChargingPrice
Creates a new ChargingPrice instance.
ChargingPrice(String, Amount) - Constructor for class org.csapi.jr.se.cs.ChargingPrice
Creates a new ChargingPrice instance.
ChargingSession - interface org.csapi.jr.se.cs.ChargingSession.
This interface represents a ChargingSession.
ChargingSessionID - class org.csapi.jr.se.cs.ChargingSessionID.
Defines the Sequence of Data Elements that unambiguously specify the Charging Session object.
ChargingSessionID() - Constructor for class org.csapi.jr.se.cs.ChargingSessionID
Creates a new ChargingSessionID instance.
ChargingSessionID(ChargingSession, int, int) - Constructor for class org.csapi.jr.se.cs.ChargingSessionID
Creates a new ChargingSessionID instance.
ChargingSessionListener - interface org.csapi.jr.se.cs.ChargingSessionListener.
This interface is to be implemented for receiving events issued by the ChargingSession service object.
CHS_CAUSE_TIMER_EXPIRED - Static variable in class org.csapi.jr.se.cs.SessionEndedCause
The session lifetime has expired.
CHS_CAUSE_UNDEFINED - Static variable in class org.csapi.jr.se.cs.SessionEndedCause
The reason of release is not known, because no info was received from the network.
CHS_CORRELATION_DATA - Static variable in interface org.csapi.jr.se.cs.Constants
Data Session
CHS_CORRELATION_MM - Static variable in interface org.csapi.jr.se.cs.Constants
Multi Media Session
CHS_CORRELATION_UNDEFINED - Static variable in interface org.csapi.jr.se.cs.Constants
Unknown correlation type.
CHS_CORRELATION_VOICE - Static variable in interface org.csapi.jr.se.cs.Constants
Voice Call
CHS_ERR_ACCOUNT - Static variable in class org.csapi.jr.se.cs.ChargingError
Merchant account unknown.
CHS_ERR_CONFIRMATION_REQUIRED - Static variable in class org.csapi.jr.se.cs.ChargingError
A user confirmation is required, but couldn't be obtained by the SCS.
CHS_ERR_CURRENCY - Static variable in class org.csapi.jr.se.cs.ChargingError
This currency is not supported for this transaction.
CHS_ERR_NO_CREDIT - Static variable in class org.csapi.jr.se.cs.ChargingError
For some reason the application is not allowed to pay this user.
CHS_ERR_NO_DEBIT - Static variable in class org.csapi.jr.se.cs.ChargingError
For some reason the application is not allowed to get money from this user.
CHS_ERR_NO_EXTEND - Static variable in class org.csapi.jr.se.cs.ChargingError
Request to extend the lifetime of a reservation is rejected.
CHS_ERR_PARAMETER - Static variable in class org.csapi.jr.se.cs.ChargingError
The set of charging parameters contains an unknown parameter, or a required parameter is missing.
CHS_ERR_RESERVATION_LIMIT - Static variable in class org.csapi.jr.se.cs.ChargingError
This amount or volume violates the bounds of the reservation.
CHS_ERR_UNDEFINED - Static variable in class org.csapi.jr.se.cs.ChargingError
Generic error.
CHS_ERR_USER - Static variable in class org.csapi.jr.se.cs.ChargingError
Unknown user.
CHS_ERR_VOLUMES - Static variable in class org.csapi.jr.se.cs.ChargingError
Required volumes are missing.
CHS_PARAM_CONFIRMATION_ID - Static variable in interface org.csapi.jr.se.cs.Constants
The ID that references a stored confirmation to authorize the required payment
CHS_PARAM_CONTRACT - Static variable in interface org.csapi.jr.se.cs.Constants
Parameter represents a signed confirmation, which shall be of the type P_CHS_PARAMETER_OCTETSET
CHS_PARAM_ITEM - Static variable in interface org.csapi.jr.se.cs.Constants
Parameter represents kind of service delivered to the end user
CHS_PARAM_SUBTYPE - Static variable in interface org.csapi.jr.se.cs.Constants
Parameter represents subtype / operation of service delivered to the end user
CHS_PARAM_UNDEFINED - Static variable in interface org.csapi.jr.se.cs.Constants
Unknown parameter
CHS_PARAMETER_BOOLEAN - Static variable in class org.csapi.jr.se.cs.ChargingParameterValueType
Parameter represented by a TpBoolean.
CHS_PARAMETER_FLOAT - Static variable in class org.csapi.jr.se.cs.ChargingParameterValueType
Parameter represented by a TpFloat.
CHS_PARAMETER_INT32 - Static variable in class org.csapi.jr.se.cs.ChargingParameterValueType
Parameter represented by a TpInt32.
CHS_PARAMETER_OCTETSET - Static variable in class org.csapi.jr.se.cs.ChargingParameterValueType
Parameter represented by a TpOctetSet.
CHS_PARAMETER_STRING - Static variable in class org.csapi.jr.se.cs.ChargingParameterValueType
Parameter represented by a TpString.
CHS_UNIT_DAYS - Static variable in interface org.csapi.jr.se.cs.Constants
unit is days
CHS_UNIT_HOURS - Static variable in interface org.csapi.jr.se.cs.Constants
unit is hours
CHS_UNIT_MINUTES - Static variable in interface org.csapi.jr.se.cs.Constants
unit is minutes
CHS_UNIT_NUMBER - Static variable in interface org.csapi.jr.se.cs.Constants
number of times / events
CHS_UNIT_OCTETS - Static variable in interface org.csapi.jr.se.cs.Constants
unit is octets
CHS_UNIT_SECONDS - Static variable in interface org.csapi.jr.se.cs.Constants
unit is seconds
CHS_UNIT_UNDEFINED - Static variable in interface org.csapi.jr.se.cs.Constants
Undefined
CIC_INPUT - Static variable in class org.csapi.jr.se.cc.CarrierSelectionField
The carrier identification code (CIC) is pre subscribed and provided by the calling party.
CIC_NO_INPUT - Static variable in class org.csapi.jr.se.cc.CarrierSelectionField
The carrier identification code (CIC) is pre subscribed (not provided by the calling party).
CIC_NOT_PRESCRIBED - Static variable in class org.csapi.jr.se.cc.CarrierSelectionField
The selected carrier identification code (CIC) is provided by calling party (not pre subscribed).
CIC_UNDEFINED - Static variable in class org.csapi.jr.se.cc.CarrierSelectionField
No indication
CIC_UNDETERMINED - Static variable in class org.csapi.jr.se.cc.CarrierSelectionField
The selected carrier identification code (CIC) is pre subscribed, but no indication is present of whether it is provided by the calling party (undetermined).
CLIENT_APPLICATION - Static variable in class org.csapi.jr.se.fw.DomainIDType
A client application
ClientAccess - interface org.csapi.jr.se.fw.fw_access.trust_and_security.ClientAccess.
IpClientAccess interface is offered by the client to the framework to allow it to initiate interactions during the access session.
ClientAPILevelAuthentication - interface org.csapi.jr.se.fw.fw_access.trust_and_security.ClientAPILevelAuthentication.
If the IpClientAPILevelAuthentication interface is implemented by a client, authenticate(), challenge(), abortAuthentication() and authenticationSucceeded() methods shall be implemented.
ClientAppDescription - class org.csapi.jr.se.fw.ClientAppDescription.
This data type is a Sequence of Data Elements which describes an enterprise client application.
ClientAppDescription() - Constructor for class org.csapi.jr.se.fw.ClientAppDescription
Creates a new ClientAppDescription instance.
ClientAppDescription(String, Property[]) - Constructor for class org.csapi.jr.se.fw.ClientAppDescription
Creates a new ClientAppDescription instance.
commitTransaction() - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the commitTransaction() method on the Parlay Gateway.
commitTransaction() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the commitTransaction() method on the Parlay Gateway.
CommonException - exception org.csapi.jr.se.CommonException.
The exception class which associated exceptions inherit from
CommonException() - Constructor for class org.csapi.jr.se.CommonException
 
CommonException(String) - Constructor for class org.csapi.jr.se.CommonException
 
CommonException(String, Throwable) - Constructor for class org.csapi.jr.se.CommonException
 
CommonException(Throwable) - Constructor for class org.csapi.jr.se.CommonException
 
computeAvailability(String, PAMContext, String[], byte[]) - Method in interface org.csapi.jr.se.pam.access.AppPAMPreferenceCheck
Computes the availability for an identify for a given context.
Connect - interface org.csapi.jr.se.dsc.Connect.
This interface represents a Connect activity object.
ConnectErrEvent - class org.csapi.jr.se.dsc.ConnectErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the connectErr() method on the callback interface has occured.
ConnectErrEvent(Object, DataSessionError) - Constructor for class org.csapi.jr.se.dsc.ConnectErrEvent
Constructor for the ConnectErrEvent Event.
ConnectListener - interface org.csapi.jr.se.dsc.ConnectListener.
This interface is to be implemented for receiving events issued by the Connect activity object.
connectReq(DataSessionReportRequest[], Address) - Method in interface org.csapi.jr.se.dsc.Connect
Invokes the connectReq() method on the Parlay Gateway.
ConnectResEvent - class org.csapi.jr.se.dsc.ConnectResEvent.
Event created by an activity object to indicate that a Gateway originated call to the connectRes() method on the callback interface has occured.
ConnectResEvent(Object, DataSessionReport) - Constructor for class org.csapi.jr.se.dsc.ConnectResEvent
Constructor for the ConnectResEvent Event.
Constants - interface org.csapi.jr.se.policy.Constants.
This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.policy
Constants - interface org.csapi.jr.se.cc.gccs.Constants.
This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.cc.gccs
Constants - interface org.csapi.jr.se.cc.mmccs.Constants.
This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.cc.mmccs
Constants - interface org.csapi.jr.se.cc.Constants.
This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.cc
Constants - interface org.csapi.jr.se.ui.Constants.
This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.ui
Constants - interface org.csapi.jr.se.termcap.Constants.
This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.termcap
Constants - interface org.csapi.jr.se.dsc.Constants.
This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.dsc
Constants - interface org.csapi.jr.se.cs.Constants.
This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.cs
Constants - interface org.csapi.jr.se.pam.Constants.
This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.pam
Constants - interface org.csapi.jr.se.Constants.
This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se
continueProcessing() - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the continueProcessing() method on the Parlay Gateway.
continueProcessing() - Method in interface org.csapi.jr.se.dsc.DataSession
Invokes the continueProcessing() method on the Parlay Gateway.
CorrelationID - class org.csapi.jr.se.cs.CorrelationID.
Defines the Sequence of Data Elements that identify a correlation.
CorrelationID() - Constructor for class org.csapi.jr.se.cs.CorrelationID
Creates a new CorrelationID instance.
CorrelationID(int, int) - Constructor for class org.csapi.jr.se.cs.CorrelationID
Creates a new CorrelationID instance.
createAction(String, PolicyActionType, Attribute[]) - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the createAction() method on the Parlay Gateway.
createAction(String, PolicyActionType, Attribute[]) - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the createAction() method on the Parlay Gateway.
createAction(String, PolicyActionType, Attribute[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the createAction() method on the Parlay Gateway.
createAction(String, PolicyActionType, Attribute[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the createAction() method on the Parlay Gateway.
createAdminRelatedDeleteMessage() - Method in interface org.csapi.jr.se.ui.UIAdminManager
Creates a AdminRelatedDeleteMessage object and returns a reference to the interface used to gain access to it's methods.
createAdminRelatedGetMessage() - Method in interface org.csapi.jr.se.ui.UIAdminManager
Creates a AdminRelatedGetMessage object and returns a reference to the interface used to gain access to it's methods.
createAdminRelatedPutMessage() - Method in interface org.csapi.jr.se.ui.UIAdminManager
Creates a AdminRelatedPutMessage object and returns a reference to the interface used to gain access to it's methods.
createAgent(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the createAgent() method on the Parlay Gateway.
createAgentAttribute(PAMAttributeDef, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement
Invokes the createAgentAttribute() method on the Parlay Gateway.
createAgentType(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement
Invokes the createAgentType() method on the Parlay Gateway.
CreateAndRouteCallLegErrEvent - class org.csapi.jr.se.cc.mpccs.CreateAndRouteCallLegErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the createAndRouteCallLegErr() method on the callback interface has occured.
CreateAndRouteCallLegErrEvent(Object, CallLeg, CallError) - Constructor for class org.csapi.jr.se.cc.mpccs.CreateAndRouteCallLegErrEvent
Constructor for the CreateAndRouteCallLegErrEvent Event.
createAndRouteCallLegReq(CallEventRequest[], Address, Address, CallAppInfo[]) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Invokes the createAndRouteCallLegReq() method on the Parlay Gateway and returns a reference to a transient interface.
createAppInterface() - Method in interface org.csapi.jr.se.pam.event.PAMEventHandler
Creates a AppInterface object and returns a reference to the interface used to gain access to it's methods.
createCall() - Method in interface org.csapi.jr.se.cc.gccs.CallControlManager
Invokes the createCall() method on the Parlay Gateway and returns a reference to a transient interface.
createCall() - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManager
Invokes the createCall() method on the Parlay Gateway and returns a reference to a transient interface.
createCallLeg() - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Invokes the createCallLeg() method on the Parlay Gateway and returns a reference to a transient interface.
createCallLoadControl() - Method in interface org.csapi.jr.se.cc.gccs.CallControlManager
Creates a CallLoadControl object and returns a reference to the interface used to gain access to it's methods.
createCallLoadControl() - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManager
Creates a CallLoadControl object and returns a reference to the interface used to gain access to it's methods.
createCallNotification() - Method in interface org.csapi.jr.se.cc.gccs.CallControlManager
Creates a CallNotification object and returns a reference to the interface used to gain access to it's methods.
createCallRelatedSendInfo() - Method in interface org.csapi.jr.se.ui.UICall
Creates a CallRelatedSendInfo object and returns a reference to the interface used to gain access to it's methods.
createCallRelatedSendInfoAndCollect() - Method in interface org.csapi.jr.se.ui.UICall
Creates a CallRelatedSendInfoAndCollect object and returns a reference to the interface used to gain access to it's methods.
createCapability(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the createCapability() method on the Parlay Gateway.
createCapabilityAttribute(PAMAttributeDef, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the createCapabilityAttribute() method on the Parlay Gateway.
createChargingSession(String, MerchantAccountID, Address, CorrelationID) - Method in interface org.csapi.jr.se.cs.ChargingManager
Invokes the createChargingSession() method on the Parlay Gateway and returns a reference to a transient interface.
createCondition(String, PolicyConditionType, Attribute[]) - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the createCondition() method on the Parlay Gateway.
createCondition(String, PolicyConditionType, Attribute[]) - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the createCondition() method on the Parlay Gateway.
createCondition(String, PolicyConditionType, Attribute[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the createCondition() method on the Parlay Gateway.
createCondition(String, PolicyConditionType, Attribute[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the createCondition() method on the Parlay Gateway.
createConnect() - Method in interface org.csapi.jr.se.dsc.DataSession
Creates a Connect object and returns a reference to the interface used to gain access to it's methods.
createDeleteMessage() - Method in interface org.csapi.jr.se.ui.UICall
Creates a DeleteMessage object and returns a reference to the interface used to gain access to it's methods.
createDomain(String) - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the createDomain() method on the Parlay Gateway.
createDomain(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the createDomain() method on the Parlay Gateway.
createDomain(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the createDomain() method on the Parlay Gateway.
createDomain(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the createDomain() method on the Parlay Gateway.
createEvalPolicy() - Method in interface org.csapi.jr.se.policy.evaluation.PolicyEvalManager
Creates a EvalPolicy object and returns a reference to the interface used to gain access to it's methods.
createEventDefinition(String, String[], String[]) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the createEventDefinition() method on the Parlay Gateway.
createEventDefinition(String, String[], String[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the createEventDefinition() method on the Parlay Gateway.
createExtendedLocationReport() - Method in interface org.csapi.jr.se.mm.ul.UserLocation
Creates a ExtendedLocationReport object and returns a reference to the interface used to gain access to it's methods.
createExtendedStatusReport() - Method in interface org.csapi.jr.se.mm.us.UserStatus
Creates a ExtendedStatusReport object and returns a reference to the interface used to gain access to it's methods.
createExtTriggeredStatusReporting() - Method in interface org.csapi.jr.se.mm.us.UserStatus
Creates a ExtTriggeredStatusReporting object and returns a reference to the interface used to gain access to it's methods.
createForEvent() - Method in interface org.csapi.jr.se.pam.event.PAMEventHandler
Creates a ForEvent object and returns a reference to the interface used to gain access to it's methods.
createGetMessage() - Method in interface org.csapi.jr.se.ui.UICall
Creates a GetMessage object and returns a reference to the interface used to gain access to it's methods.
createGroup(String) - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the createGroup() method on the Parlay Gateway.
createGroup(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the createGroup() method on the Parlay Gateway.
createGroup(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the createGroup() method on the Parlay Gateway.
createGroup(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the createGroup() method on the Parlay Gateway.
createGroupIdentity(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the createGroupIdentity() method on the Parlay Gateway.
createIdentity(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the createIdentity() method on the Parlay Gateway.
createIdentityAttribute(PAMAttributeDef, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement
Invokes the createIdentityAttribute() method on the Parlay Gateway.
createIdentityType(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement
Invokes the createIdentityType() method on the Parlay Gateway.
createLoadLevelNotification() - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
The framework uses this method to register to receive notifications of load level changes associated with the application.
createLoadLevelNotification() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
The framework uses this method to register to receive notifications of load level changes associated with the service instance.
createLoadLevelNotification(String[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
The client application uses this method to register to receive notifications of load level changes associated with either the framework or with its instances of the individual services used by the application.
createLoadLevelNotification(SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
The service instance uses this method to register to receive notifications of load level changes associated with the framework or with the application that uses the service instance.
createLocationReport() - Method in interface org.csapi.jr.se.mm.ul.UserLocation
Creates a LocationReport object and returns a reference to the interface used to gain access to it's methods.
createLocationReport() - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamel
Creates a LocationReport object and returns a reference to the interface used to gain access to it's methods.
createMediaNotification() - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager
Creates a MediaNotification object and returns a reference to the interface used to gain access to it's methods.
createMediaNotification(NotificationMediaRequest) - Method in interface org.csapi.jr.se.cc.mmccs.MediaNotification
Invokes the createMediaNotification() method on the Parlay Gateway.
createNotification() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Creates a Notification object and returns a reference to the interface used to gain access to it's methods.
createNotification() - Method in interface org.csapi.jr.se.policy.evaluation.PolicyEvalManager
Creates a Notification object and returns a reference to the interface used to gain access to it's methods.
createNotification() - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManager
Creates a Notification object and returns a reference to the interface used to gain access to it's methods.
createNotification() - Method in interface org.csapi.jr.se.ui.UIManager
Creates a Notification object and returns a reference to the interface used to gain access to it's methods.
createNotification() - Method in interface org.csapi.jr.se.dsc.DataSessionControlManager
Creates a Notification object and returns a reference to the interface used to gain access to it's methods.
createNotification() - Method in interface org.csapi.jr.se.am.AccountManager
Creates a Notification object and returns a reference to the interface used to gain access to it's methods.
createNotification(CallNotificationRequest) - Method in interface org.csapi.jr.se.cc.mpccs.Notification
Invokes the createNotification() method on the Parlay Gateway.
createNotification(ChargingEventCriteria) - Method in interface org.csapi.jr.se.am.Notification
Invokes the createNotification() method on the Parlay Gateway.
createNotification(DataSessionEventCriteria) - Method in interface org.csapi.jr.se.dsc.Notification
Invokes the createNotification() method on the Parlay Gateway.
createNotification(FwEventCriteria) - Method in interface org.csapi.jr.se.fw.fw_application.notification.EventNotification
This method is used to enable generic notifications so that events can be sent to the application.
createNotification(FwEventCriteria) - Method in interface org.csapi.jr.se.fw.fw_service.notification.FwEventNotification
This method is used to install generic notifications so that events can be sent to the service.
createNotification(String[]) - Method in interface org.csapi.jr.se.policy.Notification
Invokes the createNotification() method on the Parlay Gateway.
createNotification(String, String[]) - Method in interface org.csapi.jr.se.policy.evaluation.Notification
Invokes the createNotification() method on the Parlay Gateway.
createNotification(UIEventCriteria) - Method in interface org.csapi.jr.se.ui.Notification
Invokes the createNotification() method on the Parlay Gateway.
createNotifications() - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManager
Creates a Notifications object and returns a reference to the interface used to gain access to it's methods.
createNotifications() - Method in interface org.csapi.jr.se.ui.UIManager
Creates a Notifications object and returns a reference to the interface used to gain access to it's methods.
createNotifications() - Method in interface org.csapi.jr.se.dsc.DataSessionControlManager
Creates a Notifications object and returns a reference to the interface used to gain access to it's methods.
createNotifications() - Method in interface org.csapi.jr.se.am.AccountManager
Creates a Notifications object and returns a reference to the interface used to gain access to it's methods.
createNotifications(DataSessionEventCriteria) - Method in interface org.csapi.jr.se.dsc.Notifications
Invokes the createNotifications() method on the Parlay Gateway.
createPeriodicLocationReporting() - Method in interface org.csapi.jr.se.mm.ul.UserLocation
Creates a PeriodicLocationReporting object and returns a reference to the interface used to gain access to it's methods.
createPeriodicLocationReporting() - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamel
Creates a PeriodicLocationReporting object and returns a reference to the interface used to gain access to it's methods.
createQueryBalance() - Method in interface org.csapi.jr.se.am.AccountManager
Creates a QueryBalance object and returns a reference to the interface used to gain access to it's methods.
createRecordMessage() - Method in interface org.csapi.jr.se.ui.UICall
Creates a RecordMessage object and returns a reference to the interface used to gain access to it's methods.
createRepository(String) - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the createRepository() method on the Parlay Gateway.
createRepository(String) - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the createRepository() method on the Parlay Gateway.
createRepository(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the createRepository() method on the Parlay Gateway.
createRepository(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the createRepository() method on the Parlay Gateway.
createRetrieveTransactionHistory() - Method in interface org.csapi.jr.se.am.AccountManager
Creates a RetrieveTransactionHistory object and returns a reference to the interface used to gain access to it's methods.
createRoute() - Method in interface org.csapi.jr.se.cc.gccs.Call
Creates a Route object and returns a reference to the interface used to gain access to it's methods.
createRule(String) - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the createRule() method on the Parlay Gateway.
createRule(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the createRule() method on the Parlay Gateway.
createRule(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the createRule() method on the Parlay Gateway.
createRule(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the createRule() method on the Parlay Gateway.
createSendInfo() - Method in interface org.csapi.jr.se.ui.UIGeneric
Creates a SendInfo object and returns a reference to the interface used to gain access to it's methods.
createSendInfoAndCollect() - Method in interface org.csapi.jr.se.ui.UIGeneric
Creates a SendInfoAndCollect object and returns a reference to the interface used to gain access to it's methods.
createServiceManager(String, ServiceProperty[], String) - Method in interface org.csapi.jr.se.fw.fw_service.service_lifecycle.ServiceInstanceLifecycleManager
This method returns a new service manager interface reference for the specified application.
createSignature(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the createSignature() method on the Parlay Gateway.
createSplitChargingSession(String, MerchantAccountID, Address[], CorrelationID) - Method in interface org.csapi.jr.se.cs.ChargingManager
Invokes the createSplitChargingSession() method on the Parlay Gateway and returns a reference to a transient interface.
createStatusReport() - Method in interface org.csapi.jr.se.mm.us.UserStatus
Creates a StatusReport object and returns a reference to the interface used to gain access to it's methods.
createTriggeredLocationReporting() - Method in interface org.csapi.jr.se.mm.ul.TriggeredUserLocation
Creates a TriggeredLocationReporting object and returns a reference to the interface used to gain access to it's methods.
createTriggeredLocationReporting() - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamel
Creates a TriggeredLocationReporting object and returns a reference to the interface used to gain access to it's methods.
createTriggeredStatusReporting() - Method in interface org.csapi.jr.se.mm.us.UserStatus
Creates a TriggeredStatusReporting object and returns a reference to the interface used to gain access to it's methods.
createTriggeredTerminalCapability() - Method in interface org.csapi.jr.se.termcap.ExtendedTerminalCapabilities
Creates a TriggeredTerminalCapability object and returns a reference to the interface used to gain access to it's methods.
createUI(Address) - Method in interface org.csapi.jr.se.ui.UIManager
Invokes the createUI() method on the Parlay Gateway and returns a reference to a transient interface.
createUICall(UITargetObject) - Method in interface org.csapi.jr.se.ui.UIManager
Invokes the createUICall() method on the Parlay Gateway and returns a reference to a transient interface.
createVariable(String, String, PolicyType) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the createVariable() method on the Parlay Gateway.
createVariableSet(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the createVariableSet() method on the Parlay Gateway.
createVariableSet(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the createVariableSet() method on the Parlay Gateway.
CreditAmountErrEvent - class org.csapi.jr.se.cs.CreditAmountErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the creditAmountErr() method on the callback interface has occured.
CreditAmountErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.CreditAmountErrEvent
Constructor for the CreditAmountErrEvent Event.
creditAmountReq(ApplicationDescription, ChargingPrice, boolean) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the creditAmountReq() method on the Parlay Gateway.
CreditAmountResEvent - class org.csapi.jr.se.cs.CreditAmountResEvent.
Event created by an activity object to indicate that a Gateway originated call to the creditAmountRes() method on the callback interface has occured.
CreditAmountResEvent(Object, ChargingPrice, ChargingPrice) - Constructor for class org.csapi.jr.se.cs.CreditAmountResEvent
Constructor for the CreditAmountResEvent Event.
CreditUnitErrEvent - class org.csapi.jr.se.cs.CreditUnitErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the creditUnitErr() method on the callback interface has occured.
CreditUnitErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.CreditUnitErrEvent
Constructor for the CreditUnitErrEvent Event.
creditUnitReq(ApplicationDescription, Volume[], boolean) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the creditUnitReq() method on the Parlay Gateway.
CreditUnitResEvent - class org.csapi.jr.se.cs.CreditUnitResEvent.
Event created by an activity object to indicate that a Gateway originated call to the creditUnitRes() method on the callback interface has occured.
CreditUnitResEvent(Object, Volume[], Volume[]) - Constructor for class org.csapi.jr.se.cs.CreditUnitResEvent
Constructor for the CreditUnitResEvent Event.
CsapiInterface - interface org.csapi.jr.se.CsapiInterface.
All application, framework and service interfaces inherit from the following interface.
This API Base Interface does not provide any additional methods.

D

DATA - Static variable in interface org.csapi.jr.se.cc.Constants
Data stream (for example T.120)
DATA_CAPABILITIES - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
Data stream (for example, ITU-T Rec.
DATA_SESSION_CHARGE_NETWORK - Static variable in class org.csapi.jr.se.dsc.DataSessionChargeOrderCategory
Operator specific charge plan specification, for example charging table name / charging table entry.
DATA_SESSION_CHARGE_PER_VOLUME - Static variable in class org.csapi.jr.se.dsc.DataSessionChargeOrderCategory
Charge per volume.
DATA_SESSION_ERROR_INVALID_ADDRESS - Static variable in class org.csapi.jr.se.dsc.DataSessionErrorType
The operation failed because an invalid address was given.
DATA_SESSION_ERROR_INVALID_STATE - Static variable in class org.csapi.jr.se.dsc.DataSessionErrorType
The data session was not in a valid state for the requested operation.
DATA_SESSION_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.dsc.DataSessionErrorType
Undefined; the method failed or was refused, but no specific reason can be given.
DATA_SESSION_FAULT_UNDEFINED - Static variable in class org.csapi.jr.se.dsc.DataSessionFault
Undefined.
DATA_SESSION_FAULT_USER_ABORTED - Static variable in class org.csapi.jr.se.dsc.DataSessionFault
User has finalised the data session before any message could be sent by the application.
DATA_SESSION_MONITOR_MODE_DO_NOT_MONITOR - Static variable in class org.csapi.jr.se.dsc.DataSessionMonitorMode
Do not monitor for the event.
DATA_SESSION_MONITOR_MODE_INTERRUPT - Static variable in class org.csapi.jr.se.dsc.DataSessionMonitorMode
The data session event is intercepted by the data session control service and data session establishment is interrupted.
DATA_SESSION_MONITOR_MODE_NOTIFY - Static variable in class org.csapi.jr.se.dsc.DataSessionMonitorMode
The data session event is detected by the data session control service but not intercepted.
DATA_SESSION_QOS_CLASS_BACKGROUND - Static variable in class org.csapi.jr.se.DataSessionQosClass
Specifies the Background QoS class, as specified in 3G TS 23.107.
DATA_SESSION_QOS_CLASS_CONVERSATIONAL - Static variable in class org.csapi.jr.se.DataSessionQosClass
Specifies the Conversational QoS class, as specified in 3G TS 23.107.
DATA_SESSION_QOS_CLASS_INTERACTIVE - Static variable in class org.csapi.jr.se.DataSessionQosClass
Specifies the Interactive QoS class, as specified in 3G TS 23.107.
DATA_SESSION_QOS_CLASS_STREAMING - Static variable in class org.csapi.jr.se.DataSessionQosClass
Specifies the Streaming QoS class, as specified in 3G TS 23.107.
DATA_SESSION_REPORT_CONNECTED - Static variable in class org.csapi.jr.se.dsc.DataSessionReportType
Data session established.
DATA_SESSION_REPORT_DISCONNECT - Static variable in class org.csapi.jr.se.dsc.DataSessionReportType
Data session disconnect requested by data session party.
DATA_SESSION_REPORT_UNDEFINED - Static variable in class org.csapi.jr.se.dsc.DataSessionReportType
Undefined.
DATA_SESSION_SUPERVISE_DATA_SESSION_ENDED - Static variable in interface org.csapi.jr.se.dsc.Constants
The data session has ended, either due to data session party to reach of maximum volume or calling or called release.
DATA_SESSION_SUPERVISE_INFORM - Static variable in interface org.csapi.jr.se.dsc.Constants
Send a warning message to the originating party when the maximum volume is reached.
DATA_SESSION_SUPERVISE_MESSAGE_SENT - Static variable in interface org.csapi.jr.se.dsc.Constants
A warning message has been sent.
DATA_SESSION_SUPERVISE_RELEASE - Static variable in interface org.csapi.jr.se.dsc.Constants
Release the data session when the data session supervision volume is reached.
DATA_SESSION_SUPERVISE_RESPOND - Static variable in interface org.csapi.jr.se.dsc.Constants
Notify the application when the call supervision volume is reached.
DATA_SESSION_SUPERVISE_VOLUME_REACHED - Static variable in interface org.csapi.jr.se.dsc.Constants
The maximum volume has been reached.
DATA_SESSION_TIMEOUT_ON_INTERRUPT - Static variable in class org.csapi.jr.se.dsc.DataSessionFault
This fault occurs when the application did not instruct the gateway how to handle the call within a specified time, after the gateway reported an event that was requested by the application in interrupt mode.
DATA_SESSION_TIMEOUT_ON_RELEASE - Static variable in class org.csapi.jr.se.dsc.DataSessionFault
This fault occurs when the final report has been sent to the application, but the application did not explicitly release data session object, within a specified time.
DataSession - interface org.csapi.jr.se.dsc.DataSession.
This interface represents a DataSession.
DataSessionAbortedEvent - class org.csapi.jr.se.dsc.DataSessionAbortedEvent.
Event created by an activity object to indicate that a Gateway originated call to the dataSessionAborted() method on the callback interface has occured.
DataSessionAbortedEvent(Object) - Constructor for class org.csapi.jr.se.dsc.DataSessionAbortedEvent
Constructor for the DataSessionAbortedEvent Event.
DataSessionAdditionalErrorInfo - class org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo.
Defines the Tagged Choice of Data Elements that specify additional Data Session error and Data Session error specific information.
DataSessionAdditionalErrorInfo() - Constructor for class org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo
Creates a new DataSessionAdditionalErrorInfo.
DataSessionAdditionalReportInfo - class org.csapi.jr.se.dsc.DataSessionAdditionalReportInfo.
Defines the Tagged Choice of Data Elements that specify additional data session report information for certain types of reports.
DataSessionAdditionalReportInfo() - Constructor for class org.csapi.jr.se.dsc.DataSessionAdditionalReportInfo
Creates a new DataSessionAdditionalReportInfo.
DataSessionChargeOrder - class org.csapi.jr.se.dsc.DataSessionChargeOrder.
Defines the Tagged Choice of Data Elements that specify the charge plan for the call.
DataSessionChargeOrder() - Constructor for class org.csapi.jr.se.dsc.DataSessionChargeOrder
Creates a new DataSessionChargeOrder.
DataSessionChargeOrderCategory - class org.csapi.jr.se.dsc.DataSessionChargeOrderCategory.
 
DataSessionChargePlan - class org.csapi.jr.se.dsc.DataSessionChargePlan.
Defines the Sequence of Data Elements that specify the charge plan for the call.
DataSessionChargePlan() - Constructor for class org.csapi.jr.se.dsc.DataSessionChargePlan
Creates a new DataSessionChargePlan instance.
DataSessionChargePlan(DataSessionChargeOrder, String, String) - Constructor for class org.csapi.jr.se.dsc.DataSessionChargePlan
Creates a new DataSessionChargePlan instance.
DataSessionControlManager - interface org.csapi.jr.se.dsc.DataSessionControlManager.
This interface represents a DataSessionControlManager.
DataSessionControlManagerListener - interface org.csapi.jr.se.dsc.DataSessionControlManagerListener.
This interface is to be implemented for receiving events issued by the DataSessionControlManager service object.
DataSessionError - class org.csapi.jr.se.dsc.DataSessionError.
Defines the Sequence of Data Elements that specify the additional information relating to a call error.
DataSessionError() - Constructor for class org.csapi.jr.se.dsc.DataSessionError
Creates a new DataSessionError instance.
DataSessionError(String, DataSessionErrorType, DataSessionAdditionalErrorInfo) - Constructor for class org.csapi.jr.se.dsc.DataSessionError
Creates a new DataSessionError instance.
DataSessionErrorType - class org.csapi.jr.se.dsc.DataSessionErrorType.
Defines a specific Data Session error.
DataSessionEventCriteria - class org.csapi.jr.se.dsc.DataSessionEventCriteria.
Defines the Sequence of Data Elements that specify the criteria for an event notification.
DataSessionEventCriteria() - Constructor for class org.csapi.jr.se.dsc.DataSessionEventCriteria
Creates a new DataSessionEventCriteria instance.
DataSessionEventCriteria(AddressRange, AddressRange, int, DataSessionMonitorMode) - Constructor for class org.csapi.jr.se.dsc.DataSessionEventCriteria
Creates a new DataSessionEventCriteria instance.
DataSessionEventCriteriaResult - class org.csapi.jr.se.dsc.DataSessionEventCriteriaResult.
Defines a sequence of data elements that specify a requested data session event notification criteria with the associated assignmentID.
DataSessionEventCriteriaResult() - Constructor for class org.csapi.jr.se.dsc.DataSessionEventCriteriaResult
Creates a new DataSessionEventCriteriaResult instance.
DataSessionEventCriteriaResult(DataSessionEventCriteria, int) - Constructor for class org.csapi.jr.se.dsc.DataSessionEventCriteriaResult
Creates a new DataSessionEventCriteriaResult instance.
DataSessionEventInfo - class org.csapi.jr.se.dsc.DataSessionEventInfo.
Defines the Sequence of Data Elements that specify the information returned to the application in a Data Session event notification.
DataSessionEventInfo() - Constructor for class org.csapi.jr.se.dsc.DataSessionEventInfo
Creates a new DataSessionEventInfo instance.
DataSessionEventInfo(Address, Address, int, DataSessionMonitorMode, DataSessionQosClass) - Constructor for class org.csapi.jr.se.dsc.DataSessionEventInfo
Creates a new DataSessionEventInfo instance.
DataSessionException - exception org.csapi.jr.se.dsc.DataSessionException.
Data Session Control abstract exception
DataSessionException() - Constructor for class org.csapi.jr.se.dsc.DataSessionException
 
DataSessionException(String) - Constructor for class org.csapi.jr.se.dsc.DataSessionException
 
DataSessionException(String, Throwable) - Constructor for class org.csapi.jr.se.dsc.DataSessionException
 
DataSessionException(Throwable) - Constructor for class org.csapi.jr.se.dsc.DataSessionException
 
DataSessionFault - class org.csapi.jr.se.dsc.DataSessionFault.
Defines the cause of the data session fault detected.
DataSessionFaultDetectedEvent - class org.csapi.jr.se.dsc.DataSessionFaultDetectedEvent.
Event created by an activity object to indicate that a Gateway originated call to the dataSessionFaultDetected() method on the callback interface has occured.
DataSessionFaultDetectedEvent(Object, DataSessionFault) - Constructor for class org.csapi.jr.se.dsc.DataSessionFaultDetectedEvent
Constructor for the DataSessionFaultDetectedEvent Event.
DataSessionListener - interface org.csapi.jr.se.dsc.DataSessionListener.
This interface is to be implemented for receiving events issued by the DataSession service object.
DataSessionMonitorMode - class org.csapi.jr.se.dsc.DataSessionMonitorMode.
Defines the mode that the call will monitor for events, or the mode that the call is in following a detected event.
DataSessionNotificationContinuedEvent - class org.csapi.jr.se.dsc.DataSessionNotificationContinuedEvent.
Event created by an activity object to indicate that a Gateway originated call to the dataSessionNotificationContinued() method on the callback interface has occured.
DataSessionNotificationContinuedEvent(Object) - Constructor for class org.csapi.jr.se.dsc.DataSessionNotificationContinuedEvent
Constructor for the DataSessionNotificationContinuedEvent Event.
DataSessionNotificationInterruptedEvent - class org.csapi.jr.se.dsc.DataSessionNotificationInterruptedEvent.
Event created by an activity object to indicate that a Gateway originated call to the dataSessionNotificationInterrupted() method on the callback interface has occured.
DataSessionNotificationInterruptedEvent(Object) - Constructor for class org.csapi.jr.se.dsc.DataSessionNotificationInterruptedEvent
Constructor for the DataSessionNotificationInterruptedEvent Event.
DataSessionQosClass - class org.csapi.jr.se.DataSessionQosClass.
Defines the Quality of Service (QoS) classes.
DataSessionReleaseCause - class org.csapi.jr.se.dsc.DataSessionReleaseCause.
Defines the Sequence of Data Elements that specify the cause of the release of a data session.
DataSessionReleaseCause() - Constructor for class org.csapi.jr.se.dsc.DataSessionReleaseCause
Creates a new DataSessionReleaseCause instance.
DataSessionReleaseCause(int, int) - Constructor for class org.csapi.jr.se.dsc.DataSessionReleaseCause
Creates a new DataSessionReleaseCause instance.
DataSessionReport - class org.csapi.jr.se.dsc.DataSessionReport.
Defines the Sequence of Data Elements that specify the data session report specific information.
DataSessionReport() - Constructor for class org.csapi.jr.se.dsc.DataSessionReport
Creates a new DataSessionReport instance.
DataSessionReport(DataSessionMonitorMode, String, DataSessionReportType, DataSessionAdditionalReportInfo) - Constructor for class org.csapi.jr.se.dsc.DataSessionReport
Creates a new DataSessionReport instance.
DataSessionReportRequest - class org.csapi.jr.se.dsc.DataSessionReportRequest.
Defines the Sequence of Data Elements that specify the criteria relating to data session report requests.
DataSessionReportRequest() - Constructor for class org.csapi.jr.se.dsc.DataSessionReportRequest
Creates a new DataSessionReportRequest instance.
DataSessionReportRequest(DataSessionMonitorMode, DataSessionReportType) - Constructor for class org.csapi.jr.se.dsc.DataSessionReportRequest
Creates a new DataSessionReportRequest instance.
DataSessionReportType - class org.csapi.jr.se.dsc.DataSessionReportType.
Defines a specific data session event report type.
DataSessionSuperviseVolume - class org.csapi.jr.se.dsc.DataSessionSuperviseVolume.
Defines the Sequence of Data Elements that specify the amount of volume that is allowed to be transmitted for the specific connection.
DataSessionSuperviseVolume() - Constructor for class org.csapi.jr.se.dsc.DataSessionSuperviseVolume
Creates a new DataSessionSuperviseVolume instance.
DataSessionSuperviseVolume(int, int) - Constructor for class org.csapi.jr.se.dsc.DataSessionSuperviseVolume
Creates a new DataSessionSuperviseVolume instance.
deactivateService(String, byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMPresenceAvailabilityManager
Invokes the deactivateService() method on the Parlay Gateway.
deactivateService(String, byte[]) - Method in interface org.csapi.jr.se.pam.event.PAMEventManager
Invokes the deactivateService() method on the Parlay Gateway.
deassign() - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the deassign() method on the Parlay Gateway.
deassignCall() - Method in interface org.csapi.jr.se.cc.gccs.Call
Invokes the deassignCall() method on the Parlay Gateway.
deassignCall() - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Invokes the deassignCall() method on the Parlay Gateway.
deassignDataSession() - Method in interface org.csapi.jr.se.dsc.DataSession
Invokes the deassignDataSession() method on the Parlay Gateway.
DebitAmountErrEvent - class org.csapi.jr.se.cs.DebitAmountErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the debitAmountErr() method on the callback interface has occured.
DebitAmountErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.DebitAmountErrEvent
Constructor for the DebitAmountErrEvent Event.
debitAmountReq(ApplicationDescription, ChargingPrice, boolean) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the debitAmountReq() method on the Parlay Gateway.
DebitAmountResEvent - class org.csapi.jr.se.cs.DebitAmountResEvent.
Event created by an activity object to indicate that a Gateway originated call to the debitAmountRes() method on the callback interface has occured.
DebitAmountResEvent(Object, ChargingPrice, ChargingPrice) - Constructor for class org.csapi.jr.se.cs.DebitAmountResEvent
Constructor for the DebitAmountResEvent Event.
DebitUnitErrEvent - class org.csapi.jr.se.cs.DebitUnitErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the debitUnitErr() method on the callback interface has occured.
DebitUnitErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.DebitUnitErrEvent
Constructor for the DebitUnitErrEvent Event.
debitUnitReq(ApplicationDescription, Volume[], boolean) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the debitUnitReq() method on the Parlay Gateway.
DebitUnitResEvent - class org.csapi.jr.se.cs.DebitUnitResEvent.
Event created by an activity object to indicate that a Gateway originated call to the debitUnitRes() method on the callback interface has occured.
DebitUnitResEvent(Object, Volume[], Volume[]) - Constructor for class org.csapi.jr.se.cs.DebitUnitResEvent
Constructor for the DebitUnitResEvent Event.
deleteAgent(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the deleteAgent() method on the Parlay Gateway.
deleteAgentAttribute(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement
Invokes the deleteAgentAttribute() method on the Parlay Gateway.
deleteAgentType(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement
Invokes the deleteAgentType() method on the Parlay Gateway.
deleteCapability(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the deleteCapability() method on the Parlay Gateway.
deleteCapabilityAttribute(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the deleteCapabilityAttribute() method on the Parlay Gateway.
deleteGroupIdentity(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the deleteGroupIdentity() method on the Parlay Gateway.
deleteIdentity(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the deleteIdentity() method on the Parlay Gateway.
deleteIdentityAttribute(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement
Invokes the deleteIdentityAttribute() method on the Parlay Gateway.
deleteIdentityType(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement
Invokes the deleteIdentityType() method on the Parlay Gateway.
DeleteMessage - interface org.csapi.jr.se.ui.DeleteMessage.
This interface represents a DeleteMessage activity object.
DeleteMessageErrEvent - class org.csapi.jr.se.ui.DeleteMessageErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the deleteMessageErr() method on the callback interface has occured.
DeleteMessageErrEvent(Object, UIError) - Constructor for class org.csapi.jr.se.ui.DeleteMessageErrEvent
Constructor for the DeleteMessageErrEvent Event.
DeleteMessageListener - interface org.csapi.jr.se.ui.DeleteMessageListener.
This interface is to be implemented for receiving events issued by the DeleteMessage activity object.
deleteMessageReq(int) - Method in interface org.csapi.jr.se.ui.DeleteMessage
Invokes the deleteMessageReq() method on the Parlay Gateway.
deleteMessageReq(int) - Method in interface org.csapi.jr.se.ui.AdminRelatedDeleteMessage
Invokes the deleteMessageReq() method on the Parlay Gateway.
DeleteMessageResEvent - class org.csapi.jr.se.ui.DeleteMessageResEvent.
Event created by an activity object to indicate that a Gateway originated call to the deleteMessageRes() method on the callback interface has occured.
DeleteMessageResEvent(Object, UIReport) - Constructor for class org.csapi.jr.se.ui.DeleteMessageResEvent
Constructor for the DeleteMessageResEvent Event.
deregisterAppInterface(byte[]) - Method in interface org.csapi.jr.se.pam.event.PAMEventHandler
Invokes the deregisterAppInterface() method on the Parlay Gateway.
deregisterFromEvent(byte[]) - Method in interface org.csapi.jr.se.pam.event.PAMEventHandler
Invokes the deregisterFromEvent() method on the Parlay Gateway.
describeService(String) - Method in interface org.csapi.jr.se.fw.fw_service.service_registration.FwServiceRegistration
The describeService() operation returns the information about a service that is registered in the framework.
describeServiceType(String) - Method in interface org.csapi.jr.se.fw.fw_application.discovery.ServiceDiscovery
This operation lets the caller obtain the details for a particular service type.
describeServiceType(String) - Method in interface org.csapi.jr.se.fw.fw_service.discovery.FwServiceDiscovery
This operation lets the caller obtain the details for a particular service type.
destroyLoadLevelNotification() - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
The framework uses this method to unregister for notifications of load level changes associated with the application.
destroyLoadLevelNotification() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
The framework uses this method to unregister for notifications of load level changes associated with the service instance.
destroyLoadLevelNotification(String[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
The client application uses this method to unregister for notifications of load level changes associated with either the framework or with its instances of the individual services used by the application.
destroyLoadLevelNotification(SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
The service instance uses this method to unregister for notifications of load level changes associated with the framework or with the application that uses the service instance.
destroyMediaNotification() - Method in interface org.csapi.jr.se.cc.mmccs.MediaNotification
Invokes the destroyMediaNotification() method on the Parlay Gateway.
destroyNotification() - Method in interface org.csapi.jr.se.cc.mpccs.Notification
Invokes the destroyNotification() method on the Parlay Gateway.
destroyNotification() - Method in interface org.csapi.jr.se.ui.Notification
Invokes the destroyNotification() method on the Parlay Gateway.
destroyNotification() - Method in interface org.csapi.jr.se.dsc.Notification
Invokes the destroyNotification() method on the Parlay Gateway.
destroyNotification() - Method in interface org.csapi.jr.se.am.Notification
Invokes the destroyNotification() method on the Parlay Gateway.
destroyNotification(int) - Method in interface org.csapi.jr.se.fw.fw_application.notification.EventNotification
This method is used by the application to delete generic notifications from the framework.
destroyNotification(int) - Method in interface org.csapi.jr.se.fw.fw_service.notification.FwEventNotification
This method is used by the service to delete generic notifications from the framework.
destroyNotification(String[]) - Method in interface org.csapi.jr.se.policy.Notification
Invokes the destroyNotification() method on the Parlay Gateway.
destroyNotification(String[]) - Method in interface org.csapi.jr.se.policy.evaluation.Notification
Invokes the destroyNotification() method on the Parlay Gateway.
destroyServiceManager(String) - Method in interface org.csapi.jr.se.fw.fw_service.service_lifecycle.ServiceInstanceLifecycleManager
This method destroys an existing service manager interface reference.
DetachMediaErrEvent - class org.csapi.jr.se.cc.mpccs.DetachMediaErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the detachMediaErr() method on the callback interface has occured.
DetachMediaErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.mpccs.DetachMediaErrEvent
Constructor for the DetachMediaErrEvent Event.
detachMediaReq() - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the detachMediaReq() method on the Parlay Gateway.
DetachMediaResEvent - class org.csapi.jr.se.cc.mpccs.DetachMediaResEvent.
Event created by an activity object to indicate that a Gateway originated call to the detachMediaRes() method on the callback interface has occured.
DetachMediaResEvent(Object) - Constructor for class org.csapi.jr.se.cc.mpccs.DetachMediaResEvent
Constructor for the DetachMediaResEvent Event.
DirectCreditAmountErrEvent - class org.csapi.jr.se.cs.DirectCreditAmountErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the directCreditAmountErr() method on the callback interface has occured.
DirectCreditAmountErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.DirectCreditAmountErrEvent
Constructor for the DirectCreditAmountErrEvent Event.
directCreditAmountReq(ApplicationDescription, ChargingParameter[], ChargingPrice) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the directCreditAmountReq() method on the Parlay Gateway.
DirectCreditAmountResEvent - class org.csapi.jr.se.cs.DirectCreditAmountResEvent.
Event created by an activity object to indicate that a Gateway originated call to the directCreditAmountRes() method on the callback interface has occured.
DirectCreditAmountResEvent(Object, ChargingPrice) - Constructor for class org.csapi.jr.se.cs.DirectCreditAmountResEvent
Constructor for the DirectCreditAmountResEvent Event.
DirectCreditUnitErrEvent - class org.csapi.jr.se.cs.DirectCreditUnitErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the directCreditUnitErr() method on the callback interface has occured.
DirectCreditUnitErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.DirectCreditUnitErrEvent
Constructor for the DirectCreditUnitErrEvent Event.
directCreditUnitReq(ApplicationDescription, ChargingParameter[], Volume[]) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the directCreditUnitReq() method on the Parlay Gateway.
DirectCreditUnitResEvent - class org.csapi.jr.se.cs.DirectCreditUnitResEvent.
Event created by an activity object to indicate that a Gateway originated call to the directCreditUnitRes() method on the callback interface has occured.
DirectCreditUnitResEvent(Object, Volume[]) - Constructor for class org.csapi.jr.se.cs.DirectCreditUnitResEvent
Constructor for the DirectCreditUnitResEvent Event.
DirectDebitAmountErrEvent - class org.csapi.jr.se.cs.DirectDebitAmountErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the directDebitAmountErr() method on the callback interface has occured.
DirectDebitAmountErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.DirectDebitAmountErrEvent
Constructor for the DirectDebitAmountErrEvent Event.
directDebitAmountReq(ApplicationDescription, ChargingParameter[], ChargingPrice) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the directDebitAmountReq() method on the Parlay Gateway.
DirectDebitAmountResEvent - class org.csapi.jr.se.cs.DirectDebitAmountResEvent.
Event created by an activity object to indicate that a Gateway originated call to the directDebitAmountRes() method on the callback interface has occured.
DirectDebitAmountResEvent(Object, ChargingPrice) - Constructor for class org.csapi.jr.se.cs.DirectDebitAmountResEvent
Constructor for the DirectDebitAmountResEvent Event.
DirectDebitUnitErrEvent - class org.csapi.jr.se.cs.DirectDebitUnitErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the directDebitUnitErr() method on the callback interface has occured.
DirectDebitUnitErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.DirectDebitUnitErrEvent
Constructor for the DirectDebitUnitErrEvent Event.
directDebitUnitReq(ApplicationDescription, ChargingParameter[], Volume[]) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the directDebitUnitReq() method on the Parlay Gateway.
DirectDebitUnitResEvent - class org.csapi.jr.se.cs.DirectDebitUnitResEvent.
Event created by an activity object to indicate that a Gateway originated call to the directDebitUnitRes() method on the callback interface has occured.
DirectDebitUnitResEvent(Object, Volume[]) - Constructor for class org.csapi.jr.se.cs.DirectDebitUnitResEvent
Constructor for the DirectDebitUnitResEvent Event.
disableAppHeartBeat() - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppHeartBeatMgmt
Instructs the client application to cease the sending of its heartbeat.
disableCallNotification() - Method in interface org.csapi.jr.se.cc.gccs.CallNotification
Invokes the disableCallNotification() method on the Parlay Gateway.
disableCapabilities(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the disableCapabilities() method on the Parlay Gateway.
disableHeartBeat() - Method in interface org.csapi.jr.se.fw.fw_application.integrity.HeartBeatMgmt
Instructs the framework to cease the sending of its heartbeat.
disableHeartBeat() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwHeartBeatMgmt
Instructs the framework to cease the sending of its heartbeat.
disableNotifications() - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManager
Invokes the disableNotifications() method on the Parlay Gateway.
disableNotifications() - Method in interface org.csapi.jr.se.ui.UIManager
Invokes the disableNotifications() method on the Parlay Gateway.
disableNotifications() - Method in interface org.csapi.jr.se.dsc.DataSessionControlManager
Invokes the disableNotifications() method on the Parlay Gateway.
disableNotifications() - Method in interface org.csapi.jr.se.am.AccountManager
Invokes the disableNotifications() method on the Parlay Gateway.
disableSvcHeartBeat() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcHeartBeatMgmt
Instructs the service instance to cease the sending of its heartbeat.
disassociateTypes(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the disassociateTypes() method on the Parlay Gateway.
disassociateTypes(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the disassociateTypes() method on the Parlay Gateway.
DISCONNECTED - Static variable in class org.csapi.jr.se.cc.ReleaseCause
A disconnect was received.
discoverService(String, ServiceProperty[], int) - Method in interface org.csapi.jr.se.fw.fw_application.discovery.ServiceDiscovery
The discoverService operation is the means by which a client application is able to obtain the service IDs of the services that meet its requirements.
discoverService(String, ServiceProperty[], int) - Method in interface org.csapi.jr.se.fw.fw_service.discovery.FwServiceDiscovery
The discoverService operation is the means by which the service supplier can retrieve a specific set of registered services that both belong to a given type and possess a specific set of "property values".
DomainID - class org.csapi.jr.se.fw.DomainID.
Defines the Tagged Choice of Data Elements that specify either the Framework or the type of entity attempting to access the Framework.
DomainID() - Constructor for class org.csapi.jr.se.fw.DomainID
Creates a new DomainID.
DomainIDType - class org.csapi.jr.se.fw.DomainIDType.
Defines either the Framework or the type of entity attempting to access the Framework.
DOUBLE - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpDouble.
DuplicatePropertyNameException - exception org.csapi.jr.se.fw.DuplicatePropertyNameException.
A duplicate property name has been received
DuplicatePropertyNameException() - Constructor for class org.csapi.jr.se.fw.DuplicatePropertyNameException
 
DuplicatePropertyNameException(String) - Constructor for class org.csapi.jr.se.fw.DuplicatePropertyNameException
 
DuplicatePropertyNameException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.DuplicatePropertyNameException
 
DuplicatePropertyNameException(Throwable) - Constructor for class org.csapi.jr.se.fw.DuplicatePropertyNameException
 

E

enableAppHeartBeat(int, HeartBeat) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppHeartBeatMgmt
With this method, the framework instructs the client application to begin sending its heartbeat to the specified interface at the specified interval.
enableCallNotification(CallEventCriteria) - Method in interface org.csapi.jr.se.cc.gccs.CallNotification
Invokes the enableCallNotification() method on the Parlay Gateway.
enableCapabilities(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the enableCapabilities() method on the Parlay Gateway.
enableHeartBeat(int, AppHeartBeat) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.HeartBeatMgmt
With this method, the client application instructs the framework to begin sending its heartbeat to the specified interface at the specified interval.
enableHeartBeat(int, SvcHeartBeat) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwHeartBeatMgmt
With this method, the service instance instructs the framework to begin sending its heartbeat to the specified interface at the specified interval.
enableNotifications() - Method in interface org.csapi.jr.se.cc.mpccs.Notifications
Invokes the enableNotifications() method on the Parlay Gateway.
enableNotifications() - Method in interface org.csapi.jr.se.ui.Notifications
Invokes the enableNotifications() method on the Parlay Gateway.
enableNotifications() - Method in interface org.csapi.jr.se.dsc.Notifications
Invokes the enableNotifications() method on the Parlay Gateway.
enableNotifications() - Method in interface org.csapi.jr.se.am.Notifications
Invokes the enableNotifications() method on the Parlay Gateway.
enableSvcHeartBeat(int, FwHeartBeat) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcHeartBeatMgmt
With this method, the framework instructs the service instance to begin sending its heartbeat to the specified interface at the specified interval.
endAccess(Property[]) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Access
Deprecated.  
ENT_OP - Static variable in class org.csapi.jr.se.fw.DomainIDType
An enterprise operator
EntOp - class org.csapi.jr.se.fw.EntOp.
This data type is a Sequence of Data Elements which describes an enterprise operator.
EntOp() - Constructor for class org.csapi.jr.se.fw.EntOp
Creates a new EntOp instance.
EntOp(String, Property[]) - Constructor for class org.csapi.jr.se.fw.EntOp
Creates a new EntOp instance.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyConditionListType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyConditionType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyActionType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyTypeInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyConditionListElement
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyActionListElement
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyEvent
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyVar
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyListType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyNameValue
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyNameType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.policy.PolicyType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallNotificationType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallFault
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallReportType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteriaResult
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallReleaseCause
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallReport
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallReportRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallEndedReport
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallTreatment
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.mmccs.MediaStream
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.mmccs.CallSuperviseVolume
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.mmccs.NotificationMediaRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.mmccs.MediaNotificationRequested
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallAppInfoType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallEventType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallLegAttachMechanism
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.ReleaseCause
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CarrierSelectionField
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallMonitorMode
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallBearerService
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallChargeOrderCategory
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallErrorType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallLoadControlMechanismType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallNetworkAccessType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallPartyCategory
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallEventInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallServiceCodeType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallTeleService
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallTreatmentType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallPartyToChargeType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallEventRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallNotificationRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallNotificationScope
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallNotificationInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallNotificationReportScope
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.NotificationRequested
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallLegConnectionProperties
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallLegInfoReport
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.NotificationRequestedSetEntry
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.Carrier
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallLegProperty
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallChargePlan
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallEndedReport
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallInfoReport
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallServiceCode
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallTreatment
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallAppInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallAdditionalErrorInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallLoadControlMechanism
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallAdditionalTreatmentInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cc.CallPartyToChargeAdditionalInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIVariablePartType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIReport
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIInfoType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIFault
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIEventInfoDataType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UITargetObjectType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UICollectMode
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIPronounceType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UISynthesisRange
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UISynthesisRate
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UISynthesisAge
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UISynthesisGender
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIMessageCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIEventInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIEventCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIWordOverride
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UICollectCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIEventCriteriaResult
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIRecognitionProperty
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIRecognitionCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIVariableInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UIInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ui.UITargetObject
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.LocationPriority
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.LocationResponseIndicator
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.LocationTriggerCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.LocationType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.LocationUncertaintyShape
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.MobilityDiagnostic
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.MobilityError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.MobilityStopScope
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.TerminalType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserStatusIndicator
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.AuthStatusIndicator
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.AccessTechnology
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.RoamingStatus
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.GeographicalPosition
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.LocationRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.LocationResponseTime
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.LocationTrigger
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.MobilityStopAssignmentData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UlExtendedData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserLocation
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserLocationExtended
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.LocationTriggerCamel
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserLocationCamel
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserStatus
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.TriggeredStatusRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.TriggeredStatusRequestSetEntry
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.PeriodicLocationRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.TriggeredLocationRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserStatusExtended
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserStatusIndicatorExtended
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.UserInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.mm.NetworkStatusIndicator
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.termcap.TerminalCapabilityScopeType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.termcap.TypeTerminalCapabilities
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.termcap.TerminalCapabilityScope
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrderCategory
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionErrorType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionFault
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionMonitorMode
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionReportType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.ChargePerVolume
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionChargePlan
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionReleaseCause
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionReport
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionReportRequest
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionSuperviseVolume
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteriaResult
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalReportInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrder
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.ChargingParameterValueType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.ChargingError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.SessionEndedCause
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.AppInformationType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.MerchantAccountID
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.CorrelationID
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.ChargingPrice
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.Amount
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.Volume
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.ChargingSessionID
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.PriceVolume
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.ApplicationDescription
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.ChargingParameter
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.ChargingParameterValue
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.cs.AppInformation
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.am.ChargingEventName
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.am.BalanceQueryError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.am.TransactionHistoryStatus
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.am.ChargingEventInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.am.ChargingEventCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.am.BalanceInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.am.Balance
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.am.TransactionHistory
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.am.ChargingEventCriteriaResult
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMContextName
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMACLDefault
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMPreferenceType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMEventName
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMwatcherChangeType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMErrorCause
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMContext
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAttributeDef
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAvailabilityProfile
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAttribute
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMPresenceData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMCommunicationContext
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAccessControlData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMICEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMICNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMIDEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMIDNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMGMCEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMGMCNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMACEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMACNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMADEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMADNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAAEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAANotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAUEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAUNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMCCEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMACPSEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMCCNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMACPSNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAPSEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAPSNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMIPSEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMIPSNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAVCEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMAVCNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMWCEventData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMWCNotificationData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMErrorInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMEventInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMContextData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMPreferenceData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.AddressError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.AddressPlan
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.AddressPresentation
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.AddressScreening
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.CallAoCOrderCategory
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.DataSessionQosClass
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.SimpleAttributeTypeInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.AttributeTagInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.APIUnavailReason
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.DomainIDType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.FwEventName
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.FWExceptionType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.FwUnavailReason
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.InterfaceFault
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadLevel
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadStatisticEntityType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadStatisticInfoType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadStatusError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ServiceTypePropertyMode
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.SvcUnavailReason
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadStatisticError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.SubjectType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.FaultStatisticsError
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.SvcAvailStatusReason
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.AppAvailStatusReason
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.MigrationAdditionalInfoType
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.FwAvailStatusReason
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.AuthDomain
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ClientAppDescription
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.EntOp
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.FaultStats
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.FaultStatsRecord
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadInitVal
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadPolicy
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadStatistic
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadStatisticData
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadThreshold
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.Person
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.Property
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.Sag
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.Service
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ServiceDescription
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ServiceContractDescription
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ServiceProperty
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ServiceTypeDescription
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ServiceTypeProperty
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.SignatureAndServiceMgr
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ServiceContract
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ServiceProfile
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.SagProfilePair
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.AddSagMembersConflict
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.ServiceTypePropertyValue
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.DomainID
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.FwEventCriteria
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.FwEventInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadStatisticInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.LoadStatisticEntityID
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.fw.MigrationAdditionalInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.Address
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.AddressRange
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.AoCInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ChargeAdviceInfo
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.CAIElements
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.ChargePerTime
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.TimeInterval
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.Attribute
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.StructuredAttributeValue
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.AoCOrder
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.AttributeValue
Indicates whether some other object is 'equal to' this one.
equals(Object) - Method in class org.csapi.jr.se.SimpleAttributeValue
Indicates whether some other object is 'equal to' this one.
EvalPolicy - interface org.csapi.jr.se.policy.evaluation.EvalPolicy.
This interface represents a EvalPolicy activity object.
evalPolicy(String, String, PolicyNameValue[]) - Method in interface org.csapi.jr.se.policy.evaluation.PolicyEvalManager
Invokes the evalPolicy() method on the Parlay Gateway.
EvalPolicyErrEvent - class org.csapi.jr.se.policy.evaluation.EvalPolicyErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the evalPolicyErr() method on the callback interface has occured.
EvalPolicyErrEvent(Object, int) - Constructor for class org.csapi.jr.se.policy.evaluation.EvalPolicyErrEvent
Constructor for the EvalPolicyErrEvent Event.
EvalPolicyListener - interface org.csapi.jr.se.policy.evaluation.EvalPolicyListener.
This interface is to be implemented for receiving events issued by the EvalPolicy activity object.
evalPolicyReq(String, String, PolicyNameValue[]) - Method in interface org.csapi.jr.se.policy.evaluation.EvalPolicy
Invokes the evalPolicyReq() method on the Parlay Gateway.
EvalPolicyResEvent - class org.csapi.jr.se.policy.evaluation.EvalPolicyResEvent.
Event created by an activity object to indicate that a Gateway originated call to the evalPolicyRes() method on the callback interface has occured.
EvalPolicyResEvent(Object, PolicyNameValue[]) - Constructor for class org.csapi.jr.se.policy.evaluation.EvalPolicyResEvent
Constructor for the EvalPolicyResEvent Event.
EVENT_DSCS_ESTABLISHED - Static variable in interface org.csapi.jr.se.dsc.Constants
The data session is established by the network.
EVENT_DSCS_QOS_CHANGED - Static variable in interface org.csapi.jr.se.dsc.Constants
A change in QoS class has taken place during the life of the data session.
EVENT_DSCS_SETUP - Static variable in interface org.csapi.jr.se.dsc.Constants
The data session is going to be setup.
EVENT_FW_MIGRATION_SERVICE_AVAILABLE - Static variable in class org.csapi.jr.se.fw.FwEventName
Notification of a backwards compatible SCS becoming available, to which the application can migrate.
EVENT_FW_NAME_UNDEFINED - Static variable in class org.csapi.jr.se.fw.FwEventName
Undefined.
EVENT_FW_SERVICE_AVAILABLE - Static variable in class org.csapi.jr.se.fw.FwEventName
Notification of SCS(s) available.
EVENT_FW_SERVICE_UNAVAILABLE - Static variable in class org.csapi.jr.se.fw.FwEventName
Notification of SCS(s) becoming unavailable.
EVENT_GCCS_ADDRESS_ANALYSED_EVENT - Static variable in interface org.csapi.jr.se.cc.gccs.Constants
GCCS - Address information is analysed The dialled number is a valid and complete number in the network.
EVENT_GCCS_ADDRESS_COLLECTED_EVENT - Static variable in interface org.csapi.jr.se.cc.gccs.Constants
GCCS - Address information collected The network has collected the information from the A-party, but not yet analysed the information.
EVENT_GCCS_ANSWER_FROM_CALL_PARTY - Static variable in interface org.csapi.jr.se.cc.gccs.Constants
GCCS - Party answered call.
EVENT_GCCS_CALLED_PARTY_BUSY - Static variable in interface org.csapi.jr.se.cc.gccs.Constants
GCCS - Called party is busy
EVENT_GCCS_CALLED_PARTY_UNREACHABLE - Static variable in interface org.csapi.jr.se.cc.gccs.Constants
GCCS - Called party is unreachable (for example the called party has a mobile telephone that is currently switched off).
EVENT_GCCS_NO_ANSWER_FROM_CALLED_PARTY - Static variable in interface org.csapi.jr.se.cc.gccs.Constants
GCCS - No answer from called party
EVENT_GCCS_OFFHOOK_EVENT - Static variable in interface org.csapi.jr.se.cc.gccs.Constants
GCCS - Offhook event This can be used for hot-line features.
EVENT_GCCS_ROUTE_SELECT_FAILURE - Static variable in interface org.csapi.jr.se.cc.gccs.Constants
GCCS - Failure in routing the call
EVENT_NAME_QOD_CHANGED - Static variable in interface org.csapi.jr.se.dsc.Constants
 
EVENT_NAME_UNDEFINED - Static variable in interface org.csapi.jr.se.cc.gccs.Constants
Undefined
EVENT_NAME_UNDEFINED - Static variable in interface org.csapi.jr.se.dsc.Constants
Undefined.
EventNotification - interface org.csapi.jr.se.fw.fw_application.notification.EventNotification.
The event notification mechanism is used to notify the application of generic service related events that have occurred.
EventNotifyErrEvent - class org.csapi.jr.se.pam.event.EventNotifyErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the eventNotifyErr() method on the callback interface has occured.
EventNotifyErrEvent(Object, int, PAMErrorInfo) - Constructor for class org.csapi.jr.se.pam.event.EventNotifyErrEvent
Constructor for the EventNotifyErrEvent Event.
EventNotifyEvent - class org.csapi.jr.se.pam.event.EventNotifyEvent.
Event created by an activity object to indicate that a Gateway originated call to the eventNotify() method on the callback interface has occured.
EventNotifyEvent(Object, int, PAMNotificationInfo[]) - Constructor for class org.csapi.jr.se.pam.event.EventNotifyEvent
Constructor for the EventNotifyEvent Event.
EventReportErrEvent - class org.csapi.jr.se.cc.mpccs.EventReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the eventReportErr() method on the callback interface has occured.
EventReportErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.mpccs.EventReportErrEvent
Constructor for the EventReportErrEvent Event.
eventReportReq(CallEventRequest[]) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the eventReportReq() method on the Parlay Gateway.
EventReportResEvent - class org.csapi.jr.se.cc.mpccs.EventReportResEvent.
Event created by an activity object to indicate that a Gateway originated call to the eventReportRes() method on the callback interface has occured.
EventReportResEvent(Object, CallEventInfo) - Constructor for class org.csapi.jr.se.cc.mpccs.EventReportResEvent
Constructor for the EventReportResEvent Event.
ExtendedLocationReport - interface org.csapi.jr.se.mm.ul.ExtendedLocationReport.
This interface represents a ExtendedLocationReport activity object.
ExtendedLocationReportErrEvent - class org.csapi.jr.se.mm.ul.ExtendedLocationReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the extendedLocationReportErr() method on the callback interface has occured.
ExtendedLocationReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.ul.ExtendedLocationReportErrEvent
Constructor for the ExtendedLocationReportErrEvent Event.
ExtendedLocationReportListener - interface org.csapi.jr.se.mm.ul.ExtendedLocationReportListener.
This interface is to be implemented for receiving events issued by the ExtendedLocationReport activity object.
extendedLocationReportReq(Address[], LocationRequest) - Method in interface org.csapi.jr.se.mm.ul.ExtendedLocationReport
Invokes the extendedLocationReportReq() method on the Parlay Gateway.
ExtendedLocationReportResEvent - class org.csapi.jr.se.mm.ul.ExtendedLocationReportResEvent.
Event created by an activity object to indicate that a Gateway originated call to the extendedLocationReportRes() method on the callback interface has occured.
ExtendedLocationReportResEvent(Object, UserLocationExtended[]) - Constructor for class org.csapi.jr.se.mm.ul.ExtendedLocationReportResEvent
Constructor for the ExtendedLocationReportResEvent Event.
ExtendedStatusReport - interface org.csapi.jr.se.mm.us.ExtendedStatusReport.
This interface represents a ExtendedStatusReport activity object.
ExtendedStatusReportErrEvent - class org.csapi.jr.se.mm.us.ExtendedStatusReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the extendedStatusReportErr() method on the callback interface has occured.
ExtendedStatusReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.us.ExtendedStatusReportErrEvent
Constructor for the ExtendedStatusReportErrEvent Event.
ExtendedStatusReportListener - interface org.csapi.jr.se.mm.us.ExtendedStatusReportListener.
This interface is to be implemented for receiving events issued by the ExtendedStatusReport activity object.
extendedStatusReportReq(Address[]) - Method in interface org.csapi.jr.se.mm.us.ExtendedStatusReport
Invokes the extendedStatusReportReq() method on the Parlay Gateway.
ExtendedStatusReportResEvent - class org.csapi.jr.se.mm.us.ExtendedStatusReportResEvent.
Event created by an activity object to indicate that a Gateway originated call to the extendedStatusReportRes() method on the callback interface has occured.
ExtendedStatusReportResEvent(Object, UserStatusExtended[]) - Constructor for class org.csapi.jr.se.mm.us.ExtendedStatusReportResEvent
Constructor for the ExtendedStatusReportResEvent Event.
ExtendedTerminalCapabilities - interface org.csapi.jr.se.termcap.ExtendedTerminalCapabilities.
This interface represents a ExtendedTerminalCapabilities.
ExtendedTerminalCapabilitiesListener - interface org.csapi.jr.se.termcap.ExtendedTerminalCapabilitiesListener.
This interface is to be implemented for receiving events issued by the ExtendedTerminalCapabilities service object.
ExtendLifeTimeErrEvent - class org.csapi.jr.se.cs.ExtendLifeTimeErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the extendLifeTimeErr() method on the callback interface has occured.
ExtendLifeTimeErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.ExtendLifeTimeErrEvent
Constructor for the ExtendLifeTimeErrEvent Event.
extendLifeTimeReq() - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the extendLifeTimeReq() method on the Parlay Gateway.
ExtendLifeTimeResEvent - class org.csapi.jr.se.cs.ExtendLifeTimeResEvent.
Event created by an activity object to indicate that a Gateway originated call to the extendLifeTimeRes() method on the callback interface has occured.
ExtendLifeTimeResEvent(Object, int) - Constructor for class org.csapi.jr.se.cs.ExtendLifeTimeResEvent
Constructor for the ExtendLifeTimeResEvent Event.
ExtTriggeredStatusReportErrEvent - class org.csapi.jr.se.mm.us.ExtTriggeredStatusReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the extTriggeredStatusReportErr() method on the callback interface has occured.
ExtTriggeredStatusReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.us.ExtTriggeredStatusReportErrEvent
Constructor for the ExtTriggeredStatusReportErrEvent Event.
ExtTriggeredStatusReportEvent - class org.csapi.jr.se.mm.us.ExtTriggeredStatusReportEvent.
Event created by an activity object to indicate that a Gateway originated call to the extTriggeredStatusReport() method on the callback interface has occured.
ExtTriggeredStatusReportEvent(Object, UserStatusExtended) - Constructor for class org.csapi.jr.se.mm.us.ExtTriggeredStatusReportEvent
Constructor for the ExtTriggeredStatusReportEvent Event.
ExtTriggeredStatusReporting - interface org.csapi.jr.se.mm.us.ExtTriggeredStatusReporting.
This interface represents a ExtTriggeredStatusReporting activity object.
ExtTriggeredStatusReportingListener - interface org.csapi.jr.se.mm.us.ExtTriggeredStatusReportingListener.
This interface is to be implemented for receiving events issued by the ExtTriggeredStatusReporting activity object.
extTriggeredStatusReportingStartReq(Address[]) - Method in interface org.csapi.jr.se.mm.us.ExtTriggeredStatusReporting
Invokes the extTriggeredStatusReportingStartReq() method on the Parlay Gateway.
extTriggeredStatusReportingStop(MobilityStopAssignmentData) - Method in interface org.csapi.jr.se.mm.us.ExtTriggeredStatusReporting
Invokes the extTriggeredStatusReportingStop() method on the Parlay Gateway.

F

FAULT_INFO_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.fw.FaultStatisticsError
Undefined error
FAULT_INFO_UNAVAILABLE - Static variable in class org.csapi.jr.se.fw.FaultStatisticsError
Fault statistics unavailable
FaultManager - interface org.csapi.jr.se.fw.fw_application.integrity.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.
FaultStatisticsError - class org.csapi.jr.se.fw.FaultStatisticsError.
Defines the error code associated with a failed attempt to retrieve any fault statistics information.
FaultStats - class org.csapi.jr.se.fw.FaultStats.
This defines the sequence of data elements which provide the statistics on a per fault type basis.
FaultStats() - Constructor for class org.csapi.jr.se.fw.FaultStats
Creates a new FaultStats instance.
FaultStats(InterfaceFault, int, int, int, int) - Constructor for class org.csapi.jr.se.fw.FaultStats
Creates a new FaultStats instance.
FaultStatsRecord - class org.csapi.jr.se.fw.FaultStatsRecord.
This defines the set of records to be returned giving fault information for the requested time period.
FaultStatsRecord() - Constructor for class org.csapi.jr.se.fw.FaultStatsRecord
Creates a new FaultStatsRecord instance.
FaultStatsRecord(TimeInterval, FaultStats[]) - Constructor for class org.csapi.jr.se.fw.FaultStatsRecord
Creates a new FaultStatsRecord instance.
findMatchingDomains(Attribute[]) - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the findMatchingDomains() method on the Parlay Gateway.
findMatchingDomains(Attribute[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the findMatchingDomains() method on the Parlay Gateway.
FIXED - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpFixed.
FIXED_ACCESS - Static variable in class org.csapi.jr.se.mm.AccessTechnology
Access via a fixed network
FLOAT - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpFloat.
ForEvent - interface org.csapi.jr.se.pam.event.ForEvent.
This interface represents a ForEvent activity object.
ForEventListener - interface org.csapi.jr.se.pam.event.ForEventListener.
This interface is to be implemented for receiving events issued by the ForEvent activity object.
FRAMEWORK_AVAILABLE - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
The Framework has become available
FRAMEWORK_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
The Framework has closed itself (for example to protect from fraud or malicious attack).
FRAMEWORK_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
A local failure in the Framework has been detected.
FRAMEWORK_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
The Framework is fully overloaded.
FRAMEWORK_UNAVAILABLE_PROTOCOL_FAILURE - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
The Framework has detected that the protocol used between client and framework has failed
FRAMEWORK_UNAVAILABLE_REMOTE_FAILURE - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
A remote failure to the Framework has been detected, for example a database is not working.
FRAMEWORK_UNAVAILABLE_SW_UPGRADE - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
The Framework is unavailable due to SW upgrade or other similar maintenance.
FRAMEWORK_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
Undefined
FrameworkException - exception org.csapi.jr.se.fw.FrameworkException.
Framework abstract exception
FrameworkException() - Constructor for class org.csapi.jr.se.fw.FrameworkException
 
FrameworkException(String) - Constructor for class org.csapi.jr.se.fw.FrameworkException
 
FrameworkException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.FrameworkException
 
FrameworkException(Throwable) - Constructor for class org.csapi.jr.se.fw.FrameworkException
 
FW - Static variable in class org.csapi.jr.se.fw.DomainIDType
The Framework
FW_DUMMY - Static variable in class org.csapi.jr.se.fw.FWExceptionType
 
FW_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
The Framework has closed itself (for example to protect from fraud or malicious attack)
FW_UNAVAILABLE_GATEWAY_FAILURE - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
The gateway API software or hardware has failed
FW_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
The Local API software or hardware has failed
FW_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
The Framework is fully overloaded
FW_UNAVAILABLE_PROTOCOL_FAILURE - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
The protocol used on the client-gateway link has failed
FW_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
Undefined
fwAvailStatusInd(FwAvailStatusReason) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
The framework invokes this method to inform the client application about the Framework availability status, that is that it can no longer use the Framework according to the reason parameter or that the Framework has become available again.
fwAvailStatusInd(FwAvailStatusReason) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
The framework invokes this method to inform the service instance about the Framework availability status, that is that it can no longer use the Framework according to the reason parameter or that the Framework has become available again.
FwAvailStatusReason - class org.csapi.jr.se.fw.FwAvailStatusReason.
Defines the reason detailing the change in status of Framework availability.
FwEventCriteria - class org.csapi.jr.se.fw.FwEventCriteria.
Defines the Tagged Choice of Data Elements that specify the criteria for an event notification to be generated.
FwEventCriteria() - Constructor for class org.csapi.jr.se.fw.FwEventCriteria
Creates a new FwEventCriteria.
FwEventInfo - class org.csapi.jr.se.fw.FwEventInfo.
Defines the Tagged Choice of Data Elements that specify the information returned to the application in an event notification.
FwEventInfo() - Constructor for class org.csapi.jr.se.fw.FwEventInfo
Creates a new FwEventInfo.
FwEventName - class org.csapi.jr.se.fw.FwEventName.
Defines the name of event being notified.
FwEventNotification - interface org.csapi.jr.se.fw.fw_service.notification.FwEventNotification.
The event notification mechanism is used to notify the service of generic events that have occurred.
FWExceptionType - class org.csapi.jr.se.fw.FWExceptionType.
Framw work exeption type
FwFaultManager - interface org.csapi.jr.se.fw.fw_service.integrity.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.
fwFaultRecoveryInd(InterfaceFault) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
Deprecated.  
fwFaultRecoveryInd(InterfaceFault) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
Deprecated.  
fwFaultReportInd(InterfaceFault) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
Deprecated.  
fwFaultReportInd(InterfaceFault) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
Deprecated.  
FwHeartBeat - interface org.csapi.jr.se.fw.fw_service.integrity.FwHeartBeat.
The service side framework heartbeat interface is used by the service instance to send the framework its heartbeat.
FwHeartBeatMgmt - interface org.csapi.jr.se.fw.fw_service.integrity.FwHeartBeatMgmt.
This interface allows the initialisation of a heartbeat supervision of the framework by a service instance.
FwLoadManager - interface org.csapi.jr.se.fw.fw_service.integrity.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.
FwMigrationServiceAvailableInfo - class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo.
Defines the information to be supplied when an SCS becomes available.
FwMigrationServiceAvailableInfo() - Constructor for class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
Creates a new FwMigrationServiceAvailableInfo instance.
FwMigrationServiceAvailableInfo(String, String, String, boolean, boolean, boolean, String, MigrationAdditionalInfo[]) - Constructor for class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
Creates a new FwMigrationServiceAvailableInfo instance.
FwOAM - interface org.csapi.jr.se.fw.fw_service.integrity.FwOAM.
The OAM interface is used to query the system date and time.
FwServiceDiscovery - interface org.csapi.jr.se.fw.fw_service.discovery.FwServiceDiscovery.
This interface shall be implemented by a Framework with as a minimum requirement the listServiceTypes(), describeServiceType() and discoverService() methods.
FwServiceRegistration - interface org.csapi.jr.se.fw.fw_service.service_registration.FwServiceRegistration.
The Service Registration interface provides the methods used for the registration of network SCFs at the framework.
fwUnavailableInd(FwUnavailReason) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
Deprecated.  
fwUnavailableInd(FwUnavailReason) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
Deprecated.  
FwUnavailReason - class org.csapi.jr.se.fw.FwUnavailReason.
Defines the reason why the Framework is unavailable.

G

G711_56K - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.711 on 56k, both A-Law and µ-Law
G711_64K - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.711 on 64k, both A-Law and µ-Law
G722_48K - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.722 at 48kbit/s
G722_56K - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.722 at 56kbit/s
G722_64K - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.722 at 64kbit/s
G7231 - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.723.1
G7231_ANNEX_C - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.723.1 Annex C
G728 - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.728
G729 - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.729
G729_ANNEX_A - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.729 Annex A
G729_ANNEX_A_AND_B - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.729 Annex A and B
G729_ANNEXB - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation G.729 Annex B
GENERAL_FAILURE - Static variable in class org.csapi.jr.se.cc.ReleaseCause
A general network failure occurred.
generateEvent(String, Attribute[]) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the generateEvent() method on the Parlay Gateway.
generateEvent(String, String, Attribute[]) - Method in interface org.csapi.jr.se.policy.evaluation.PolicyEvalManager
Invokes the generateEvent() method on the Parlay Gateway.
generateFaultStatisticsRecordErr(int, FaultStatisticsError) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
This method is used by the client application to indicate an error fulfilling the request to provide fault statistics, in response to a generateFaultStatisticsRecordReq method invocation on the IpAppFaultManager interface.
generateFaultStatisticsRecordErr(int, FaultStatisticsError) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
This method is used by the service to indicate an error fulfilling the request to provide fault statistics, in response to a generateFaultStatisticsRecordReq method invocation on the IpSvcFaultManager interface.
generateFaultStatisticsRecordErr(int, FaultStatisticsError[], String[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
This method is used by the framework to indicate an error fulfilling the request to provide fault statistics, in response to a generateFaultStatisticsRecordReq method invocation on the IpFaultManager interface.
generateFaultStatisticsRecordErr(int, FaultStatisticsError, SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
This method is used by the framework to indicate an error fulfilling the request to provide fault statistics, in response to a generateFaultStatisticsRecordReq method invocation on the IpFwFaultManager interface.
generateFaultStatisticsRecordReq(int, TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
This method is used by the framework to solicit fault statistics from the client application, for example when the framework was asked for these statistics by a service instance by using the generateFaultStatisticsRecordReq operation on the IpFwFaultManager interface.
generateFaultStatisticsRecordReq(int, TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
This method is used by the framework to solicit fault statistics from the service instance, for example when the framework was asked for these statistics by the client application using the generateFaultStatisticsRecordReq operation on the IpFaultManager interface.
generateFaultStatisticsRecordReq(int, TimeInterval, String[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
This method is used by the application to solicit fault statistics from the framework.
generateFaultStatisticsRecordReq(int, TimeInterval, SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
This method is used by the service instance to solicit fault statistics from the framework.
generateFaultStatisticsRecordRes(int, FaultStatsRecord) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
This method is used by the client application to provide fault statistics to the framework in response to a generateFaultStatisticsRecordReq method invocation on the IpAppFaultManager interface.
generateFaultStatisticsRecordRes(int, FaultStatsRecord) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
This method is used by the service to provide fault statistics to the framework in response to a generateFaultStatisticsRecordReq method invocation on the IpSvcFaultManager interface.
generateFaultStatisticsRecordRes(int, FaultStatsRecord, String[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
This method is used by the framework to provide fault statistics to a client application in response to a generateFaultStatisticsRecordReq method invocation on the IpFaultManager interface.
generateFaultStatisticsRecordRes(int, FaultStatsRecord, SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
This method is used by the framework to provide fault statistics to a service instance in response to a generateFaultStatisticsRecordReq method invocation on the IpFwFaultManager interface.
generateFaultStatsRecordErr(FaultStatisticsError) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
Deprecated.  
generateFaultStatsRecordReq(TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
Deprecated.  
generateFaultStatsRecordRes(FaultStatsRecord) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
Deprecated.  
genFaultStatsRecordErr(FaultStatisticsError) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
Deprecated.  
genFaultStatsRecordErr(FaultStatisticsError, String[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
Deprecated.  
genFaultStatsRecordErr(FaultStatisticsError, String[]) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
Deprecated.  
genFaultStatsRecordErr(FaultStatisticsError, SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
Deprecated.  
genFaultStatsRecordReq(TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
Deprecated.  
genFaultStatsRecordReq(TimeInterval, String[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
Deprecated.  
genFaultStatsRecordReq(TimeInterval, String[]) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
Deprecated.  
genFaultStatsRecordReq(TimeInterval, SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
Deprecated.  
genFaultStatsRecordRes(FaultStatsRecord) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
Deprecated.  
genFaultStatsRecordRes(FaultStatsRecord, String[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
Deprecated.  
genFaultStatsRecordRes(FaultStatsRecord, String[]) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
Deprecated.  
genFaultStatsRecordRes(FaultStatsRecord, SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
Deprecated.  
GeographicalPosition - class org.csapi.jr.se.mm.GeographicalPosition.
Defines the Sequence of Data Elements that specify a geographical position.
GeographicalPosition() - Constructor for class org.csapi.jr.se.mm.GeographicalPosition
Creates a new GeographicalPosition instance.
GeographicalPosition(float, float, LocationUncertaintyShape, float, float, float, float, int, int, int) - Constructor for class org.csapi.jr.se.mm.GeographicalPosition
Creates a new GeographicalPosition instance.
getAccessControl(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMProvisioningManager
Invokes the getAccessControl() method on the Parlay Gateway.
getAccessControl(String, byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMPresenceAvailabilityManager
Invokes the getAccessControl() method on the Parlay Gateway.
getAccessControl(String, byte[]) - Method in interface org.csapi.jr.se.pam.event.PAMEventManager
Invokes the getAccessControl() method on the Parlay Gateway.
getAccessPointName() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a accessPointName.
getAccessTechnology() - Method in class org.csapi.jr.se.mm.NetworkStatusIndicator
This method returns a accessTechnology.
getAccountID() - Method in class org.csapi.jr.se.cs.MerchantAccountID
This method returns a accountID.
getAccountManager() - Method in interface org.csapi.jr.se.am.QueryBalance
Returns a reference to the AccountManager responsible for creation of the QueryBalance.
getAccountManager() - Method in interface org.csapi.jr.se.am.Notifications
Returns a reference to the AccountManager responsible for creation of the Notifications.
getAccountManager() - Method in interface org.csapi.jr.se.am.RetrieveTransactionHistory
Returns a reference to the AccountManager responsible for creation of the RetrieveTransactionHistory.
getAccountManager() - Method in interface org.csapi.jr.se.am.Notification
Returns a reference to the AccountManager responsible for creation of the Notification.
getAction() - Method in class org.csapi.jr.se.policy.PolicyActionListElement
This method returns a action.
getAction(String) - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getAction() method on the Parlay Gateway.
getAction(String) - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the getAction() method on the Parlay Gateway.
getAction(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getAction() method on the Parlay Gateway.
getAction(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the getAction() method on the Parlay Gateway.
getActionCount() - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getActionCount() method on the Parlay Gateway.
getActionCount() - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the getActionCount() method on the Parlay Gateway.
getActionCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getActionCount() method on the Parlay Gateway.
getActionCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the getActionCount() method on the Parlay Gateway.
getActionIterator() - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getActionIterator() method on the Parlay Gateway.
getActionIterator() - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the getActionIterator() method on the Parlay Gateway.
getActionIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getActionIterator() method on the Parlay Gateway.
getActionIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the getActionIterator() method on the Parlay Gateway.
getActionList() - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getActionList() method on the Parlay Gateway.
getActionList() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getActionList() method on the Parlay Gateway.
getAdditionalCallEventCriteria() - Method in class org.csapi.jr.se.cc.CallEventRequest
This method returns a additionalCallEventCriteria.
getAdditionalCallEventInfo() - Method in class org.csapi.jr.se.cc.CallEventInfo
This method returns a additionalCallEventInfo.
getAdditionalErorInfo() - Method in class org.csapi.jr.se.cc.CallError
This method returns a additionalErorInfo.
getAdditionalErrorInfo() - Method in class org.csapi.jr.se.dsc.DataSessionError
This method returns a additionalErrorInfo.
getAdditionalInfo() - Method in class org.csapi.jr.se.cc.CallChargePlan
This method returns a additionalInfo.
getAdditionalInfo() - Method in class org.csapi.jr.se.dsc.DataSessionChargePlan
This method returns a additionalInfo.
getAdditionalInfo() - Method in class org.csapi.jr.se.am.BalanceInfo
This method returns a additionalInfo.
getAdditionalInfo() - Method in class org.csapi.jr.se.am.TransactionHistory
This method returns a additionalInfo.
getAdditionalReportCriteria() - Method in class org.csapi.jr.se.cc.gccs.CallReportRequest
This method returns a additionalReportCriteria.
getAdditionalReportInfo() - Method in class org.csapi.jr.se.cc.gccs.CallReport
This method returns a additionalReportInfo.
getAdditionalReportInfo() - Method in class org.csapi.jr.se.dsc.DataSessionReport
This method returns a additionalReportInfo.
getAdditionalTreatmentInfo() - Method in class org.csapi.jr.se.cc.gccs.CallTreatment
This method returns a additionalTreatmentInfo.
getAdditionalTreatmentInfo() - Method in class org.csapi.jr.se.cc.CallTreatment
This method returns a additionalTreatmentInfo.
getAddrString() - Method in class org.csapi.jr.se.Address
This method returns a addrString.
getAddrString() - Method in class org.csapi.jr.se.AddressRange
This method returns a addrString.
getAgent() - Method in class org.csapi.jr.se.pam.PAMAANotificationData
This method returns a agent.
getAgent() - Method in class org.csapi.jr.se.pam.PAMAUNotificationData
This method returns a agent.
getAgent() - Method in class org.csapi.jr.se.pam.PAMACPSNotificationData
This method returns a agent.
getAgent() - Method in class org.csapi.jr.se.pam.PAMAPSNotificationData
This method returns a agent.
getAgentAssigned() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a AgentAssigned
getAgentAssignedNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a AgentAssignedNotify
getAgentAttributeDefinition(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement
Invokes the getAgentAttributeDefinition() method on the Parlay Gateway.
getAgentAttributes(String, String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the getAgentAttributes() method on the Parlay Gateway.
getAgentCapabilityPresenceSet() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a AgentCapabilityPresenceSet
getAgentCapabilityPresenceSetNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a AgentCapabilityPresenceSetNotify
getAgentCreated() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a AgentCreated
getAgentCreatedNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a AgentCreatedNotify
getAgentDeleted() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a AgentDeleted
getAgentDeletedNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a AgentDeletedNotify
getAgentName() - Method in class org.csapi.jr.se.pam.PAMADEventData
This method returns a agentName.
getAgentName() - Method in class org.csapi.jr.se.pam.PAMAAEventData
This method returns a agentName.
getAgentName() - Method in class org.csapi.jr.se.pam.PAMAUEventData
This method returns a agentName.
getAgentName() - Method in class org.csapi.jr.se.pam.PAMACPSEventData
This method returns a agentName.
getAgentName() - Method in class org.csapi.jr.se.pam.PAMAPSEventData
This method returns a agentName.
getAgentPresenceSet() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a AgentPresenceSet
getAgentPresenceSetNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a AgentPresenceSetNotify
getAgents() - Method in class org.csapi.jr.se.pam.PAMACNotificationData
This method returns a agents.
getAgents() - Method in class org.csapi.jr.se.pam.PAMADNotificationData
This method returns a agents.
getAgentType() - Method in class org.csapi.jr.se.pam.PAMACEventData
This method returns a agentType.
getAgentType() - Method in class org.csapi.jr.se.pam.PAMADEventData
This method returns a agentType.
getAgentType() - Method in class org.csapi.jr.se.pam.PAMAAEventData
This method returns a agentType.
getAgentType() - Method in class org.csapi.jr.se.pam.PAMAUEventData
This method returns a agentType.
getAgentType() - Method in class org.csapi.jr.se.pam.PAMACPSEventData
This method returns a agentType.
getAgentType() - Method in class org.csapi.jr.se.pam.PAMAPSEventData
This method returns a agentType.
getAgentUnassigned() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a AgentUnassigned
getAgentUnassignedNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a AgentUnassignedNotify
getAllowList() - Method in class org.csapi.jr.se.pam.PAMAccessControlData
This method returns a allowList.
getAlreadyAssignedSagProfilePair() - Method in class org.csapi.jr.se.fw.AddSagMembersConflict
This method returns a alreadyAssignedSagProfilePair.
getAlreadyAssignedSagProfilePair() - Method in class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
This method returns a alreadyAssignedSagProfilePair.
getAltitude() - Method in class org.csapi.jr.se.mm.UlExtendedData
This method returns a altitude.
getAltitude() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a altitude.
getAltitudePresent() - Method in class org.csapi.jr.se.mm.UlExtendedData
This method returns a altitudePresent.
getAltitudePresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a altitudePresent.
getAltitudeRequested() - Method in class org.csapi.jr.se.mm.LocationRequest
This method returns a altitudeRequested.
getAmount() - Method in class org.csapi.jr.se.cs.ChargingPrice
This method returns a amount.
getAmount() - Method in class org.csapi.jr.se.cs.Volume
This method returns a amount.
getAmountLeft() - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the getAmountLeft() method on the Parlay Gateway.
getAngleOfSemiMajor() - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method returns a angleOfSemiMajor.
getAngleOfSemiMajor() - Method in class org.csapi.jr.se.mm.LocationTrigger
This method returns a angleOfSemiMajor.
getAppCallNotificationRequest() - Method in class org.csapi.jr.se.cc.NotificationRequested
This method returns a appCallNotificationRequest.
getAppInformation() - Method in class org.csapi.jr.se.cs.ApplicationDescription
This method returns a appInformation.
getAppNotificationMediaRequest() - Method in class org.csapi.jr.se.cc.mmccs.MediaNotificationRequested
This method returns a appNotificationMediaRequest.
getAreaSemiMajor() - Method in class org.csapi.jr.se.mm.LocationTrigger
This method returns a areaSemiMajor.
getAreaSemiMinor() - Method in class org.csapi.jr.se.mm.LocationTrigger
This method returns a areaSemiMinor.
getAskerData() - Method in class org.csapi.jr.se.pam.PAMContext
This method returns a askerData.
getAssignmentId() - Method in class org.csapi.jr.se.mm.MobilityStopAssignmentData
This method returns a assignmentId.
getAssignmentID() - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteriaResult
This method returns a assignmentID.
getAssignmentID() - Method in class org.csapi.jr.se.cc.mmccs.MediaNotificationRequested
This method returns a assignmentID.
getAssignmentID() - Method in class org.csapi.jr.se.cc.NotificationRequested
This method returns a assignmentID.
getAssignmentID() - Method in class org.csapi.jr.se.ui.UIEventCriteriaResult
This method returns a assignmentID.
getAssignmentID() - Method in class org.csapi.jr.se.mm.TriggeredStatusRequest
This method returns a assignmentID.
getAssignmentID() - Method in class org.csapi.jr.se.mm.PeriodicLocationRequest
This method returns a assignmentID.
getAssignmentID() - Method in class org.csapi.jr.se.mm.TriggeredLocationRequest
This method returns a assignmentID.
getAssignmentID() - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteriaResult
This method returns a assignmentID.
getAssignmentID() - Method in class org.csapi.jr.se.am.ChargingEventCriteriaResult
This method returns a assignmentID.
getAttachMechanism() - Method in class org.csapi.jr.se.cc.CallLegConnectionProperties
This method returns a attachMechanism.
getAttribute(String) - Method in interface org.csapi.jr.se.policy.Policy
Invokes the getAttribute() method on the Parlay Gateway.
getAttribute(String) - Method in interface org.csapi.jr.se.policy.provisioning.Policy
Invokes the getAttribute() method on the Parlay Gateway.
getAttributeName() - Method in class org.csapi.jr.se.pam.PAMAttribute
This method returns a attributeName.
getAttributeName() - Method in class org.csapi.jr.se.Attribute
This method returns a attributeName.
getAttributeNames() - Method in class org.csapi.jr.se.pam.PAMACPSEventData
This method returns a attributeNames.
getAttributeNames() - Method in class org.csapi.jr.se.pam.PAMACPSNotificationData
This method returns a attributeNames.
getAttributeNames() - Method in class org.csapi.jr.se.pam.PAMAPSEventData
This method returns a attributeNames.
getAttributeNames() - Method in class org.csapi.jr.se.pam.PAMAPSNotificationData
This method returns a attributeNames.
getAttributeNames() - Method in class org.csapi.jr.se.pam.PAMIPSEventData
This method returns a attributeNames.
getAttributeNames() - Method in class org.csapi.jr.se.pam.PAMAVCEventData
This method returns a attributeNames.
getAttributes() - Method in class org.csapi.jr.se.policy.PolicyEvent
This method returns a attributes.
getAttributes() - Method in class org.csapi.jr.se.pam.PAMIPSNotificationData
This method returns a attributes.
getAttributes(String[]) - Method in interface org.csapi.jr.se.policy.Policy
Invokes the getAttributes() method on the Parlay Gateway.
getAttributes(String[]) - Method in interface org.csapi.jr.se.policy.provisioning.Policy
Invokes the getAttributes() method on the Parlay Gateway.
getAttributeValue() - Method in class org.csapi.jr.se.pam.PAMAttribute
This method returns a attributeValue.
getAttributeValue() - Method in class org.csapi.jr.se.Attribute
This method returns a attributeValue.
getAudio() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
This method returns a Audio
getAuthenticationStatus() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a authenticationStatus.
getAuthInterface() - Method in class org.csapi.jr.se.fw.AuthDomain
This method returns a authInterface.
getAuthToken(Attribute[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMProvisioningManager
Invokes the getAuthToken() method on the Parlay Gateway.
getAuthToken(Attribute[]) - Method in interface org.csapi.jr.se.pam.access.PAMPresenceAvailabilityManager
Invokes the getAuthToken() method on the Parlay Gateway.
getAuthToken(Attribute[]) - Method in interface org.csapi.jr.se.pam.event.PAMEventManager
Invokes the getAuthToken() method on the Parlay Gateway.
getAvailability() - Method in class org.csapi.jr.se.pam.PAMAVCNotificationData
This method returns a availability.
getAvailability(String, PAMContext, String[], byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMAvailability
Invokes the getAvailability() method on the Parlay Gateway.
getAvailabilityChanged() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a AvailabilityChanged
getAvailabilityChangedNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a AvailabilityChangedNotify
getAvailabilityData() - Method in class org.csapi.jr.se.pam.PAMAvailabilityProfile
This method returns a availabilityData.
getAvailableOrUnavailable() - Method in class org.csapi.jr.se.fw.ServiceTypeDescription
This method returns a availableOrUnavailable.
getBackwardCompatibilityLevel() - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method returns a backwardCompatibilityLevel.
getBalanceInfo() - Method in class org.csapi.jr.se.am.Balance
This method returns a balanceInfo.
getBalances() - Method in class org.csapi.jr.se.am.QueryBalanceResEvent
This method is used to retrieve the parameter value of 'balances' passed up from the Gateway in it's call to the queryBalanceRes() method, used on the creation of this event.
getBillingContact() - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method returns a billingContact.
getBooleanValue() - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method returns a BooleanValue
getBooleanValue() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a BooleanValue
getBusy() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method returns a Busy
getCall() - Method in class org.csapi.jr.se.cc.gccs.CallAbortedEvent
This method is used to retrieve a reference to the Call associated with this event.
getCall() - Method in class org.csapi.jr.se.cc.gccs.CallEventNotifyEvent
This method is used to retrieve the Call, associated with this event.
getCall() - Method in interface org.csapi.jr.se.cc.gccs.Route
Returns a reference to the Call responsible for creation of the Route.
getCall() - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the getCall() method on the Parlay Gateway and returns a reference to a transient interface.
getCall() - Method in class org.csapi.jr.se.ui.UITargetObject
This method returns a Call
getCallAppAdditionalAddress() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method returns a CallAppAdditionalAddress
getCallAppAdditionalAddress() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppAdditionalAddress
getCallAppAlertingMechanism() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method returns a CallAppAlertingMechanism
getCallAppAlertingMechanism() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppAlertingMechanism
getCallAppBearerService() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method returns a CallAppBearerService
getCallAppBearerService() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppBearerService
getCallAppCarrier() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppCarrier
getCallAppGenericInfo() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method returns a CallAppGenericInfo
getCallAppGenericInfo() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppGenericInfo
getCallAppInfo() - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method returns a callAppInfo.
getCallAppInfo() - Method in class org.csapi.jr.se.cc.CallNotificationInfo
This method returns a callAppInfo.
getCallAppInfo() - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method returns a callAppInfo.
getCallAppNetworkAccessType() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method returns a CallAppNetworkAccessType
getCallAppNetworkAccessType() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppNetworkAccessType
getCallAppOriginalDestinationAddress() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppOriginalDestinationAddress
getCallAppPartyCategory() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method returns a CallAppPartyCategory
getCallAppPartyCategory() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppPartyCategory
getCallAppPresentationAddress() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method returns a CallAppPresentationAddress
getCallAppPresentationAddress() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppPresentationAddress
getCallAppRedirectingAddress() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppRedirectingAddress
getCallAppTeleService() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method returns a CallAppTeleService
getCallAppTeleService() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallAppTeleService
getCallConnectedToDestinationTime() - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method returns a callConnectedToDestinationTime.
getCallConnectedToDestinationTime() - Method in class org.csapi.jr.se.cc.CallInfoReport
This method returns a callConnectedToDestinationTime.
getCallConnectedToResourceTime() - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method returns a callConnectedToResourceTime.
getCallConnectedToResourceTime() - Method in class org.csapi.jr.se.cc.CallInfoReport
This method returns a callConnectedToResourceTime.
getCallControlManager() - Method in interface org.csapi.jr.se.cc.gccs.CallLoadControl
Returns a reference to the CallControlManager responsible for creation of the CallLoadControl.
getCallControlManager() - Method in interface org.csapi.jr.se.cc.gccs.CallNotification
Returns a reference to the CallControlManager responsible for creation of the CallNotification.
getCallControlManager() - Method in interface org.csapi.jr.se.cc.gccs.Call
Returns a reference to the CallControlManager responsible for creation of the Call.
getCallDisconnect() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method returns a CallDisconnect
getCalledAddress() - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method returns a CalledAddress
getCallEndTime() - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method returns a callEndTime.
getCallEndTime() - Method in class org.csapi.jr.se.cc.CallInfoReport
This method returns a callEndTime.
getCallErrorInvalidAddress() - Method in class org.csapi.jr.se.cc.CallAdditionalErrorInfo
This method returns a CallErrorInvalidAddress
getCallEventCriteria() - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteriaResult
This method returns a callEventCriteria.
getCallEventInfo() - Method in class org.csapi.jr.se.cc.CallNotificationInfo
This method returns a callEventInfo.
getCallEventName() - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
This method returns a callEventName.
getCallEventName() - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method returns a callEventName.
getCallEventsRequested() - Method in class org.csapi.jr.se.cc.CallNotificationRequest
This method returns a callEventsRequested.
getCallEventTime() - Method in class org.csapi.jr.se.cc.gccs.CallReport
This method returns a callEventTime.
getCallEventTime() - Method in class org.csapi.jr.se.cc.CallEventInfo
This method returns a callEventTime.
getCallEventType() - Method in class org.csapi.jr.se.cc.CallEventInfo
This method returns a callEventType.
getCallEventType() - Method in class org.csapi.jr.se.cc.CallEventRequest
This method returns a callEventType.
getCallHighProbabilityCompletion() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns a CallHighProbabilityCompletion
GetCallInfoErrEvent - class org.csapi.jr.se.cc.gccs.GetCallInfoErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the getCallInfoErr() method on the callback interface has occured.
GetCallInfoErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.gccs.GetCallInfoErrEvent
Constructor for the GetCallInfoErrEvent Event.
getCallInfoReport() - Method in class org.csapi.jr.se.cc.gccs.GetCallInfoResEvent
This method is used to retrieve the parameter value of 'callInfoReport' passed up from the Gateway in it's call to the getCallInfoRes() method, used on the creation of this event.
getCallInfoReport() - Method in class org.csapi.jr.se.cc.mpccs.GetInfoResEvent
This method is used to retrieve the parameter value of 'callInfoReport' passed up from the Gateway in it's call to the getInfoRes() method, used on the creation of this event.
getCallInfoReq(int) - Method in interface org.csapi.jr.se.cc.gccs.Call
Invokes the getCallInfoReq() method on the Parlay Gateway.
GetCallInfoResEvent - class org.csapi.jr.se.cc.gccs.GetCallInfoResEvent.
Event created by an activity object to indicate that a Gateway originated call to the getCallInfoRes() method on the callback interface has occured.
GetCallInfoResEvent(Object, CallInfoReport) - Constructor for class org.csapi.jr.se.cc.gccs.GetCallInfoResEvent
Constructor for the GetCallInfoResEvent Event.
getCallInfoType() - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method returns a callInfoType.
getCallInfoType() - Method in class org.csapi.jr.se.cc.CallInfoReport
This method returns a callInfoType.
getCallInitiationStartTime() - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method returns a callInitiationStartTime.
getCallInitiationStartTime() - Method in class org.csapi.jr.se.cc.CallInfoReport
This method returns a callInitiationStartTime.
getCallLeg() - Method in class org.csapi.jr.se.cc.mpccs.CreateAndRouteCallLegErrEvent
This method is used to retrieve the CallLeg, associated with this event.
getCallLeg() - Method in class org.csapi.jr.se.ui.UITargetObject
This method returns a CallLeg
getCallLegConnectedToAddressTime() - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method returns a callLegConnectedToAddressTime.
getCallLegConnectedToResourceTime() - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method returns a callLegConnectedToResourceTime.
getCallLegEndTime() - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method returns a callLegEndTime.
getCallLegInfoReport() - Method in class org.csapi.jr.se.cc.mpccs.GetInfoResEvent
This method is used to retrieve the parameter value of 'callLegInfoReport' passed up from the Gateway in it's call to the getInfoRes() method, used on the creation of this event.
getCallLegInfoType() - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method returns a callLegInfoType.
getCallLegPropertyName() - Method in class org.csapi.jr.se.cc.CallLegProperty
This method returns a callLegPropertyName.
getCallLegPropertyValue() - Method in class org.csapi.jr.se.cc.CallLegProperty
This method returns a callLegPropertyValue.
getCallLegReferenceSet() - Method in class org.csapi.jr.se.cc.mpccs.ReportNotificationEvent
This method is used to retrieve the parameter value of 'callLegReferenceSet' passed up from the Gateway in it's call to the reportNotification() method, used on the creation of this event.
getCallLegReferenceSet() - Method in class org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent
This method is used to retrieve the parameter value of 'callLegReferenceSet' passed up from the Gateway in it's call to the reportMediaNotification() method, used on the creation of this event.
getCallLegReleaseCause() - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method returns a callLegReleaseCause.
getCallLegs() - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Invokes the getCallLegs() method on the Parlay Gateway.
getCallLegSessionID() - Method in class org.csapi.jr.se.cc.gccs.CallEndedReport
This method returns a callLegSessionID.
getCallLegSessionID() - Method in class org.csapi.jr.se.cc.CallEndedReport
This method returns a callLegSessionID.
getCallLegStartTime() - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method returns a callLegStartTime.
getCallLoadControlPerInterval() - Method in class org.csapi.jr.se.cc.CallLoadControlMechanism
This method returns a CallLoadControlPerInterval
getCallMonitorMode() - Method in class org.csapi.jr.se.cc.CallEventInfo
This method returns a callMonitorMode.
getCallMonitorMode() - Method in class org.csapi.jr.se.cc.CallEventRequest
This method returns a callMonitorMode.
getCallNotificationReportScope() - Method in class org.csapi.jr.se.cc.CallNotificationInfo
This method returns a callNotificationReportScope.
getCallNotificationScope() - Method in class org.csapi.jr.se.cc.CallNotificationRequest
This method returns a callNotificationScope.
getCallNotificationType() - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
This method returns a callNotificationType.
getCallNotificationType() - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method returns a callNotificationType.
getCallPartySpecial() - Method in class org.csapi.jr.se.cc.CallPartyToChargeAdditionalInfo
This method returns a CallPartySpecial
getCallReportType() - Method in class org.csapi.jr.se.cc.gccs.CallReport
This method returns a callReportType.
getCallReportType() - Method in class org.csapi.jr.se.cc.gccs.CallReportRequest
This method returns a callReportType.
getCallServiceCodeType() - Method in class org.csapi.jr.se.cc.CallServiceCode
This method returns a callServiceCodeType.
getCallTreatmentType() - Method in class org.csapi.jr.se.cc.gccs.CallTreatment
This method returns a callTreatmentType.
getCallTreatmentType() - Method in class org.csapi.jr.se.cc.CallTreatment
This method returns a callTreatmentType.
getCapabilities() - Method in class org.csapi.jr.se.termcap.TriggeredTerminalCapabilityReportEvent
This method is used to retrieve the parameter value of 'capabilities' passed up from the Gateway in it's call to the triggeredTerminalCapabilityReport() method, used on the creation of this event.
getCapabilities() - Method in class org.csapi.jr.se.pam.PAMCCEventData
This method returns a capabilities.
getCapabilities() - Method in class org.csapi.jr.se.pam.PAMACPSEventData
This method returns a capabilities.
getCapabilities() - Method in class org.csapi.jr.se.pam.PAMCCNotificationData
This method returns a capabilities.
getCapability() - Method in class org.csapi.jr.se.pam.PAMACPSNotificationData
This method returns a capability.
getCapabilityAttributeDefinition(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the getCapabilityAttributeDefinition() method on the Parlay Gateway.
getCapabilityChanged() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a CapabilityChanged
getCapabilityChangedNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a CapabilityChangedNotify
getCarrierID() - Method in class org.csapi.jr.se.cc.Carrier
This method returns a carrierID.
getCarrierSelectionField() - Method in class org.csapi.jr.se.cc.Carrier
This method returns a carrierSelectionField.
getCause() - Method in class org.csapi.jr.se.policy.AccessViolationException
 
getCause() - Method in class org.csapi.jr.se.policy.SyntaxErrorException
 
getCause() - Method in class org.csapi.jr.se.policy.NameSpaceErrorException
 
getCause() - Method in class org.csapi.jr.se.policy.NoTransactionInProcessException
 
getCause() - Method in class org.csapi.jr.se.policy.TransactionInProcessException
 
getCause() - Method in class org.csapi.jr.se.policy.PolicyException
 
getCause() - Method in class org.csapi.jr.se.cc.gccs.CallEndedReport
This method returns a cause.
getCause() - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method returns a cause.
getCause() - Method in class org.csapi.jr.se.cc.mpccs.CallLegEndedEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the callLegEnded() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.cc.CallEndedReport
This method returns a cause.
getCause() - Method in class org.csapi.jr.se.cc.CallInfoReport
This method returns a cause.
getCause() - Method in class org.csapi.jr.se.ui.IdNotFoundException
 
getCause() - Method in class org.csapi.jr.se.ui.IllegalIdException
 
getCause() - Method in class org.csapi.jr.se.ui.IllegalRangeException
 
getCause() - Method in class org.csapi.jr.se.ui.InvalidCollectionCriteriaException
 
getCause() - Method in class org.csapi.jr.se.mm.ul.LocationReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the locationReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.ul.ExtendedLocationReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the extendedLocationReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.ul.PeriodicLocationReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the periodicLocationReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.ul.TriggeredLocationReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the triggeredLocationReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.ulc.LocationReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the locationReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.ulc.PeriodicLocationReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the periodicLocationReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.ulc.TriggeredLocationReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the triggeredLocationReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.us.StatusReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the statusReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.us.TriggeredStatusReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the triggeredStatusReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.us.ExtendedStatusReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the extendedStatusReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.us.ExtTriggeredStatusReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the extTriggeredStatusReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.mm.RequestedAccuracyCannotBeDeliveredException
 
getCause() - Method in class org.csapi.jr.se.mm.RequestedResponseTimeCannotBeDeliveredException
 
getCause() - Method in class org.csapi.jr.se.mm.InvalidReportingIntervalException
 
getCause() - Method in class org.csapi.jr.se.mm.TriggerConditionsNotSubscribedException
 
getCause() - Method in class org.csapi.jr.se.mm.MobilityException
 
getCause() - Method in class org.csapi.jr.se.termcap.TriggeredTerminalCapabilityReportErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the triggeredTerminalCapabilityReportErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.termcap.InvalidTerminalIdException
 
getCause() - Method in class org.csapi.jr.se.dsc.DataSessionException
 
getCause() - Method in class org.csapi.jr.se.cs.InvalidUserException
 
getCause() - Method in class org.csapi.jr.se.cs.InvalidAccountException
 
getCause() - Method in class org.csapi.jr.se.cs.InvalidRequestNumberException
 
getCause() - Method in class org.csapi.jr.se.cs.InvalidVolumeException
 
getCause() - Method in class org.csapi.jr.se.am.QueryBalanceErrEvent
This method is used to retrieve the parameter value of 'cause' passed up from the Gateway in it's call to the queryBalanceErr() method, used on the creation of this event.
getCause() - Method in class org.csapi.jr.se.am.UnauthorizedApplicationException
 
getCause() - Method in class org.csapi.jr.se.am.AccountException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnknownTypeException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnknownMemberException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnknownIdentityException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnknownGroupException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnknownCapabilityException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnknownAttributesException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnknownAttributeException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnknownAssignmentException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnknownAliasException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnknownAgentException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnassignedAliasException
 
getCause() - Method in class org.csapi.jr.se.pam.PamTypeExistsException
 
getCause() - Method in class org.csapi.jr.se.pam.PamTypeAssociatedException
 
getCause() - Method in class org.csapi.jr.se.pam.PamNotRegisteredException
 
getCause() - Method in class org.csapi.jr.se.pam.PamNotMemberException
 
getCause() - Method in class org.csapi.jr.se.pam.PamNoCapabilityException
 
getCause() - Method in class org.csapi.jr.se.pam.PamMemberExistsException
 
getCause() - Method in class org.csapi.jr.se.pam.PamIsCyclicException
 
getCause() - Method in class org.csapi.jr.se.pam.PamIdentityExistsException
 
getCause() - Method in class org.csapi.jr.se.pam.PamDisassociatedTypeException
 
getCause() - Method in class org.csapi.jr.se.pam.PamAttributeExistsException
 
getCause() - Method in class org.csapi.jr.se.pam.PamAliasNotUniqueException
 
getCause() - Method in class org.csapi.jr.se.pam.PamAliasExistsException
 
getCause() - Method in class org.csapi.jr.se.pam.PamAgentExistsException
 
getCause() - Method in class org.csapi.jr.se.pam.PamUnavailableInterfaceException
 
getCause() - Method in class org.csapi.jr.se.pam.PamInvalidCredentialException
 
getCause() - Method in class org.csapi.jr.se.pam.PAMErrorInfo
This method returns a cause.
getCause() - Method in class org.csapi.jr.se.pam.PamException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidServiceIdException
 
getCause() - Method in class org.csapi.jr.se.fw.ServiceAccessDeniedException
 
getCause() - Method in class org.csapi.jr.se.fw.AccessDeniedException
 
getCause() - Method in class org.csapi.jr.se.fw.ServiceNotEnabledException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidEncryptionCapabilityException
 
getCause() - Method in class org.csapi.jr.se.fw.NoAcceptableEncryptionCapabilityException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidAgreementTextException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidServiceTokenException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidSignatureException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidSigningAlgorithmException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidDomainIdException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidPropertyException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidAccessTypeException
 
getCause() - Method in class org.csapi.jr.se.fw.IllegalServiceTypeException
 
getCause() - Method in class org.csapi.jr.se.fw.UnknownServiceTypeException
 
getCause() - Method in class org.csapi.jr.se.fw.MissingMandatoryPropertyException
 
getCause() - Method in class org.csapi.jr.se.fw.DuplicatePropertyNameException
 
getCause() - Method in class org.csapi.jr.se.fw.PropertyTypeMismatchException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidServiceTypeException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidSagIdException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidClientAppIdException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidAuthTypeException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidServiceProfileIdException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidServiceContractIdException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidActivityTestIdException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidEntOpIdException
 
getCause() - Method in class org.csapi.jr.se.fw.IllegalServiceIdException
 
getCause() - Method in class org.csapi.jr.se.fw.UnknownServiceIdException
 
getCause() - Method in class org.csapi.jr.se.fw.ServiceTypeUnavailableException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidAdditionToSagException
 
getCause() - Method in class org.csapi.jr.se.fw.InvalidSagToServiceProfileAssignmentException
 
getCause() - Method in class org.csapi.jr.se.fw.NoAcceptableAuthenticationMechanismException
 
getCause() - Method in class org.csapi.jr.se.fw.NoAcceptableSigningAlgorithmException
 
getCause() - Method in class org.csapi.jr.se.fw.FrameworkException
 
getCause() - Method in class org.csapi.jr.se.InvalidAssignmentIdException
 
getCause() - Method in class org.csapi.jr.se.InvalidTimeAndDateFormatException
 
getCause() - Method in class org.csapi.jr.se.InvalidEventTypeException
 
getCause() - Method in class org.csapi.jr.se.InvalidInterfaceNameException
 
getCause() - Method in class org.csapi.jr.se.InvalidInterfaceTypeException
 
getCause() - Method in class org.csapi.jr.se.UnknownSubscriberException
 
getCause() - Method in class org.csapi.jr.se.InformationNotAvailableException
 
getCause() - Method in class org.csapi.jr.se.InvalidCriteriaException
 
getCause() - Method in class org.csapi.jr.se.InvalidSessionIdException
 
getCause() - Method in class org.csapi.jr.se.InvalidCurrencyException
 
getCause() - Method in class org.csapi.jr.se.InvalidAmountException
 
getCause() - Method in class org.csapi.jr.se.ApplicationNotActivatedException
 
getCause() - Method in class org.csapi.jr.se.InvalidAddressException
 
getCause() - Method in class org.csapi.jr.se.UnsupportedAddressPlanException
 
getCause() - Method in class org.csapi.jr.se.UnauthorisedParameterValueException
 
getCause() - Method in class org.csapi.jr.se.InvalidVersionException
 
getCause() - Method in class org.csapi.jr.se.InvalidNetworkStateException
 
getCause() - Method in class org.csapi.jr.se.PlatformException
 
getCause() - Method in class org.csapi.jr.se.CommonException
 
getCause() - Method in class org.csapi.jr.se.InvalidArgumentException
 
getCause() - Method in class org.csapi.jr.se.PeerUnavailableException
 
getCellIdOrLai() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a cellIdOrLai.
getCellIdOrLaiPresent() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a cellIdOrLaiPresent.
getChangeType() - Method in class org.csapi.jr.se.pam.PAMWCNotificationData
This method returns a changeType.
getChannelSessionID() - Method in class org.csapi.jr.se.cc.mmccs.MediaStream
This method returns a channelSessionID.
getChargeAdviceInfo() - Method in class org.csapi.jr.se.AoCOrder
This method returns a ChargeAdviceInfo
getChargeOrder() - Method in class org.csapi.jr.se.AoCInfo
This method returns a chargeOrder.
getChargeOrderType() - Method in class org.csapi.jr.se.cc.CallChargePlan
This method returns a chargeOrderType.
getChargeOrderType() - Method in class org.csapi.jr.se.dsc.DataSessionChargePlan
This method returns a chargeOrderType.
getChargePerTime() - Method in class org.csapi.jr.se.AoCOrder
This method returns a ChargePerTime
getChargePerVolume() - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrder
This method returns a ChargePerVolume
getChargePlan() - Method in class org.csapi.jr.se.cc.CallChargePlan
This method returns a chargePlan.
getChargingEventCriteria() - Method in class org.csapi.jr.se.am.ChargingEventCriteriaResult
This method returns a chargingEventCriteria.
getChargingEventInfo() - Method in class org.csapi.jr.se.am.ReportNotificationEvent
This method is used to retrieve the parameter value of 'chargingEventInfo' passed up from the Gateway in it's call to the reportNotification() method, used on the creation of this event.
getChargingEventName() - Method in class org.csapi.jr.se.am.ChargingEventInfo
This method returns a chargingEventName.
getChargingEvents() - Method in class org.csapi.jr.se.am.ChargingEventCriteria
This method returns a chargingEvents.
getChargingEventTime() - Method in class org.csapi.jr.se.am.ChargingEventInfo
This method returns a chargingEventTime.
getChargingManager() - Method in interface org.csapi.jr.se.cs.ChargingSession
Returns a reference to the ChargingManager responsible for creation of the ChargingSession.
getChargingSessionID() - Method in class org.csapi.jr.se.cs.ChargingSessionID
This method returns a chargingSessionID.
getChargingSessionReference() - Method in class org.csapi.jr.se.cs.ChargingSessionID
This method returns a chargingSessionReference.
getCharValue() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a CharValue
getClientAppID() - Method in class org.csapi.jr.se.fw.ClientAppDescription
This method returns a clientAppID.
getClientAppID() - Method in class org.csapi.jr.se.fw.DomainID
This method returns a ClientAppID
getClientAppID() - Method in class org.csapi.jr.se.fw.LoadStatisticEntityID
This method returns a ClientAppID
getClientApplication() - Method in class org.csapi.jr.se.fw.AddSagMembersConflict
This method returns a clientApplication.
getClientApplication() - Method in class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
This method returns a clientApplication.
getClientAppProperties() - Method in class org.csapi.jr.se.fw.ClientAppDescription
This method returns a clientAppProperties.
getCollectedAddress() - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method returns a CollectedAddress
getCollectedInfo() - Method in class org.csapi.jr.se.ui.SendInfoAndCollectResEvent
This method is used to retrieve the parameter value of 'collectedInfo' passed up from the Gateway in it's call to the sendInfoAndCollectRes() method, used on the creation of this event.
getCollectMode() - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method returns a collectMode.
getCommunicationCapability() - Method in class org.csapi.jr.se.pam.PAMCommunicationContext
This method returns a communicationCapability.
getCommunicationContext() - Method in class org.csapi.jr.se.pam.PAMContextData
This method returns a CommunicationContext
getCommunicationMeans() - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method returns a communicationMeans.
getCompatibleServiceID() - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method returns a compatibleServiceID.
getCompatibleServiceTypeNameList() - Method in class org.csapi.jr.se.fw.FwEventCriteria
This method returns a CompatibleServiceTypeNameList
getCondition() - Method in class org.csapi.jr.se.policy.PolicyConditionListElement
This method returns a condition.
getCondition(String) - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getCondition() method on the Parlay Gateway.
getCondition(String) - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the getCondition() method on the Parlay Gateway.
getCondition(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getCondition() method on the Parlay Gateway.
getCondition(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the getCondition() method on the Parlay Gateway.
getConditionCount() - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getConditionCount() method on the Parlay Gateway.
getConditionCount() - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the getConditionCount() method on the Parlay Gateway.
getConditionCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getConditionCount() method on the Parlay Gateway.
getConditionCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the getConditionCount() method on the Parlay Gateway.
getConditionIterator() - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getConditionIterator() method on the Parlay Gateway.
getConditionIterator() - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the getConditionIterator() method on the Parlay Gateway.
getConditionIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getConditionIterator() method on the Parlay Gateway.
getConditionIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the getConditionIterator() method on the Parlay Gateway.
getConditionList() - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getConditionList() method on the Parlay Gateway.
getConditionList() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getConditionList() method on the Parlay Gateway.
getConflictGeneratingSagProfilePair() - Method in class org.csapi.jr.se.fw.AddSagMembersConflict
This method returns a conflictGeneratingSagProfilePair.
getConnectedAddress() - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method returns a connectedAddress.
getContactAddress() - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method returns a contactAddress.
getContextData() - Method in class org.csapi.jr.se.pam.PAMContext
This method returns a contextData.
getCorrelationID() - Method in class org.csapi.jr.se.cs.CorrelationID
This method returns a correlationID.
getCorrelationType() - Method in class org.csapi.jr.se.cs.CorrelationID
This method returns a correlationType.
getCountryCode() - Method in class org.csapi.jr.se.mm.NetworkStatusIndicator
This method returns a countryCode.
getCreditedAmount() - Method in class org.csapi.jr.se.cs.CreditAmountResEvent
This method is used to retrieve the parameter value of 'creditedAmount' passed up from the Gateway in it's call to the creditAmountRes() method, used on the creation of this event.
getCreditedAmount() - Method in class org.csapi.jr.se.cs.DirectCreditAmountResEvent
This method is used to retrieve the parameter value of 'creditedAmount' passed up from the Gateway in it's call to the directCreditAmountRes() method, used on the creation of this event.
getCreditedVolumes() - Method in class org.csapi.jr.se.cs.CreditUnitResEvent
This method is used to retrieve the parameter value of 'creditedVolumes' passed up from the Gateway in it's call to the creditUnitRes() method, used on the creation of this event.
getCreditedVolumes() - Method in class org.csapi.jr.se.cs.DirectCreditUnitResEvent
This method is used to retrieve the parameter value of 'creditedVolumes' passed up from the Gateway in it's call to the directCreditUnitRes() method, used on the creation of this event.
getCriteria() - Method in interface org.csapi.jr.se.cc.gccs.CallControlManager
Invokes the getCriteria() method on the Parlay Gateway.
getCriteria() - Method in class org.csapi.jr.se.termcap.TriggeredTerminalCapabilityReportEvent
This method is used to retrieve the parameter value of 'criteria' passed up from the Gateway in it's call to the triggeredTerminalCapabilityReport() method, used on the creation of this event.
getCriterion() - Method in class org.csapi.jr.se.mm.ul.TriggeredLocationReportEvent
This method is used to retrieve the parameter value of 'criterion' passed up from the Gateway in it's call to the triggeredLocationReport() method, used on the creation of this event.
getCriterion() - Method in class org.csapi.jr.se.mm.ulc.TriggeredLocationReportEvent
This method is used to retrieve the parameter value of 'criterion' passed up from the Gateway in it's call to the triggeredLocationReport() method, used on the creation of this event.
getCriterion() - Method in class org.csapi.jr.se.mm.LocationTrigger
This method returns a criterion.
getCurrency() - Method in class org.csapi.jr.se.dsc.DataSessionChargePlan
This method returns a currency.
getCurrency() - Method in class org.csapi.jr.se.cs.ChargingPrice
This method returns a currency.
getCurrency() - Method in class org.csapi.jr.se.am.BalanceInfo
This method returns a currency.
getCurrency() - Method in class org.csapi.jr.se.AoCInfo
This method returns a currency.
getCurrentBalanceInfo() - Method in class org.csapi.jr.se.am.ChargingEventInfo
This method returns a currentBalanceInfo.
getCurrentCAI() - Method in class org.csapi.jr.se.ChargeAdviceInfo
This method returns a currentCAI.
getCurrentChargePerKilobyte() - Method in class org.csapi.jr.se.dsc.ChargePerVolume
This method returns a currentChargePerKilobyte.
getCurrentChargePerMinute() - Method in class org.csapi.jr.se.ChargePerTime
This method returns a currentChargePerMinute.
getCurrentDestinationAddress() - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the getCurrentDestinationAddress() method on the Parlay Gateway.
getData() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
This method returns a Data
getDataMigrated() - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method returns a dataMigrated.
getDataSession() - Method in class org.csapi.jr.se.dsc.ReportNotificationEvent
This method is used to retrieve the DataSession, associated with this event.
getDataSession() - Method in interface org.csapi.jr.se.dsc.Connect
Returns a reference to the DataSession responsible for creation of the Connect.
getDataSessionControlManager() - Method in interface org.csapi.jr.se.dsc.Notifications
Returns a reference to the DataSessionControlManager responsible for creation of the Notifications.
getDataSessionControlManager() - Method in interface org.csapi.jr.se.dsc.Notification
Returns a reference to the DataSessionControlManager responsible for creation of the Notification.
getDataSessionControlManager() - Method in interface org.csapi.jr.se.dsc.DataSession
Returns a reference to the DataSessionControlManager responsible for creation of the DataSession.
getDataSessionDisconnect() - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalReportInfo
This method returns a DataSessionDisconnect
getDataSessionErrorInvalidAddress() - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo
This method returns a DataSessionErrorInvalidAddress
getDataSessionEventName() - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteria
This method returns a dataSessionEventName.
getDataSessionEventName() - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
This method returns a dataSessionEventName.
getDataSessionEventTime() - Method in class org.csapi.jr.se.dsc.DataSessionReport
This method returns a dataSessionEventTime.
getDataSessionReportType() - Method in class org.csapi.jr.se.dsc.DataSessionReport
This method returns a dataSessionReportType.
getDataSessionReportType() - Method in class org.csapi.jr.se.dsc.DataSessionReportRequest
This method returns a dataSessionReportType.
getDataString() - Method in class org.csapi.jr.se.ui.UIEventInfo
This method returns a dataString.
getDataType() - Method in class org.csapi.jr.se.cc.mmccs.MediaStream
This method returns a dataType.
getDataTypeIndication() - Method in class org.csapi.jr.se.ui.UIEventInfo
This method returns a dataTypeIndication.
getDataTypeIndication() - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
This method returns a dataTypeIndication.
getDataTypeRequest() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
This method returns a dataTypeRequest.
getDebitedAmount() - Method in class org.csapi.jr.se.cs.DebitAmountResEvent
This method is used to retrieve the parameter value of 'debitedAmount' passed up from the Gateway in it's call to the debitAmountRes() method, used on the creation of this event.
getDebitedAmount() - Method in class org.csapi.jr.se.cs.DirectDebitAmountResEvent
This method is used to retrieve the parameter value of 'debitedAmount' passed up from the Gateway in it's call to the directDebitAmountRes() method, used on the creation of this event.
getDebitedVolumes() - Method in class org.csapi.jr.se.cs.DebitUnitResEvent
This method is used to retrieve the parameter value of 'debitedVolumes' passed up from the Gateway in it's call to the debitUnitRes() method, used on the creation of this event.
getDebitedVolumes() - Method in class org.csapi.jr.se.cs.DirectDebitUnitResEvent
This method is used to retrieve the parameter value of 'debitedVolumes' passed up from the Gateway in it's call to the directDebitUnitRes() method, used on the creation of this event.
getDefaultPolicy() - Method in class org.csapi.jr.se.pam.PAMAccessControlData
This method returns a defaultPolicy.
getDefaultValues() - Method in class org.csapi.jr.se.pam.PAMAttributeDef
This method returns a defaultValues.
getDenyList() - Method in class org.csapi.jr.se.pam.PAMAccessControlData
This method returns a denyList.
getDestinationAddress() - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
This method returns a destinationAddress.
getDestinationAddress() - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method returns a destinationAddress.
getDestinationAddress() - Method in class org.csapi.jr.se.cc.CallNotificationScope
This method returns a destinationAddress.
getDestinationAddress() - Method in class org.csapi.jr.se.cc.CallNotificationReportScope
This method returns a destinationAddress.
getDestinationAddress() - Method in class org.csapi.jr.se.ui.UIEventInfo
This method returns a destinationAddress.
getDestinationAddress() - Method in class org.csapi.jr.se.ui.UIEventCriteria
This method returns a destinationAddress.
getDestinationAddress() - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
This method returns a destinationAddress.
getDestinationAddress() - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteria
This method returns a destinationAddress.
getDestinationAddress() - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
This method returns a destinationAddress.
getDiagnostic() - Method in class org.csapi.jr.se.mm.ul.LocationReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the locationReportErr() method, used on the creation of this event.
getDiagnostic() - Method in class org.csapi.jr.se.mm.ul.ExtendedLocationReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the extendedLocationReportErr() method, used on the creation of this event.
getDiagnostic() - Method in class org.csapi.jr.se.mm.ul.PeriodicLocationReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the periodicLocationReportErr() method, used on the creation of this event.
getDiagnostic() - Method in class org.csapi.jr.se.mm.ul.TriggeredLocationReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the triggeredLocationReportErr() method, used on the creation of this event.
getDiagnostic() - Method in class org.csapi.jr.se.mm.ulc.LocationReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the locationReportErr() method, used on the creation of this event.
getDiagnostic() - Method in class org.csapi.jr.se.mm.ulc.PeriodicLocationReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the periodicLocationReportErr() method, used on the creation of this event.
getDiagnostic() - Method in class org.csapi.jr.se.mm.ulc.TriggeredLocationReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the triggeredLocationReportErr() method, used on the creation of this event.
getDiagnostic() - Method in class org.csapi.jr.se.mm.us.StatusReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the statusReportErr() method, used on the creation of this event.
getDiagnostic() - Method in class org.csapi.jr.se.mm.us.TriggeredStatusReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the triggeredStatusReportErr() method, used on the creation of this event.
getDiagnostic() - Method in class org.csapi.jr.se.mm.us.ExtendedStatusReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the extendedStatusReportErr() method, used on the creation of this event.
getDiagnostic() - Method in class org.csapi.jr.se.mm.us.ExtTriggeredStatusReportErrEvent
This method is used to retrieve the parameter value of 'diagnostic' passed up from the Gateway in it's call to the extTriggeredStatusReportErr() method, used on the creation of this event.
getDigitalSignature() - Method in class org.csapi.jr.se.fw.SignatureAndServiceMgr
This method returns a digitalSignature.
getDigits() - Method in class org.csapi.jr.se.cc.gccs.GetMoreDialledDigitsResEvent
This method is used to retrieve the parameter value of 'digits' passed up from the Gateway in it's call to the getMoreDialledDigitsRes() method, used on the creation of this event.
getDirection() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
This method returns a direction.
getDirection() - Method in class org.csapi.jr.se.cc.mmccs.MediaStream
This method returns a direction.
getDiscriminator() - Method in class org.csapi.jr.se.policy.PolicyType
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportCriteria
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.CallAppInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.CallAdditionalErrorInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.CallLoadControlMechanism
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.CallAdditionalTreatmentInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cc.CallPartyToChargeAdditionalInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.ui.UITargetObject
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalReportInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrder
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.cs.AppInformation
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.pam.PAMContextData
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.pam.PAMPreferenceData
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.fw.DomainID
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.fw.FwEventCriteria
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.fw.FwEventInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.fw.LoadStatisticInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.fw.LoadStatisticEntityID
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.fw.MigrationAdditionalInfo
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.AoCOrder
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.AttributeValue
This method returns the discriminator.
getDiscriminator() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns the discriminator.
getDomain(String) - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the getDomain() method on the Parlay Gateway.
getDomain(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getDomain() method on the Parlay Gateway.
getDomain(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the getDomain() method on the Parlay Gateway.
getDomain(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getDomain() method on the Parlay Gateway.
getDomainCount() - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the getDomainCount() method on the Parlay Gateway.
getDomainCount() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getDomainCount() method on the Parlay Gateway.
getDomainCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the getDomainCount() method on the Parlay Gateway.
getDomainCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getDomainCount() method on the Parlay Gateway.
getDomainID() - Method in class org.csapi.jr.se.fw.AuthDomain
This method returns a domainID.
getDomainIterator() - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the getDomainIterator() method on the Parlay Gateway.
getDomainIterator() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getDomainIterator() method on the Parlay Gateway.
getDomainIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the getDomainIterator() method on the Parlay Gateway.
getDomainIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getDomainIterator() method on the Parlay Gateway.
getDoubleValue() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a DoubleValue
getElementType() - Method in class org.csapi.jr.se.policy.PolicyListType
This method returns a elementType.
getEmail() - Method in class org.csapi.jr.se.fw.Person
This method returns a email.
getEndSequence() - Method in class org.csapi.jr.se.ui.UIMessageCriteria
This method returns a endSequence.
getEndSequence() - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method returns a endSequence.
getEntOpID() - Method in class org.csapi.jr.se.fw.EntOp
This method returns a entOpID.
getEntOpID() - Method in class org.csapi.jr.se.fw.DomainID
This method returns a EntOpID
getEntOpProperties() - Method in class org.csapi.jr.se.fw.EntOp
This method returns a entOpProperties.
getError() - Method in class org.csapi.jr.se.policy.evaluation.EvalPolicyErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the evalPolicyErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.ui.SendInfoErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the sendInfoErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.ui.SendInfoAndCollectErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the sendInfoAndCollectErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.ui.RecordMessageErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the recordMessageErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.ui.DeleteMessageErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the deleteMessageErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.ui.AbortActionErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the abortActionErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.ui.AdminRelatedGetMessageErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the getMessageErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.ui.AdminRelatedDeleteMessageErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the deleteMessageErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.ui.AdminRelatedPutMessageErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the putMessageErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.ui.GetMessageErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the getMessageErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.CreditAmountErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the creditAmountErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.CreditUnitErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the creditUnitErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.DebitAmountErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the debitAmountErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.DebitUnitErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the debitUnitErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.ExtendLifeTimeErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the extendLifeTimeErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.DirectCreditAmountErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the directCreditAmountErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.DirectCreditUnitErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the directCreditUnitErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.DirectDebitAmountErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the directDebitAmountErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.DirectDebitUnitErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the directDebitUnitErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.RateErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the rateErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.ReserveAmountErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the reserveAmountErr() method, used on the creation of this event.
getError() - Method in class org.csapi.jr.se.cs.ReserveUnitErrEvent
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the reserveUnitErr() method, used on the creation of this event.
getErrorData() - Method in class org.csapi.jr.se.pam.PAMErrorInfo
This method returns a errorData.
getErrorIndication() - Method in class org.csapi.jr.se.cc.gccs.RouteErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the routeErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.gccs.GetCallInfoErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the getCallInfoErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.gccs.SuperviseCallErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the superviseCallErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.gccs.GetMoreDialledDigitsErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the getMoreDialledDigitsErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.mpccs.GetInfoErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the getInfoErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.mpccs.SuperviseErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the superviseErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.mpccs.CreateAndRouteCallLegErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the createAndRouteCallLegErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.mpccs.EventReportErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the eventReportErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.mpccs.AttachMediaErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the attachMediaErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.mpccs.DetachMediaErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the detachMediaErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.mpccs.RouteErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the routeErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.cc.mmccs.SuperviseVolumeErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the superviseVolumeErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.dsc.ConnectErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the connectErr() method, used on the creation of this event.
getErrorIndication() - Method in class org.csapi.jr.se.dsc.SuperviseDataSessionErrEvent
This method is used to retrieve the parameter value of 'errorIndication' passed up from the Gateway in it's call to the superviseDataSessionErr() method, used on the creation of this event.
getErrorInfo() - Method in class org.csapi.jr.se.pam.event.EventNotifyErrEvent
This method is used to retrieve the parameter value of 'errorInfo' passed up from the Gateway in it's call to the eventNotifyErr() method, used on the creation of this event.
getErrorTime() - Method in class org.csapi.jr.se.cc.CallError
This method returns a errorTime.
getErrorTime() - Method in class org.csapi.jr.se.dsc.DataSessionError
This method returns a errorTime.
getErrorType() - Method in class org.csapi.jr.se.cc.CallError
This method returns a errorType.
getErrorType() - Method in class org.csapi.jr.se.dsc.DataSessionError
This method returns a errorType.
getEvent() - Method in class org.csapi.jr.se.policy.ReportNotificationEvent
This method is used to retrieve the parameter value of 'event' passed up from the Gateway in it's call to the reportNotification() method, used on the creation of this event.
getEvent() - Method in class org.csapi.jr.se.policy.evaluation.ReportNotificationEvent
This method is used to retrieve the parameter value of 'event' passed up from the Gateway in it's call to the reportNotification() method, used on the creation of this event.
getEvent() - Method in class org.csapi.jr.se.pam.PAMWCNotificationData
This method returns a event.
getEventCriteria() - Method in class org.csapi.jr.se.ui.UIEventCriteriaResult
This method returns a eventCriteria.
getEventCriteria() - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteriaResult
This method returns a eventCriteria.
getEventDefinition(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getEventDefinition() method on the Parlay Gateway.
getEventDefinition(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getEventDefinition() method on the Parlay Gateway.
getEventDefinitionCount() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getEventDefinitionCount() method on the Parlay Gateway.
getEventDefinitionCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getEventDefinitionCount() method on the Parlay Gateway.
getEventDefinitionIterator() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getEventDefinitionIterator() method on the Parlay Gateway.
getEventDefinitionIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getEventDefinitionIterator() method on the Parlay Gateway.
getEventDefinitionName() - Method in class org.csapi.jr.se.policy.PolicyEvent
This method returns a eventDefinitionName.
getEventDomainName() - Method in class org.csapi.jr.se.policy.PolicyEvent
This method returns a eventDomainName.
getEventID() - Method in class org.csapi.jr.se.policy.PolicyEvent
This method returns a eventID.
getEventID() - Method in class org.csapi.jr.se.pam.event.EventNotifyEvent
This method is used to retrieve the parameter value of 'eventID' passed up from the Gateway in it's call to the eventNotify() method, used on the creation of this event.
getEventID() - Method in class org.csapi.jr.se.pam.event.EventNotifyErrEvent
This method is used to retrieve the parameter value of 'eventID' passed up from the Gateway in it's call to the eventNotifyErr() method, used on the creation of this event.
getEventInfo() - Method in class org.csapi.jr.se.cc.gccs.CallEventNotifyEvent
This method is used to retrieve the parameter value of 'eventInfo' passed up from the Gateway in it's call to the callEventNotify() method, used on the creation of this event.
getEventInfo() - Method in class org.csapi.jr.se.cc.mpccs.EventReportResEvent
This method is used to retrieve the parameter value of 'eventInfo' passed up from the Gateway in it's call to the eventReportRes() method, used on the creation of this event.
getEventInfo() - Method in class org.csapi.jr.se.ui.ReportNotificationEvent
This method is used to retrieve the parameter value of 'eventInfo' passed up from the Gateway in it's call to the reportNotification() method, used on the creation of this event.
getEventInfo() - Method in class org.csapi.jr.se.dsc.ReportNotificationEvent
This method is used to retrieve the parameter value of 'eventInfo' passed up from the Gateway in it's call to the reportNotification() method, used on the creation of this event.
getEventInfo() - Method in class org.csapi.jr.se.pam.event.EventNotifyEvent
This method is used to retrieve the parameter value of 'eventInfo' passed up from the Gateway in it's call to the eventNotify() method, used on the creation of this event.
getEventNameUndefined() - Method in class org.csapi.jr.se.fw.FwEventCriteria
This method returns a EventNameUndefined
getEventNameUndefined() - Method in class org.csapi.jr.se.fw.FwEventInfo
This method returns a EventNameUndefined
getEventNotificationInfo() - Method in class org.csapi.jr.se.ui.ReportEventNotificationEvent
This method is used to retrieve the parameter value of 'eventNotificationInfo' passed up from the Gateway in it's call to the reportEventNotification() method, used on the creation of this event.
getEventReport() - Method in class org.csapi.jr.se.cc.gccs.RouteResEvent
This method is used to retrieve the parameter value of 'eventReport' passed up from the Gateway in it's call to the routeRes() method, used on the creation of this event.
getEventReport() - Method in class org.csapi.jr.se.dsc.ConnectResEvent
This method is used to retrieve the parameter value of 'eventReport' passed up from the Gateway in it's call to the connectRes() method, used on the creation of this event.
getEvents() - Method in class org.csapi.jr.se.pam.PAMWCEventData
This method returns a events.
getEventType() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
This method returns a eventType.
getExceptionType() - Method in class org.csapi.jr.se.CommonException
 
getExpiresIn() - Method in class org.csapi.jr.se.pam.PAMAttribute
This method returns a expiresIn.
getExponent() - Method in class org.csapi.jr.se.cs.Amount
This method returns a exponent.
getExponent() - Method in class org.csapi.jr.se.am.BalanceInfo
This method returns a exponent.
getExtendedTerminalCapabilities() - Method in interface org.csapi.jr.se.termcap.TriggeredTerminalCapability
Returns a reference to the ExtendedTerminalCapabilities responsible for creation of the TriggeredTerminalCapability.
getExternalControlInterface() - Method in class org.csapi.jr.se.pam.PAMPreferenceData
This method returns a ExternalControlInterface
getExtraInformation() - Method in class org.csapi.jr.se.CommonException
 
getFault() - Method in class org.csapi.jr.se.cc.gccs.CallFaultDetectedEvent
This method is used to retrieve the parameter value of 'fault' passed up from the Gateway in it's call to the callFaultDetected() method, used on the creation of this event.
getFault() - Method in class org.csapi.jr.se.ui.UserInteractionFaultDetectedEvent
This method is used to retrieve the parameter value of 'fault' passed up from the Gateway in it's call to the userInteractionFaultDetected() method, used on the creation of this event.
getFault() - Method in class org.csapi.jr.se.dsc.DataSessionFaultDetectedEvent
This method is used to retrieve the parameter value of 'fault' passed up from the Gateway in it's call to the dataSessionFaultDetected() method, used on the creation of this event.
getFault() - Method in class org.csapi.jr.se.fw.FaultStats
This method returns a fault.
getFaultStatsSet() - Method in class org.csapi.jr.se.fw.FaultStatsRecord
This method returns a faultStatsSet.
getFinal() - Method in class org.csapi.jr.se.cc.NotificationRequestedSetEntry
This method returns a _final.
getFinal() - Method in class org.csapi.jr.se.mm.TriggeredStatusRequestSetEntry
This method returns a _final.
getFinal() - Method in class org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry
This method returns a _final.
getFinal() - Method in class org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry
This method returns a _final.
getFixedValue() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a FixedValue
getFloatValue() - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method returns a FloatValue
getFloatValue() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a FloatValue
getForwardAddress() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method returns a ForwardAddress
getForwardAddress() - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method returns a ForwardAddress
getFrameworkID() - Method in class org.csapi.jr.se.fw.LoadStatisticEntityID
This method returns a FrameworkID
getFwID() - Method in class org.csapi.jr.se.fw.DomainID
This method returns a FwID
getGeographicalPosition() - Method in class org.csapi.jr.se.mm.UlExtendedData
This method returns a geographicalPosition.
getGeographicalPosition() - Method in class org.csapi.jr.se.mm.UserLocation
This method returns a geographicalPosition.
getGeographicalPosition() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a geographicalPosition.
getGeographicalPosition() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a geographicalPosition.
getGeographicalPositionPresent() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a geographicalPositionPresent.
getGeographicalPositionPresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a geographicalPositionPresent.
getGrammar() - Method in class org.csapi.jr.se.ui.UIRecognitionCriteria
This method returns a grammar.
getGroup(String) - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the getGroup() method on the Parlay Gateway.
getGroup(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getGroup() method on the Parlay Gateway.
getGroup(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the getGroup() method on the Parlay Gateway.
getGroup(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getGroup() method on the Parlay Gateway.
getGroupCount() - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the getGroupCount() method on the Parlay Gateway.
getGroupCount() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getGroupCount() method on the Parlay Gateway.
getGroupCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the getGroupCount() method on the Parlay Gateway.
getGroupCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getGroupCount() method on the Parlay Gateway.
getGroupIterator() - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the getGroupIterator() method on the Parlay Gateway.
getGroupIterator() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getGroupIterator() method on the Parlay Gateway.
getGroupIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the getGroupIterator() method on the Parlay Gateway.
getGroupIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getGroupIterator() method on the Parlay Gateway.
getGroupMembershipChanged() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a GroupMembershipChanged
getGroupMembershipChangedNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a GroupMembershipChangedNotify
getGroupName() - Method in class org.csapi.jr.se.pam.PAMGMCEventData
This method returns a groupName.
getGroupNames() - Method in interface org.csapi.jr.se.policy.provisioning.PolicySignature
Invokes the getGroupNames() method on the Parlay Gateway.
getGroupNumber() - Method in class org.csapi.jr.se.policy.PolicyConditionListElement
This method returns a groupNumber.
getGroups() - Method in class org.csapi.jr.se.pam.PAMGMCNotificationData
This method returns a groups.
getGroupType() - Method in class org.csapi.jr.se.pam.PAMGMCEventData
This method returns a groupType.
getHomePage() - Method in class org.csapi.jr.se.fw.Person
This method returns a homePage.
getIdentities() - Method in class org.csapi.jr.se.pam.PAMICNotificationData
This method returns a identities.
getIdentities() - Method in class org.csapi.jr.se.pam.PAMIDNotificationData
This method returns a identities.
getIdentity() - Method in class org.csapi.jr.se.pam.PAMAANotificationData
This method returns a identity.
getIdentity() - Method in class org.csapi.jr.se.pam.PAMAUNotificationData
This method returns a identity.
getIdentity() - Method in class org.csapi.jr.se.pam.PAMCCNotificationData
This method returns a identity.
getIdentity() - Method in class org.csapi.jr.se.pam.PAMIPSNotificationData
This method returns a identity.
getIdentity() - Method in class org.csapi.jr.se.pam.PAMAVCNotificationData
This method returns a identity.
getIdentity() - Method in class org.csapi.jr.se.pam.PAMWCNotificationData
This method returns a identity.
getIdentityAttributeDefinition(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement
Invokes the getIdentityAttributeDefinition() method on the Parlay Gateway.
getIdentityAttributes(String, String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the getIdentityAttributes() method on the Parlay Gateway.
getIdentityCreated() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a IdentityCreated
getIdentityCreatedNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a IdentityCreatedNotify
getIdentityDeleted() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a IdentityDeleted
getIdentityDeletedNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a IdentityDeletedNotify
getIdentityName() - Method in class org.csapi.jr.se.pam.PAMIDEventData
This method returns a identityName.
getIdentityName() - Method in class org.csapi.jr.se.pam.PAMAAEventData
This method returns a identityName.
getIdentityName() - Method in class org.csapi.jr.se.pam.PAMAUEventData
This method returns a identityName.
getIdentityName() - Method in class org.csapi.jr.se.pam.PAMCCEventData
This method returns a identityName.
getIdentityName() - Method in class org.csapi.jr.se.pam.PAMIPSEventData
This method returns a identityName.
getIdentityName() - Method in class org.csapi.jr.se.pam.PAMAVCEventData
This method returns a identityName.
getIdentityName() - Method in class org.csapi.jr.se.pam.PAMWCEventData
This method returns a identityName.
getIdentityPresence(String, String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMIdentityPresence
Invokes the getIdentityPresence() method on the Parlay Gateway.
getIdentityPresenceSet() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a IdentityPresenceSet
getIdentityPresenceSetNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a IdentityPresenceSetNotify
getIdentityType() - Method in class org.csapi.jr.se.pam.PAMICEventData
This method returns a identityType.
getIdentityType() - Method in class org.csapi.jr.se.pam.PAMIDEventData
This method returns a identityType.
getIdentityType() - Method in class org.csapi.jr.se.pam.PAMAAEventData
This method returns a identityType.
getIdentityType() - Method in class org.csapi.jr.se.pam.PAMAUEventData
This method returns a identityType.
getIdentityType() - Method in class org.csapi.jr.se.pam.PAMCCEventData
This method returns a identityType.
getIdentityType() - Method in class org.csapi.jr.se.pam.PAMIPSEventData
This method returns a identityType.
getIdentityType() - Method in class org.csapi.jr.se.pam.PAMAVCEventData
This method returns a identityType.
getIdentityType() - Method in class org.csapi.jr.se.pam.PAMWCEventData
This method returns a identityType.
getImei() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a imei.
getImei() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method returns a imei.
getImeiPresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a imeiPresent.
getImeiPresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method returns a imeiPresent.
getInfoAddress() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns a InfoAddress
getInfoAuData() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns a InfoAuData
getInfoBinData() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns a InfoBinData
getInfoData() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns a InfoData
GetInfoErrEvent - class org.csapi.jr.se.cc.mpccs.GetInfoErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the getInfoErr() method on the callback interface has occured.
GetInfoErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.mpccs.GetInfoErrEvent
Constructor for the GetInfoErrEvent Event.
getInfoID() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns a InfoID
getInfoMimeData() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns a InfoMimeData
getInfoReq(int) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the getInfoReq() method on the Parlay Gateway.
getInfoReq(int) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Invokes the getInfoReq() method on the Parlay Gateway.
GetInfoResEvent - class org.csapi.jr.se.cc.mpccs.GetInfoResEvent.
Event created by an activity object to indicate that a Gateway originated call to the getInfoRes() method on the callback interface has occured.
GetInfoResEvent(Object, CallInfoReport) - Constructor for class org.csapi.jr.se.cc.mpccs.GetInfoResEvent
Constructor for the GetInfoResEvent Event.
GetInfoResEvent(Object, CallLegInfoReport) - Constructor for class org.csapi.jr.se.cc.mpccs.GetInfoResEvent
Constructor for the GetInfoResEvent Event.
getInformationToSend() - Method in class org.csapi.jr.se.cc.CallAdditionalTreatmentInfo
This method returns a InformationToSend
getInfoSynthData() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns a InfoSynthData
getInfoUUEncData() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns a InfoUUEncData
getInfoVXMLData() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns a InfoVXMLData
getInfoWaveData() - Method in class org.csapi.jr.se.ui.UIInfo
This method returns a InfoWaveData
getInitialCharge() - Method in class org.csapi.jr.se.dsc.ChargePerVolume
This method returns a initialCharge.
getInitialCharge() - Method in class org.csapi.jr.se.ChargePerTime
This method returns a initialCharge.
getInitialSecsPerTimeInterval() - Method in class org.csapi.jr.se.CAIElements
This method returns a initialSecsPerTimeInterval.
getInputVariables() - Method in interface org.csapi.jr.se.policy.provisioning.PolicySignature
Invokes the getInputVariables() method on the Parlay Gateway.
getInt16Value() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a Int16Value
getInt32Value() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a Int32Value
getInt64Value() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a Int64Value
getInterCharTimeout() - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method returns a interCharTimeout.
getIntValue() - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method returns a IntValue
getIsRevertOnExpiration() - Method in class org.csapi.jr.se.pam.PAMAttributeDef
This method returns a isRevertOnExpiration.
getIsStatic() - Method in class org.csapi.jr.se.pam.PAMAttributeDef
This method returns a isStatic.
getLatitude() - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method returns a latitude.
getLatitude() - Method in class org.csapi.jr.se.mm.LocationTrigger
This method returns a latitude.
getLifeTimeLeft() - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the getLifeTimeLeft() method on the Parlay Gateway.
getList(int, int) - Method in interface org.csapi.jr.se.policy.PolicyIterator
Invokes the getList() method on the Parlay Gateway.
getList(int, int) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyIterator
Invokes the getList() method on the Parlay Gateway.
getListType() - Method in class org.csapi.jr.se.policy.PolicyType
This method returns a ListType
getLoadLevel() - Method in class org.csapi.jr.se.fw.LoadInitVal
This method returns a loadLevel.
getLoadLevel() - Method in class org.csapi.jr.se.fw.LoadStatisticData
This method returns a loadLevel.
getLoadPolicy() - Method in class org.csapi.jr.se.fw.LoadPolicy
This method returns a loadPolicy.
getLoadStatisticData() - Method in class org.csapi.jr.se.fw.LoadStatisticInfo
This method returns a LoadStatisticData
getLoadStatisticEntityID() - Method in class org.csapi.jr.se.fw.LoadStatistic
This method returns a loadStatisticEntityID.
getLoadStatisticError() - Method in class org.csapi.jr.se.fw.LoadStatisticInfo
This method returns a LoadStatisticError
getLoadStatisticInfo() - Method in class org.csapi.jr.se.fw.LoadStatistic
This method returns a loadStatisticInfo.
getLoadThreshold() - Method in class org.csapi.jr.se.fw.LoadInitVal
This method returns a loadThreshold.
getLoadThreshold() - Method in class org.csapi.jr.se.fw.LoadThreshold
This method returns a loadThreshold.
getLoadValue() - Method in class org.csapi.jr.se.fw.LoadStatisticData
This method returns a loadValue.
getLocation() - Method in class org.csapi.jr.se.cc.gccs.CallReleaseCause
This method returns a location.
getLocation() - Method in class org.csapi.jr.se.mm.ul.TriggeredLocationReportEvent
This method is used to retrieve the parameter value of 'location' passed up from the Gateway in it's call to the triggeredLocationReport() method, used on the creation of this event.
getLocation() - Method in class org.csapi.jr.se.mm.ulc.TriggeredLocationReportEvent
This method is used to retrieve the parameter value of 'location' passed up from the Gateway in it's call to the triggeredLocationReport() method, used on the creation of this event.
getLocation() - Method in class org.csapi.jr.se.dsc.DataSessionReleaseCause
This method returns a location.
getLocationNumber() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a locationNumber.
getLocationNumberPresent() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a locationNumberPresent.
getLocationReq() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method returns a locationReq.
getLocations() - Method in class org.csapi.jr.se.mm.ul.LocationReportResEvent
This method is used to retrieve the parameter value of 'locations' passed up from the Gateway in it's call to the locationReportRes() method, used on the creation of this event.
getLocations() - Method in class org.csapi.jr.se.mm.ul.ExtendedLocationReportResEvent
This method is used to retrieve the parameter value of 'locations' passed up from the Gateway in it's call to the extendedLocationReportRes() method, used on the creation of this event.
getLocations() - Method in class org.csapi.jr.se.mm.ul.PeriodicLocationReportEvent
This method is used to retrieve the parameter value of 'locations' passed up from the Gateway in it's call to the periodicLocationReport() method, used on the creation of this event.
getLocations() - Method in class org.csapi.jr.se.mm.ulc.LocationReportResEvent
This method is used to retrieve the parameter value of 'locations' passed up from the Gateway in it's call to the locationReportRes() method, used on the creation of this event.
getLocations() - Method in class org.csapi.jr.se.mm.ulc.PeriodicLocationReportEvent
This method is used to retrieve the parameter value of 'locations' passed up from the Gateway in it's call to the periodicLocationReport() method, used on the creation of this event.
getLocations() - Method in class org.csapi.jr.se.mm.UserLocationExtended
This method returns a locations.
getLongitude() - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method returns a longitude.
getLongitude() - Method in class org.csapi.jr.se.mm.LocationTrigger
This method returns a longitude.
getMaxDuration() - Method in class org.csapi.jr.se.fw.FaultStats
This method returns a maxDuration.
getMaxLength() - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method returns a maxLength.
getMaxMessageSize() - Method in class org.csapi.jr.se.ui.UIMessageCriteria
This method returns a maxMessageSize.
getMaxMessageTime() - Method in class org.csapi.jr.se.ui.UIMessageCriteria
This method returns a maxMessageTime.
getMediaMonitorMode() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
This method returns a mediaMonitorMode.
getMediaNotification() - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager
Invokes the getMediaNotification() method on the Parlay Gateway.
getMediaNotificationScope() - Method in class org.csapi.jr.se.cc.mmccs.NotificationMediaRequest
This method returns a mediaNotificationScope.
getMediaStream() - Method in class org.csapi.jr.se.cc.mmccs.MediaStream
This method returns a mediaStream.
getMediaStreams() - Method in class org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent
This method is used to retrieve the parameter value of 'mediaStreams' passed up from the Gateway in it's call to the reportMediaNotification() method, used on the creation of this event.
getMediaStreams() - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg
Invokes the getMediaStreams() method on the Parlay Gateway.
getMediaStreamsRequested() - Method in class org.csapi.jr.se.cc.mmccs.NotificationMediaRequest
This method returns a mediaStreamsRequested.
getMerchantID() - Method in class org.csapi.jr.se.cs.MerchantAccountID
This method returns a merchantID.
GetMessage - interface org.csapi.jr.se.ui.GetMessage.
This interface represents a GetMessage activity object.
getMessage() - Method in class org.csapi.jr.se.ui.AdminRelatedGetMessageResEvent
This method is used to retrieve the parameter value of 'message' passed up from the Gateway in it's call to the getMessageRes() method, used on the creation of this event.
getMessage() - Method in class org.csapi.jr.se.ui.GetMessageResEvent
This method is used to retrieve the parameter value of 'message' passed up from the Gateway in it's call to the getMessageRes() method, used on the creation of this event.
GetMessageErrEvent - class org.csapi.jr.se.ui.GetMessageErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the getMessageErr() method on the callback interface has occured.
GetMessageErrEvent(Object, UIError) - Constructor for class org.csapi.jr.se.ui.GetMessageErrEvent
Constructor for the GetMessageErrEvent Event.
getMessageID() - Method in class org.csapi.jr.se.ui.RecordMessageResEvent
This method is used to retrieve the parameter value of 'messageID' passed up from the Gateway in it's call to the recordMessageRes() method, used on the creation of this event.
getMessageID() - Method in class org.csapi.jr.se.ui.AdminRelatedPutMessageResEvent
This method is used to retrieve the parameter value of 'messageID' passed up from the Gateway in it's call to the putMessageRes() method, used on the creation of this event.
GetMessageListener - interface org.csapi.jr.se.ui.GetMessageListener.
This interface is to be implemented for receiving events issued by the GetMessage activity object.
getMessageReq(int) - Method in interface org.csapi.jr.se.ui.GetMessage
Invokes the getMessageReq() method on the Parlay Gateway.
getMessageReq(int) - Method in interface org.csapi.jr.se.ui.AdminRelatedGetMessage
Invokes the getMessageReq() method on the Parlay Gateway.
GetMessageResEvent - class org.csapi.jr.se.ui.GetMessageResEvent.
Event created by an activity object to indicate that a Gateway originated call to the getMessageRes() method on the callback interface has occured.
GetMessageResEvent(Object, UIInfo) - Constructor for class org.csapi.jr.se.ui.GetMessageResEvent
Constructor for the GetMessageResEvent Event.
getMigrationAdditionalInfo() - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method returns a migrationAdditionalInfo.
getMigrationDataAndTime() - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method returns a migrationDataAndTime.
getMigrationRequired() - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method returns a migrationRequired.
getMigrationServiceAvailable() - Method in class org.csapi.jr.se.fw.FwEventInfo
This method returns a MigrationServiceAvailable
getMinAddressLength() - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method returns a MinAddressLength
getMinLength() - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method returns a minLength.
getMobileNetworkCode() - Method in class org.csapi.jr.se.mm.NetworkStatusIndicator
This method returns a mobileNetworkCode.
getMonitorMode() - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
This method returns a monitorMode.
getMonitorMode() - Method in class org.csapi.jr.se.cc.gccs.CallReport
This method returns a monitorMode.
getMonitorMode() - Method in class org.csapi.jr.se.cc.gccs.CallReportRequest
This method returns a monitorMode.
getMonitorMode() - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method returns a monitorMode.
getMonitorMode() - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteria
This method returns a monitorMode.
getMonitorMode() - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
This method returns a monitorMode.
getMonitorMode() - Method in class org.csapi.jr.se.dsc.DataSessionReport
This method returns a monitorMode.
getMonitorMode() - Method in class org.csapi.jr.se.dsc.DataSessionReportRequest
This method returns a monitorMode.
GetMoreDialledDigitsErrEvent - class org.csapi.jr.se.cc.gccs.GetMoreDialledDigitsErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the getMoreDialledDigitsErr() method on the callback interface has occured.
GetMoreDialledDigitsErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.gccs.GetMoreDialledDigitsErrEvent
Constructor for the GetMoreDialledDigitsErrEvent Event.
getMoreDialledDigitsReq(int) - Method in interface org.csapi.jr.se.cc.gccs.Call
Invokes the getMoreDialledDigitsReq() method on the Parlay Gateway.
GetMoreDialledDigitsResEvent - class org.csapi.jr.se.cc.gccs.GetMoreDialledDigitsResEvent.
Event created by an activity object to indicate that a Gateway originated call to the getMoreDialledDigitsRes() method on the callback interface has occured.
GetMoreDialledDigitsResEvent(Object, String) - Constructor for class org.csapi.jr.se.cc.gccs.GetMoreDialledDigitsResEvent
Constructor for the GetMoreDialledDigitsResEvent Event.
getMultiMediaCall() - Method in class org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent
This method is used to retrieve the MultiMediaCall, associated with this event.
getMultiMediaCall() - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg
Returns a reference to the MultiMediaCall responsible for creation of the MultiMediaCallLeg.
getMultiMediaCallControlManager() - Method in interface org.csapi.jr.se.cc.mmccs.MediaNotification
Returns a reference to the MultiMediaCallControlManager responsible for creation of the MediaNotification.
getMultiMediaCallControlManager() - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaStream
Returns a reference to the MultiMediaCallControlManager responsible for creation of the MultiMediaStream.
getMultiMediaCallControlManager() - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCall
Returns a reference to the MultiMediaCallControlManager responsible for creation of the MultiMediaCall.
getMultiPartyCall() - Method in class org.csapi.jr.se.cc.mpccs.ReportNotificationEvent
This method is used to retrieve the MultiPartyCall, associated with this event.
getMultiPartyCall() - Method in class org.csapi.jr.se.cc.mpccs.CallAbortedEvent
This method is used to retrieve a reference to the MultiPartyCall associated with this event.
getMultiPartyCall() - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Returns a reference to the MultiPartyCall responsible for creation of the CallLeg.
getMultiPartyCall() - Method in class org.csapi.jr.se.ui.UITargetObject
This method returns a MultiPartyCall
getMultiPartyCallControlManager() - Method in interface org.csapi.jr.se.cc.mpccs.CallLoadControl
Returns a reference to the MultiPartyCallControlManager responsible for creation of the CallLoadControl.
getMultiPartyCallControlManager() - Method in interface org.csapi.jr.se.cc.mpccs.Notifications
Returns a reference to the MultiPartyCallControlManager responsible for creation of the Notifications.
getMultiPartyCallControlManager() - Method in interface org.csapi.jr.se.cc.mpccs.Notification
Returns a reference to the MultiPartyCallControlManager responsible for creation of the Notification.
getMultiPartyCallControlManager() - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Returns a reference to the MultiPartyCallControlManager responsible for creation of the MultiPartyCall.
getNaEsrd() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a naEsrd.
getNaEsrd() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method returns a naEsrd.
getNaEsrdPresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a naEsrdPresent.
getNaEsrdPresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method returns a naEsrdPresent.
getNaEsrk() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a naEsrk.
getNaEsrk() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method returns a naEsrk.
getNaEsrkPresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a naEsrkPresent.
getNaEsrkPresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method returns a naEsrkPresent.
getName() - Method in class org.csapi.jr.se.policy.PolicyNameValue
This method returns a name.
getName() - Method in class org.csapi.jr.se.pam.PAMAttributeDef
This method returns a name.
getName() - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method returns a name.
getName() - Method in class org.csapi.jr.se.Address
This method returns a name.
getName() - Method in class org.csapi.jr.se.AddressRange
This method returns a name.
getNames() - Method in class org.csapi.jr.se.policy.PolicyNameType
This method returns a names.
getNegated() - Method in class org.csapi.jr.se.policy.PolicyConditionListElement
This method returns a negated.
getNetworkCharge() - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrder
This method returns a NetworkCharge
getNetworkCharge() - Method in class org.csapi.jr.se.AoCOrder
This method returns a NetworkCharge
getNetworkProvidedLocation() - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method returns a networkProvidedLocation.
getNetworkStatus() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a networkStatus.
getNetworkStatus() - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method returns a networkStatus.
getNextCAI() - Method in class org.csapi.jr.se.ChargeAdviceInfo
This method returns a nextCAI.
getNextChargePerKilobyte() - Method in class org.csapi.jr.se.dsc.ChargePerVolume
This method returns a nextChargePerKilobyte.
getNextChargePerMinute() - Method in class org.csapi.jr.se.ChargePerTime
This method returns a nextChargePerMinute.
getNextNotification(boolean) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManager
Invokes the getNextNotification() method on the Parlay Gateway.
getNextPeriodicLocationRequest(boolean) - Method in interface org.csapi.jr.se.mm.ul.UserLocation
Invokes the getNextPeriodicLocationRequest() method on the Parlay Gateway.
getNextPeriodicLocationRequest(boolean) - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamel
Invokes the getNextPeriodicLocationRequest() method on the Parlay Gateway.
getNextTriggeredLocationRequest(boolean) - Method in interface org.csapi.jr.se.mm.ul.TriggeredUserLocation
Invokes the getNextTriggeredLocationRequest() method on the Parlay Gateway.
getNextTriggeredLocationRequest(boolean) - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamel
Invokes the getNextTriggeredLocationRequest() method on the Parlay Gateway.
getNextTriggeredStatusRequest(boolean) - Method in interface org.csapi.jr.se.mm.us.UserStatus
Invokes the getNextTriggeredStatusRequest() method on the Parlay Gateway.
getNoAnswerDuration() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportCriteria
This method returns a NoAnswerDuration
getNotification() - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManager
Invokes the getNotification() method on the Parlay Gateway.
getNotification() - Method in interface org.csapi.jr.se.ui.UIManager
Invokes the getNotification() method on the Parlay Gateway.
getNotification() - Method in interface org.csapi.jr.se.dsc.DataSessionControlManager
Invokes the getNotification() method on the Parlay Gateway.
getNotification() - Method in interface org.csapi.jr.se.am.AccountManager
Invokes the getNotification() method on the Parlay Gateway.
getNotificationInfo() - Method in class org.csapi.jr.se.cc.mpccs.ReportNotificationEvent
This method is used to retrieve the parameter value of 'notificationInfo' passed up from the Gateway in it's call to the reportNotification() method, used on the creation of this event.
getNotificationRequestSet() - Method in class org.csapi.jr.se.cc.NotificationRequestedSetEntry
This method returns a notificationRequestSet.
getNotifications() - Method in interface org.csapi.jr.se.dsc.DataSessionControlManager
Invokes the getNotifications() method on the Parlay Gateway.
getNotReachable() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method returns a NotReachable
getNumber() - Method in class org.csapi.jr.se.cs.Amount
This method returns a number.
getNumberOfClientsAffected() - Method in class org.csapi.jr.se.fw.FaultStats
This method returns a numberOfClientsAffected.
getObject() - Method in class org.csapi.jr.se.IllegalStateException
 
getObject(int) - Static method in class org.csapi.jr.se.policy.PolicyConditionListType
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.policy.PolicyConditionType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.policy.PolicyActionType
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.policy.PolicyTypeInfo
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.cc.gccs.CallNotificationType
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.cc.gccs.CallFault
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Accepts values in the range of 0 to 8
getObject(int) - Static method in class org.csapi.jr.se.cc.gccs.CallReportType
Accepts values in the range of 0 to 11
getObject(int) - Static method in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.cc.CallAppInfoType
Accepts values in the range of 0 to 12
getObject(int) - Static method in class org.csapi.jr.se.cc.CallEventType
Accepts values in the range of 0 to 14
getObject(int) - Static method in class org.csapi.jr.se.cc.CallLegAttachMechanism
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.cc.ReleaseCause
Accepts values in the range of 0 to 12
getObject(int) - Static method in class org.csapi.jr.se.cc.CarrierSelectionField
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.cc.CallMonitorMode
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.cc.CallBearerService
Accepts values in the range of 0 to 6
getObject(int) - Static method in class org.csapi.jr.se.cc.CallChargeOrderCategory
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.cc.CallErrorType
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.cc.CallLoadControlMechanismType
Accepts values in the range of 0 to 0
getObject(int) - Static method in class org.csapi.jr.se.cc.CallNetworkAccessType
Accepts values in the range of 0 to 5
getObject(int) - Static method in class org.csapi.jr.se.cc.CallPartyCategory
Accepts values in the range of 0 to 10
getObject(int) - Static method in class org.csapi.jr.se.cc.CallServiceCodeType
Accepts values in the range of 0 to 5
getObject(int) - Static method in class org.csapi.jr.se.cc.CallTeleService
Accepts values in the range of 0 to 26
getObject(int) - Static method in class org.csapi.jr.se.cc.CallTreatmentType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.cc.CallPartyToChargeType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.ui.UIVariablePartType
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.ui.UIReport
Accepts values in the range of 0 to 8
getObject(int) - Static method in class org.csapi.jr.se.ui.UIInfoType
Accepts values in the range of 0 to 9
getObject(int) - Static method in class org.csapi.jr.se.ui.UIFault
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.ui.UIEventInfoDataType
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.ui.UIError
Accepts values in the range of 0 to 9
getObject(int) - Static method in class org.csapi.jr.se.ui.UITargetObjectType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.ui.UICollectMode
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.ui.UIPronounceType
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.ui.UISynthesisRange
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.ui.UISynthesisRate
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.ui.UISynthesisAge
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.ui.UISynthesisGender
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.mm.LocationPriority
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.mm.LocationResponseIndicator
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.mm.LocationTriggerCriteria
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.mm.LocationType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.mm.LocationUncertaintyShape
Accepts values in the range of 0 to 6
getObject(int) - Static method in class org.csapi.jr.se.mm.MobilityDiagnostic
Accepts values in the range of 0 to 11
getObject(int) - Static method in class org.csapi.jr.se.mm.MobilityError
Accepts values in the range of 0 to 6
getObject(int) - Static method in class org.csapi.jr.se.mm.MobilityStopScope
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.mm.TerminalType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.mm.UserStatusIndicator
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.mm.AuthStatusIndicator
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.mm.AccessTechnology
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.mm.RoamingStatus
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.termcap.TerminalCapabilityScopeType
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.dsc.DataSessionChargeOrderCategory
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.dsc.DataSessionErrorType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.dsc.DataSessionFault
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.dsc.DataSessionMonitorMode
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.dsc.DataSessionReportType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.cs.ChargingParameterValueType
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.cs.ChargingError
Accepts values in the range of 0 to 10
getObject(int) - Static method in class org.csapi.jr.se.cs.SessionEndedCause
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.cs.AppInformationType
Accepts values in the range of 0 to 0
getObject(int) - Static method in class org.csapi.jr.se.am.ChargingEventName
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.am.BalanceQueryError
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.am.TransactionHistoryStatus
Accepts values in the range of 0 to 5
getObject(int) - Static method in class org.csapi.jr.se.pam.PAMContextName
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.pam.PAMACLDefault
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.pam.PAMPreferenceType
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.pam.PAMEventName
Accepts values in the range of 0 to 12
getObject(int) - Static method in class org.csapi.jr.se.pam.PAMwatcherChangeType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.pam.PAMErrorCause
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.AddressError
Accepts values in the range of 0 to 5
getObject(int) - Static method in class org.csapi.jr.se.AddressPlan
Accepts values in the range of 0 to 14
getObject(int) - Static method in class org.csapi.jr.se.AddressPresentation
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.AddressScreening
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.CallAoCOrderCategory
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.DataSessionQosClass
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.SimpleAttributeTypeInfo
Accepts values in the range of 0 to 14
getObject(int) - Static method in class org.csapi.jr.se.AttributeTagInfo
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.fw.APIUnavailReason
Accepts values in the range of 0 to 5
getObject(int) - Static method in class org.csapi.jr.se.fw.DomainIDType
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.fw.FwEventName
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.fw.FWExceptionType
Accepts values in the range of 0 to 0
getObject(int) - Static method in class org.csapi.jr.se.fw.FwUnavailReason
Accepts values in the range of 0 to 5
getObject(int) - Static method in class org.csapi.jr.se.fw.InterfaceFault
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.fw.LoadLevel
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.fw.LoadStatisticEntityType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.fw.LoadStatisticInfoType
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.fw.LoadStatusError
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.fw.ServiceTypePropertyMode
Accepts values in the range of 0 to 3
getObject(int) - Static method in class org.csapi.jr.se.fw.SvcUnavailReason
Accepts values in the range of 0 to 4
getObject(int) - Static method in class org.csapi.jr.se.fw.LoadStatisticError
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.fw.SubjectType
Accepts values in the range of 0 to 2
getObject(int) - Static method in class org.csapi.jr.se.fw.FaultStatisticsError
Accepts values in the range of 0 to 1
getObject(int) - Static method in class org.csapi.jr.se.fw.SvcAvailStatusReason
Accepts values in the range of 0 to 7
getObject(int) - Static method in class org.csapi.jr.se.fw.AppAvailStatusReason
Accepts values in the range of 0 to 7
getObject(int) - Static method in class org.csapi.jr.se.fw.MigrationAdditionalInfoType
Accepts values in the range of 0 to 0
getObject(int) - Static method in class org.csapi.jr.se.fw.FwAvailStatusReason
Accepts values in the range of 0 to 7
getOccurrences() - Method in class org.csapi.jr.se.fw.FaultStats
This method returns a occurrences.
getOctetValue() - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method returns a OctetValue
getOctetValue() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a OctetValue
getOptionalAttributes() - Method in interface org.csapi.jr.se.policy.PolicyEventDefinition
Invokes the getOptionalAttributes() method on the Parlay Gateway.
getOptionalAttributes() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyEventDefinition
Invokes the getOptionalAttributes() method on the Parlay Gateway.
getOriginalDestinationAddress() - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method returns a originalDestinationAddress.
getOriginatingAddress() - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
This method returns a originatingAddress.
getOriginatingAddress() - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method returns a originatingAddress.
getOriginatingAddress() - Method in class org.csapi.jr.se.cc.CallNotificationScope
This method returns a originatingAddress.
getOriginatingAddress() - Method in class org.csapi.jr.se.cc.CallNotificationReportScope
This method returns a originatingAddress.
getOriginatingAddress() - Method in interface org.csapi.jr.se.ui.UI
Invokes the getOriginatingAddress() method on the Parlay Gateway.
getOriginatingAddress() - Method in class org.csapi.jr.se.ui.UIEventInfo
This method returns a originatingAddress.
getOriginatingAddress() - Method in class org.csapi.jr.se.ui.UIEventCriteria
This method returns a originatingAddress.
getOriginatingAddress() - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
This method returns a originatingAddress.
getOriginatingAddress() - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
This method returns a originatingAddress.
getOriginatingReleaseCause() - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method returns a OriginatingReleaseCause
getOriginatingReleaseCauseSet() - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method returns a OriginatingReleaseCauseSet
getOriginatingServiceCode() - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method returns a OriginatingServiceCode
getOriginatingServiceCode() - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method returns a OriginatingServiceCode
getOriginationAddress() - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteria
This method returns a originationAddress.
getOtherInfo() - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method returns a otherInfo.
getOutputVariables() - Method in interface org.csapi.jr.se.policy.provisioning.PolicySignature
Invokes the getOutputVariables() method on the Parlay Gateway.
getOutputVariables() - Method in class org.csapi.jr.se.policy.evaluation.EvalPolicyResEvent
This method is used to retrieve the parameter value of 'outputVariables' passed up from the Gateway in it's call to the evalPolicyRes() method, used on the creation of this event.
getPAMContext() - Method in class org.csapi.jr.se.pam.PAMAVCEventData
This method returns a pAMContext.
getPAMEventHandler() - Method in interface org.csapi.jr.se.pam.event.ForEvent
Returns a reference to the PAMEventHandler responsible for creation of the ForEvent.
getPAMEventHandler() - Method in interface org.csapi.jr.se.pam.event.AppInterface
Returns a reference to the PAMEventHandler responsible for creation of the AppInterface.
getParameterID() - Method in class org.csapi.jr.se.cs.ChargingParameter
This method returns a parameterID.
getParameterValue() - Method in class org.csapi.jr.se.cs.ChargingParameter
This method returns a parameterValue.
getParentDomain() - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getParentDomain() method on the Parlay Gateway.
getParentDomain() - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the getParentDomain() method on the Parlay Gateway.
getParentDomain() - Method in interface org.csapi.jr.se.policy.PolicyEventDefinition
Invokes the getParentDomain() method on the Parlay Gateway.
getParentDomain() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getParentDomain() method on the Parlay Gateway.
getParentDomain() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getParentDomain() method on the Parlay Gateway.
getParentDomain() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the getParentDomain() method on the Parlay Gateway.
getParentDomain() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyEventDefinition
Invokes the getParentDomain() method on the Parlay Gateway.
getParentDomain() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getParentDomain() method on the Parlay Gateway.
getParentDomain() - Method in interface org.csapi.jr.se.policy.provisioning.PolicySignature
Invokes the getParentDomain() method on the Parlay Gateway.
getParentGroup() - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getParentGroup() method on the Parlay Gateway.
getParentGroup() - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the getParentGroup() method on the Parlay Gateway.
getParentGroup() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getParentGroup() method on the Parlay Gateway.
getParentGroup() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the getParentGroup() method on the Parlay Gateway.
getParentRepository() - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the getParentRepository() method on the Parlay Gateway.
getParentRepository() - Method in interface org.csapi.jr.se.policy.PolicyCondition
Invokes the getParentRepository() method on the Parlay Gateway.
getParentRepository() - Method in interface org.csapi.jr.se.policy.PolicyAction
Invokes the getParentRepository() method on the Parlay Gateway.
getParentRepository() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the getParentRepository() method on the Parlay Gateway.
getParentRepository() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyCondition
Invokes the getParentRepository() method on the Parlay Gateway.
getParentRepository() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyAction
Invokes the getParentRepository() method on the Parlay Gateway.
getParentRule() - Method in interface org.csapi.jr.se.policy.PolicyCondition
Invokes the getParentRule() method on the Parlay Gateway.
getParentRule() - Method in interface org.csapi.jr.se.policy.PolicyAction
Invokes the getParentRule() method on the Parlay Gateway.
getParentRule() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyCondition
Invokes the getParentRule() method on the Parlay Gateway.
getParentRule() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyAction
Invokes the getParentRule() method on the Parlay Gateway.
getPartyToCharge() - Method in class org.csapi.jr.se.cc.CallChargePlan
This method returns a partyToCharge.
getPartyToChargeAdditionalInfo() - Method in class org.csapi.jr.se.cc.CallChargePlan
This method returns a partyToChargeAdditionalInfo.
getPassword() - Method in class org.csapi.jr.se.mm.UserInfo
This method returns a password.
getPDPContextActive() - Method in class org.csapi.jr.se.mm.UserStatusIndicatorExtended
This method returns a pDPContextActive.
getPeriod() - Method in class org.csapi.jr.se.fw.FaultStatsRecord
This method returns a period.
getPersonName() - Method in class org.csapi.jr.se.fw.Person
This method returns a personName.
getPersonProperties() - Method in class org.csapi.jr.se.fw.Person
This method returns a personProperties.
getPlan() - Method in class org.csapi.jr.se.Address
This method returns a plan.
getPlan() - Method in class org.csapi.jr.se.AddressRange
This method returns a plan.
getPolicyDomain() - Method in interface org.csapi.jr.se.policy.Notification
Returns a reference to the PolicyDomain responsible for creation of the Notification.
getPolicyEvalManager() - Method in interface org.csapi.jr.se.policy.evaluation.EvalPolicy
Returns a reference to the PolicyEvalManager responsible for creation of the EvalPolicy.
getPolicyEvalManager() - Method in interface org.csapi.jr.se.policy.evaluation.Notification
Returns a reference to the PolicyEvalManager responsible for creation of the Notification.
getPolicyRoles() - Method in interface org.csapi.jr.se.policy.provisioning.PolicySignature
Invokes the getPolicyRoles() method on the Parlay Gateway.
getPostalAddress() - Method in class org.csapi.jr.se.fw.Person
This method returns a postalAddress.
getPreference(String, PAMContext, byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMAvailability
Invokes the getPreference() method on the Parlay Gateway.
getPresentation() - Method in class org.csapi.jr.se.Address
This method returns a presentation.
getPrice() - Method in class org.csapi.jr.se.cs.PriceVolume
This method returns a price.
getPriority() - Method in class org.csapi.jr.se.mm.LocationRequest
This method returns a priority.
getPriority() - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method returns a priority.
getPrivacyCode() - Method in class org.csapi.jr.se.pam.PAMAvailabilityProfile
This method returns a privacyCode.
getPronounceAs() - Method in class org.csapi.jr.se.ui.UIWordOverride
This method returns a pronounceAs.
getPronounceType() - Method in class org.csapi.jr.se.ui.UIWordOverride
This method returns a pronounceType.
getProperties() - Method in class org.csapi.jr.se.ui.UIRecognitionCriteria
This method returns a properties.
getProperties(String[]) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the getProperties() method on the Parlay Gateway.
getPropertyName() - Method in class org.csapi.jr.se.ui.UIRecognitionProperty
This method returns a propertyName.
getPropertyName() - Method in class org.csapi.jr.se.fw.Property
This method returns a propertyName.
getPropertyValue() - Method in class org.csapi.jr.se.ui.UIRecognitionProperty
This method returns a propertyValue.
getPropertyValue() - Method in class org.csapi.jr.se.fw.Property
This method returns a propertyValue.
getQoSClass() - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
This method returns a qoSClass.
getQualityOfService() - Method in class org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent
This method is used to retrieve the parameter value of 'qualityOfService' passed up from the Gateway in it's call to the reportMediaNotification() method, used on the creation of this event.
getQualityOfService() - Method in class org.csapi.jr.se.cc.mmccs.SuperviseVolumeResEvent
This method is used to retrieve the parameter value of 'qualityOfService' passed up from the Gateway in it's call to the superviseVolumeRes() method, used on the creation of this event.
getQualityOfService() - Method in class org.csapi.jr.se.dsc.SuperviseDataSessionResEvent
This method is used to retrieve the parameter value of 'qualityOfService' passed up from the Gateway in it's call to the superviseDataSessionRes() method, used on the creation of this event.
getQueueStatus() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method returns a QueueStatus
getRates() - Method in class org.csapi.jr.se.cs.RateResEvent
This method is used to retrieve the parameter value of 'rates' passed up from the Gateway in it's call to the rateRes() method, used on the creation of this event.
getRecognitionCriteria() - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method returns a recognitionCriteria.
getRecordType() - Method in class org.csapi.jr.se.policy.PolicyType
This method returns a RecordType
getRedirectingAddress() - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method returns a redirectingAddress.
getReleaseCause() - Method in class org.csapi.jr.se.cc.gccs.CallTreatment
This method returns a releaseCause.
getReleaseCause() - Method in class org.csapi.jr.se.cc.CallTreatment
This method returns a releaseCause.
getReport() - Method in class org.csapi.jr.se.cc.gccs.SuperviseCallResEvent
This method is used to retrieve the parameter value of 'report' passed up from the Gateway in it's call to the superviseCallRes() method, used on the creation of this event.
getReport() - Method in class org.csapi.jr.se.cc.gccs.CallEndedEvent
This method is used to retrieve the parameter value of 'report' passed up from the Gateway in it's call to the callEnded() method, used on the creation of this event.
getReport() - Method in class org.csapi.jr.se.cc.mpccs.SuperviseResEvent
This method is used to retrieve the parameter value of 'report' passed up from the Gateway in it's call to the superviseRes() method, used on the creation of this event.
getReport() - Method in class org.csapi.jr.se.cc.mpccs.CallEndedEvent
This method is used to retrieve the parameter value of 'report' passed up from the Gateway in it's call to the callEnded() method, used on the creation of this event.
getReport() - Method in class org.csapi.jr.se.cc.mmccs.SuperviseVolumeResEvent
This method is used to retrieve the parameter value of 'report' passed up from the Gateway in it's call to the superviseVolumeRes() method, used on the creation of this event.
getReport() - Method in class org.csapi.jr.se.dsc.SuperviseDataSessionResEvent
This method is used to retrieve the parameter value of 'report' passed up from the Gateway in it's call to the superviseDataSessionRes() method, used on the creation of this event.
getReport() - Method in class org.csapi.jr.se.cs.SessionEndedEvent
This method is used to retrieve the parameter value of 'report' passed up from the Gateway in it's call to the sessionEnded() method, used on the creation of this event.
getReportingInterval() - Method in class org.csapi.jr.se.mm.LocationTrigger
This method returns a reportingInterval.
getReportingInterval() - Method in class org.csapi.jr.se.mm.PeriodicLocationRequest
This method returns a reportingInterval.
getReportingPeriod() - Method in class org.csapi.jr.se.pam.PAMACPSEventData
This method returns a reportingPeriod.
getReportingPeriod() - Method in class org.csapi.jr.se.pam.PAMAPSEventData
This method returns a reportingPeriod.
getReportingPeriod() - Method in class org.csapi.jr.se.pam.PAMIPSEventData
This method returns a reportingPeriod.
getReportingPeriod() - Method in class org.csapi.jr.se.pam.PAMAVCEventData
This method returns a reportingPeriod.
getReportingPeriod() - Method in class org.csapi.jr.se.pam.PAMWCEventData
This method returns a reportingPeriod.
getRepository(String) - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the getRepository() method on the Parlay Gateway.
getRepository(String) - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the getRepository() method on the Parlay Gateway.
getRepository(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the getRepository() method on the Parlay Gateway.
getRepository(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the getRepository() method on the Parlay Gateway.
getRepositoryCount() - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the getRepositoryCount() method on the Parlay Gateway.
getRepositoryCount() - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the getRepositoryCount() method on the Parlay Gateway.
getRepositoryCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the getRepositoryCount() method on the Parlay Gateway.
getRepositoryCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the getRepositoryCount() method on the Parlay Gateway.
getRepositoryIterator() - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the getRepositoryIterator() method on the Parlay Gateway.
getRepositoryIterator() - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the getRepositoryIterator() method on the Parlay Gateway.
getRepositoryIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the getRepositoryIterator() method on the Parlay Gateway.
getRepositoryIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the getRepositoryIterator() method on the Parlay Gateway.
getRequest() - Method in class org.csapi.jr.se.mm.PeriodicLocationRequest
This method returns a request.
getRequest() - Method in class org.csapi.jr.se.mm.TriggeredLocationRequest
This method returns a request.
getRequestedAccuracy() - Method in class org.csapi.jr.se.mm.LocationRequest
This method returns a requestedAccuracy.
getRequestedLocationMethod() - Method in class org.csapi.jr.se.mm.LocationRequest
This method returns a requestedLocationMethod.
getRequestedResponseTime() - Method in class org.csapi.jr.se.mm.LocationRequest
This method returns a requestedResponseTime.
getRequestNumberFirstRequest() - Method in class org.csapi.jr.se.cs.ChargingSessionID
This method returns a requestNumberFirstRequest.
getRequests() - Method in class org.csapi.jr.se.mm.TriggeredStatusRequestSetEntry
This method returns a requests.
getRequests() - Method in class org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry
This method returns a requests.
getRequests() - Method in class org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry
This method returns a requests.
getRequiredAttributes() - Method in interface org.csapi.jr.se.policy.PolicyEventDefinition
Invokes the getRequiredAttributes() method on the Parlay Gateway.
getRequiredAttributes() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyEventDefinition
Invokes the getRequiredAttributes() method on the Parlay Gateway.
getReservedAmount() - Method in class org.csapi.jr.se.cs.ReserveAmountResEvent
This method is used to retrieve the parameter value of 'reservedAmount' passed up from the Gateway in it's call to the reserveAmountRes() method, used on the creation of this event.
getReservedAmountLeft() - Method in class org.csapi.jr.se.cs.CreditAmountResEvent
This method is used to retrieve the parameter value of 'reservedAmountLeft' passed up from the Gateway in it's call to the creditAmountRes() method, used on the creation of this event.
getReservedAmountLeft() - Method in class org.csapi.jr.se.cs.DebitAmountResEvent
This method is used to retrieve the parameter value of 'reservedAmountLeft' passed up from the Gateway in it's call to the debitAmountRes() method, used on the creation of this event.
getReservedUnits() - Method in class org.csapi.jr.se.cs.ReserveUnitResEvent
This method is used to retrieve the parameter value of 'reservedUnits' passed up from the Gateway in it's call to the reserveUnitRes() method, used on the creation of this event.
getReservedUnitsLeft() - Method in class org.csapi.jr.se.cs.CreditUnitResEvent
This method is used to retrieve the parameter value of 'reservedUnitsLeft' passed up from the Gateway in it's call to the creditUnitRes() method, used on the creation of this event.
getReservedUnitsLeft() - Method in class org.csapi.jr.se.cs.DebitUnitResEvent
This method is used to retrieve the parameter value of 'reservedUnitsLeft' passed up from the Gateway in it's call to the debitUnitRes() method, used on the creation of this event.
getResponse() - Method in class org.csapi.jr.se.ui.SendInfoResEvent
This method is used to retrieve the parameter value of 'response' passed up from the Gateway in it's call to the sendInfoRes() method, used on the creation of this event.
getResponse() - Method in class org.csapi.jr.se.ui.SendInfoAndCollectResEvent
This method is used to retrieve the parameter value of 'response' passed up from the Gateway in it's call to the sendInfoAndCollectRes() method, used on the creation of this event.
getResponse() - Method in class org.csapi.jr.se.ui.RecordMessageResEvent
This method is used to retrieve the parameter value of 'response' passed up from the Gateway in it's call to the recordMessageRes() method, used on the creation of this event.
getResponse() - Method in class org.csapi.jr.se.ui.DeleteMessageResEvent
This method is used to retrieve the parameter value of 'response' passed up from the Gateway in it's call to the deleteMessageRes() method, used on the creation of this event.
getResponse() - Method in class org.csapi.jr.se.ui.AdminRelatedDeleteMessageResEvent
This method is used to retrieve the parameter value of 'response' passed up from the Gateway in it's call to the deleteMessageRes() method, used on the creation of this event.
getResponseTime() - Method in class org.csapi.jr.se.mm.LocationResponseTime
This method returns a responseTime.
getRoamingStatus() - Method in class org.csapi.jr.se.mm.NetworkStatusIndicator
This method returns a roamingStatus.
getRoutingFailure() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method returns a RoutingFailure
getRule(String) - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the getRule() method on the Parlay Gateway.
getRule(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getRule() method on the Parlay Gateway.
getRule(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the getRule() method on the Parlay Gateway.
getRule(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getRule() method on the Parlay Gateway.
getRuleCount() - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the getRuleCount() method on the Parlay Gateway.
getRuleCount() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getRuleCount() method on the Parlay Gateway.
getRuleCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the getRuleCount() method on the Parlay Gateway.
getRuleCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getRuleCount() method on the Parlay Gateway.
getRuleIterator() - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the getRuleIterator() method on the Parlay Gateway.
getRuleIterator() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getRuleIterator() method on the Parlay Gateway.
getRuleIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the getRuleIterator() method on the Parlay Gateway.
getRuleIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getRuleIterator() method on the Parlay Gateway.
getSag() - Method in class org.csapi.jr.se.fw.SagProfilePair
This method returns a sag.
getSagDescription() - Method in class org.csapi.jr.se.fw.Sag
This method returns a sagDescription.
getSagID() - Method in class org.csapi.jr.se.fw.Sag
This method returns a sagID.
getScalingFactor() - Method in class org.csapi.jr.se.CAIElements
This method returns a scalingFactor.
getScope() - Method in class org.csapi.jr.se.termcap.TerminalCapabilityScope
This method returns a scope.
getScopeType() - Method in class org.csapi.jr.se.termcap.TerminalCapabilityScope
This method returns a scopeType.
getScreening() - Method in class org.csapi.jr.se.Address
This method returns a screening.
getSecondsPerTimeInterval() - Method in class org.csapi.jr.se.CAIElements
This method returns a secondsPerTimeInterval.
getSegmentEndAngle() - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method returns a segmentEndAngle.
getSegmentsPerDataInterval() - Method in class org.csapi.jr.se.CAIElements
This method returns a segmentsPerDataInterval.
getSegmentStartAngle() - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method returns a segmentStartAngle.
getSequenceNumber() - Method in class org.csapi.jr.se.policy.PolicyActionListElement
This method returns a sequenceNumber.
getService() - Method in class org.csapi.jr.se.fw.AddSagMembersConflict
This method returns a service.
getService() - Method in class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
This method returns a service.
getServiceCode() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method returns a ServiceCode
getServiceCode() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportCriteria
This method returns a ServiceCode
getServiceCode() - Method in class org.csapi.jr.se.ui.UIEventInfo
This method returns a serviceCode.
getServiceCode() - Method in class org.csapi.jr.se.ui.UIEventCriteria
This method returns a serviceCode.
getServiceCode() - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
This method returns a serviceCode.
getServiceCodeValue() - Method in class org.csapi.jr.se.cc.CallServiceCode
This method returns a serviceCodeValue.
getServiceContractDescription() - Method in class org.csapi.jr.se.fw.ServiceContract
This method returns a serviceContractDescription.
getServiceContractID() - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
This method returns a serviceContractID.
getServiceContractID() - Method in class org.csapi.jr.se.fw.ServiceContract
This method returns a serviceContractID.
getServiceDescription() - Method in class org.csapi.jr.se.fw.Service
This method returns a serviceDescription.
getServiceEndDate() - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method returns a serviceEndDate.
getServiceEndDate() - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
This method returns a serviceEndDate.
getServiceID() - Method in class org.csapi.jr.se.fw.Service
This method returns a serviceID.
getServiceID() - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method returns a serviceID.
getServiceID() - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method returns a serviceID.
getServiceID() - Method in class org.csapi.jr.se.fw.DomainID
This method returns a ServiceID
getServiceID() - Method in class org.csapi.jr.se.fw.LoadStatisticEntityID
This method returns a ServiceID
getServiceIDList() - Method in class org.csapi.jr.se.fw.FwEventInfo
This method returns a ServiceIDList
getServiceMgrInterface() - Method in class org.csapi.jr.se.fw.SignatureAndServiceMgr
This method returns a serviceMgrInterface.
getServiceProfile() - Method in class org.csapi.jr.se.fw.SagProfilePair
This method returns a serviceProfile.
getServiceProfileDescription() - Method in class org.csapi.jr.se.fw.ServiceProfile
This method returns a serviceProfileDescription.
getServiceProfileID() - Method in class org.csapi.jr.se.fw.ServiceProfile
This method returns a serviceProfileID.
getServicePropertyList() - Method in class org.csapi.jr.se.fw.ServiceDescription
This method returns a servicePropertyList.
getServicePropertyName() - Method in class org.csapi.jr.se.fw.ServiceProperty
This method returns a servicePropertyName.
getServicePropertyName() - Method in class org.csapi.jr.se.fw.ServiceTypeProperty
This method returns a servicePropertyName.
getServicePropertyName() - Method in class org.csapi.jr.se.fw.ServiceTypePropertyValue
This method returns a servicePropertyName.
getServicePropertyTypeName() - Method in class org.csapi.jr.se.fw.ServiceTypeProperty
This method returns a servicePropertyTypeName.
getServicePropertyTypeName() - Method in class org.csapi.jr.se.fw.ServiceTypePropertyValue
This method returns a servicePropertyTypeName.
getServicePropertyValueList() - Method in class org.csapi.jr.se.fw.ServiceProperty
This method returns a servicePropertyValueList.
getServicePropertyValueList() - Method in class org.csapi.jr.se.fw.ServiceTypePropertyValue
This method returns a servicePropertyValueList.
getServiceRequestor() - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method returns a serviceRequestor.
getServiceStartDate() - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method returns a serviceStartDate.
getServiceStartDate() - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
This method returns a serviceStartDate.
getServiceState() - Method in interface org.csapi.jr.se.Service
Returns the service state the object is in.
getServiceSubscriptionProperties() - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method returns a serviceSubscriptionProperties.
getServiceSubscriptionProperties() - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
This method returns a serviceSubscriptionProperties.
getServiceSupplierID() - Method in class org.csapi.jr.se.fw.DomainID
This method returns a ServiceSupplierID
getServiceType() - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method returns a serviceType.
getServiceTypeName() - Method in class org.csapi.jr.se.fw.ServiceDescription
This method returns a serviceTypeName.
getServiceTypeName() - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method returns a serviceTypeName.
getServiceTypeName() - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
This method returns a serviceTypeName.
getServiceTypeNameList() - Method in class org.csapi.jr.se.fw.ServiceTypeDescription
This method returns a serviceTypeNameList.
getServiceTypeNameList() - Method in class org.csapi.jr.se.fw.FwEventCriteria
This method returns a ServiceTypeNameList
getServiceTypePropertyList() - Method in class org.csapi.jr.se.fw.ServiceTypeDescription
This method returns a serviceTypePropertyList.
getServiceTypePropertyMode() - Method in class org.csapi.jr.se.fw.ServiceTypeProperty
This method returns a serviceTypePropertyMode.
getServiceTypePropertyMode() - Method in class org.csapi.jr.se.fw.ServiceTypePropertyValue
This method returns a serviceTypePropertyMode.
getSessionTimeLeft() - Method in class org.csapi.jr.se.cs.ExtendLifeTimeResEvent
This method is used to retrieve the parameter value of 'sessionTimeLeft' passed up from the Gateway in it's call to the extendLifeTimeRes() method, used on the creation of this event.
getSessionTimeLeft() - Method in class org.csapi.jr.se.cs.ReserveAmountResEvent
This method is used to retrieve the parameter value of 'sessionTimeLeft' passed up from the Gateway in it's call to the reserveAmountRes() method, used on the creation of this event.
getSessionTimeLeft() - Method in class org.csapi.jr.se.cs.ReserveUnitResEvent
This method is used to retrieve the parameter value of 'sessionTimeLeft' passed up from the Gateway in it's call to the reserveUnitRes() method, used on the creation of this event.
getSignature(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getSignature() method on the Parlay Gateway.
getSignatureCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getSignatureCount() method on the Parlay Gateway.
getSignatureIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getSignatureIterator() method on the Parlay Gateway.
getSimpleType() - Method in class org.csapi.jr.se.policy.PolicyType
This method returns a SimpleType
getSimpleValue() - Method in class org.csapi.jr.se.AttributeValue
This method returns a SimpleValue
getSpeakerAge() - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method returns a speakerAge.
getSpeakerGender() - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method returns a speakerGender.
getSpeakerID() - Method in class org.csapi.jr.se.ui.UIRecognitionCriteria
This method returns a speakerID.
getSpeakerRange() - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method returns a speakerRange.
getSpeakerRate() - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method returns a speakerRate.
getSpelling() - Method in class org.csapi.jr.se.ui.UIWordOverride
This method returns a spelling.
getStartTime() - Method in class org.csapi.jr.se.TimeInterval
This method returns a startTime.
getStartTimeout() - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method returns a startTimeout.
getState() - Method in class org.csapi.jr.se.IllegalStateException
 
getState() - Method in interface org.csapi.jr.se.Activity
Gets the state attribute of the Activity object
getStatus() - Method in class org.csapi.jr.se.mm.us.StatusReportResEvent
This method is used to retrieve the parameter value of 'status' passed up from the Gateway in it's call to the statusReportRes() method, used on the creation of this event.
getStatus() - Method in class org.csapi.jr.se.mm.us.TriggeredStatusReportEvent
This method is used to retrieve the parameter value of 'status' passed up from the Gateway in it's call to the triggeredStatusReport() method, used on the creation of this event.
getStatus() - Method in class org.csapi.jr.se.mm.us.ExtendedStatusReportResEvent
This method is used to retrieve the parameter value of 'status' passed up from the Gateway in it's call to the extendedStatusReportRes() method, used on the creation of this event.
getStatus() - Method in class org.csapi.jr.se.mm.us.ExtTriggeredStatusReportEvent
This method is used to retrieve the parameter value of 'status' passed up from the Gateway in it's call to the extTriggeredStatusReport() method, used on the creation of this event.
getStatus() - Method in class org.csapi.jr.se.mm.UserStatus
This method returns a status.
getStatus() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a status.
getStatusCode() - Method in class org.csapi.jr.se.mm.UserLocation
This method returns a statusCode.
getStatusCode() - Method in class org.csapi.jr.se.mm.UserLocationExtended
This method returns a statusCode.
getStatusCode() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a statusCode.
getStatusCode() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a statusCode.
getStatusCode() - Method in class org.csapi.jr.se.mm.UserStatus
This method returns a statusCode.
getStatusCode() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a statusCode.
getStatusCode() - Method in class org.csapi.jr.se.termcap.TypeTerminalCapabilities
This method returns a statusCode.
getStatusCode() - Method in class org.csapi.jr.se.am.Balance
This method returns a statusCode.
getStopScope() - Method in class org.csapi.jr.se.mm.MobilityStopAssignmentData
This method returns a stopScope.
getStopTime() - Method in class org.csapi.jr.se.TimeInterval
This method returns a stopTime.
getStreams() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamMonitorResEvent
This method is used to retrieve the parameter value of 'streams' passed up from the Gateway in it's call to the mediaStreamMonitorRes() method, used on the creation of this event.
getStringValue() - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method returns a StringValue
getStringValue() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a StringValue
getStructuredType() - Method in class org.csapi.jr.se.policy.PolicyType
This method returns a StructuredType
getStructuredValue() - Method in class org.csapi.jr.se.AttributeValue
This method returns a StructuredValue
getSubAddressString() - Method in class org.csapi.jr.se.Address
This method returns a subAddressString.
getSubAddressString() - Method in class org.csapi.jr.se.AddressRange
This method returns a subAddressString.
getSubscriberProvidedLocation() - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method returns a subscriberProvidedLocation.
getSubscriberStatus() - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method returns a subscriberStatus.
getTelephoneNumber() - Method in class org.csapi.jr.se.fw.Person
This method returns a telephoneNumber.
getTerminalCapabilities() - Method in class org.csapi.jr.se.termcap.TypeTerminalCapabilities
This method returns a terminalCapabilities.
getTerminalCapabilities(String) - Method in interface org.csapi.jr.se.termcap.TerminalCapabilities
Invokes the getTerminalCapabilities() method on the Parlay Gateway.
getTerminals() - Method in class org.csapi.jr.se.termcap.TriggeredTerminalCapabilityReportEvent
This method is used to retrieve the parameter value of 'terminals' passed up from the Gateway in it's call to the triggeredTerminalCapabilityReport() method, used on the creation of this event.
getTerminals() - Method in class org.csapi.jr.se.termcap.TriggeredTerminalCapabilityReportErrEvent
This method is used to retrieve the parameter value of 'terminals' passed up from the Gateway in it's call to the triggeredTerminalCapabilityReportErr() method, used on the creation of this event.
getTerminalType() - Method in class org.csapi.jr.se.mm.UlExtendedData
This method returns a terminalType.
getTerminalType() - Method in class org.csapi.jr.se.mm.UserStatus
This method returns a terminalType.
getTerminalType() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a terminalType.
getTerminatingReleaseCause() - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method returns a TerminatingReleaseCause
getTerminatingReleaseCauseSet() - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method returns a TerminatingReleaseCauseSet
getTerminatingServiceCode() - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method returns a TerminatingServiceCode
getTerminatingServiceCode() - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method returns a TerminatingServiceCode
getText() - Method in class org.csapi.jr.se.cs.ApplicationDescription
This method returns a text.
getTextData() - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method returns a textData.
getTimeGenerated() - Method in class org.csapi.jr.se.policy.PolicyEvent
This method returns a timeGenerated.
getTimerValue() - Method in class org.csapi.jr.se.mm.LocationResponseTime
This method returns a timerValue.
getTimestamp() - Method in class org.csapi.jr.se.mm.UlExtendedData
This method returns a timestamp.
getTimestamp() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a timestamp.
getTimestamp() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a timestamp.
getTimestamp() - Method in class org.csapi.jr.se.cs.AppInformation
This method returns a Timestamp
getTimeStamp() - Method in class org.csapi.jr.se.am.TransactionHistory
This method returns a timeStamp.
getTimeStamp() - Method in class org.csapi.jr.se.fw.LoadStatistic
This method returns a timeStamp.
getTimestampPresent() - Method in class org.csapi.jr.se.mm.UlExtendedData
This method returns a timestampPresent.
getTimestampPresent() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a timestampPresent.
getTimestampPresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a timestampPresent.
getTotalDuration() - Method in class org.csapi.jr.se.fw.FaultStats
This method returns a totalDuration.
getTransactionHistory() - Method in class org.csapi.jr.se.am.RetrieveTransactionHistoryResEvent
This method is used to retrieve the parameter value of 'transactionHistory' passed up from the Gateway in it's call to the retrieveTransactionHistoryRes() method, used on the creation of this event.
getTransactionHistoryError() - Method in class org.csapi.jr.se.am.RetrieveTransactionHistoryErrEvent
This method is used to retrieve the parameter value of 'transactionHistoryError' passed up from the Gateway in it's call to the retrieveTransactionHistoryErr() method, used on the creation of this event.
getTransactionID() - Method in class org.csapi.jr.se.am.TransactionHistory
This method returns a transactionID.
getTransparentCharge() - Method in class org.csapi.jr.se.cc.CallChargePlan
This method returns a transparentCharge.
getTriggeredUserLocation() - Method in interface org.csapi.jr.se.mm.ul.TriggeredLocationReporting
Returns a reference to the TriggeredUserLocation responsible for creation of the TriggeredLocationReporting.
getTriggeringEvent() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a triggeringEvent.
getType() - Method in class org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent
This method is used to retrieve the parameter value of 'type' passed up from the Gateway in it's call to the reportMediaNotification() method, used on the creation of this event.
getType() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamMonitorResEvent
This method is used to retrieve the parameter value of 'type' passed up from the Gateway in it's call to the mediaStreamMonitorRes() method, used on the creation of this event.
getType() - Method in class org.csapi.jr.se.mm.LocationRequest
This method returns a type.
getType() - Method in class org.csapi.jr.se.pam.PAMAttributeDef
This method returns a type.
getType() - Method in class org.csapi.jr.se.StructuredAttributeValue
This method returns a type.
getTypeOfUncertaintyShape() - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method returns a typeOfUncertaintyShape.
getTypes() - Method in class org.csapi.jr.se.policy.PolicyNameType
This method returns a types.
getUI() - Method in class org.csapi.jr.se.ui.UserInteractionAbortedEvent
This method is used to retrieve the UI, associated with this event.
getUI() - Method in class org.csapi.jr.se.ui.ReportNotificationEvent
This method is used to retrieve the UI, associated with this event.
getUI() - Method in class org.csapi.jr.se.ui.ReportEventNotificationEvent
This method is used to retrieve the UI, associated with this event.
getUIAdminManager() - Method in interface org.csapi.jr.se.ui.AdminRelatedDeleteMessage
Returns a reference to the UIAdminManager responsible for creation of the AdminRelatedDeleteMessage.
getUIAdminManager() - Method in interface org.csapi.jr.se.ui.AdminRelatedGetMessage
Returns a reference to the UIAdminManager responsible for creation of the AdminRelatedGetMessage.
getUIAdminManager() - Method in interface org.csapi.jr.se.ui.AdminRelatedPutMessage
Returns a reference to the UIAdminManager responsible for creation of the AdminRelatedPutMessage.
getUICall() - Method in interface org.csapi.jr.se.ui.GetMessage
Returns a reference to the UICall responsible for creation of the GetMessage.
getUICall() - Method in interface org.csapi.jr.se.ui.DeleteMessage
Returns a reference to the UICall responsible for creation of the DeleteMessage.
getUICall() - Method in interface org.csapi.jr.se.ui.RecordMessage
Returns a reference to the UICall responsible for creation of the RecordMessage.
getUICall() - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollect
Returns a reference to the UICall responsible for creation of the CallRelatedSendInfoAndCollect.
getUICall() - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfo
Returns a reference to the UICall responsible for creation of the CallRelatedSendInfo.
getUIEventData() - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
This method returns a uIEventData.
getUIGeneric() - Method in interface org.csapi.jr.se.ui.SendInfo
Returns a reference to the UIGeneric responsible for creation of the SendInfo.
getUIGeneric() - Method in interface org.csapi.jr.se.ui.SendInfoAndCollect
Returns a reference to the UIGeneric responsible for creation of the SendInfoAndCollect.
getUIManager() - Method in interface org.csapi.jr.se.ui.Notifications
Returns a reference to the UIManager responsible for creation of the Notifications.
getUIManager() - Method in interface org.csapi.jr.se.ui.Notification
Returns a reference to the UIManager responsible for creation of the Notification.
getUIManager() - Method in interface org.csapi.jr.se.ui.UI
Returns a reference to the UIManager responsible for creation of the UI.
getUnavailableServiceIDList() - Method in class org.csapi.jr.se.fw.FwEventInfo
This method returns a UnavailableServiceIDList
getUnavailableServiceTypeNameList() - Method in class org.csapi.jr.se.fw.FwEventCriteria
This method returns a UnavailableServiceTypeNameList
getUncertaintyAltitude() - Method in class org.csapi.jr.se.mm.UlExtendedData
This method returns a uncertaintyAltitude.
getUncertaintyAltitude() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a uncertaintyAltitude.
getUncertaintyInnerSemiMajor() - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method returns a uncertaintyInnerSemiMajor.
getUncertaintyInnerSemiMinor() - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method returns a uncertaintyInnerSemiMinor.
getUncertaintyOuterSemiMajor() - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method returns a uncertaintyOuterSemiMajor.
getUncertaintyOuterSemiMinor() - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method returns a uncertaintyOuterSemiMinor.
getUnit() - Method in class org.csapi.jr.se.cs.Volume
This method returns a unit.
getUnitIncrement() - Method in class org.csapi.jr.se.CAIElements
This method returns a unitIncrement.
getUnitLeft() - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the getUnitLeft() method on the Parlay Gateway.
getUnitsPerDataInterval() - Method in class org.csapi.jr.se.CAIElements
This method returns a unitsPerDataInterval.
getUnitsPerInterval() - Method in class org.csapi.jr.se.CAIElements
This method returns a unitsPerInterval.
getUnsignedInt16Value() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a UnsignedInt16Value
getUnsignedInt32Value() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a UnsignedInt32Value
getUnsignedInt64Value() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a UnsignedInt64Value
getUpdateInsideVlr() - Method in class org.csapi.jr.se.mm.LocationTriggerCamel
This method returns a updateInsideVlr.
getUpdateOutsideVlr() - Method in class org.csapi.jr.se.mm.LocationTriggerCamel
This method returns a updateOutsideVlr.
getUsedLocationMethod() - Method in class org.csapi.jr.se.mm.UlExtendedData
This method returns a usedLocationMethod.
getUsedLocationMethod() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a usedLocationMethod.
getUsedTime() - Method in class org.csapi.jr.se.cc.gccs.SuperviseCallResEvent
This method is used to retrieve the parameter value of 'usedTime' passed up from the Gateway in it's call to the superviseCallRes() method, used on the creation of this event.
getUsedTime() - Method in class org.csapi.jr.se.cc.mpccs.SuperviseResEvent
This method is used to retrieve the parameter value of 'usedTime' passed up from the Gateway in it's call to the superviseRes() method, used on the creation of this event.
getUsedVolume() - Method in class org.csapi.jr.se.cc.mmccs.SuperviseVolumeResEvent
This method is used to retrieve the parameter value of 'usedVolume' passed up from the Gateway in it's call to the superviseVolumeRes() method, used on the creation of this event.
getUsedVolume() - Method in class org.csapi.jr.se.dsc.SuperviseDataSessionResEvent
This method is used to retrieve the parameter value of 'usedVolume' passed up from the Gateway in it's call to the superviseDataSessionRes() method, used on the creation of this event.
getUserAddress() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method returns a userAddress.
getUserAddressPresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method returns a userAddressPresent.
getUserConnectionID() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a userConnectionID.
getUserId() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a userId.
getUserID() - Method in class org.csapi.jr.se.mm.UserLocation
This method returns a userID.
getUserID() - Method in class org.csapi.jr.se.mm.UserLocationExtended
This method returns a userID.
getUserID() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a userID.
getUserID() - Method in class org.csapi.jr.se.mm.UserStatus
This method returns a userID.
getUserID() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a userID.
getUserID() - Method in class org.csapi.jr.se.am.Balance
This method returns a userID.
getUserIdPresent() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method returns a userIdPresent.
getUserInfo() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a userInfo.
getUserIPAddress() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a userIPAddress.
getUserLocation() - Method in interface org.csapi.jr.se.mm.ul.LocationReport
Returns a reference to the UserLocation responsible for creation of the LocationReport.
getUserLocation() - Method in interface org.csapi.jr.se.mm.ul.PeriodicLocationReporting
Returns a reference to the UserLocation responsible for creation of the PeriodicLocationReporting.
getUserLocation() - Method in interface org.csapi.jr.se.mm.ul.ExtendedLocationReport
Returns a reference to the UserLocation responsible for creation of the ExtendedLocationReport.
getUserLocationCamel() - Method in interface org.csapi.jr.se.mm.ulc.TriggeredLocationReporting
Returns a reference to the UserLocationCamel responsible for creation of the TriggeredLocationReporting.
getUserLocationCamel() - Method in interface org.csapi.jr.se.mm.ulc.LocationReport
Returns a reference to the UserLocationCamel responsible for creation of the LocationReport.
getUserLocationCamel() - Method in interface org.csapi.jr.se.mm.ulc.PeriodicLocationReporting
Returns a reference to the UserLocationCamel responsible for creation of the PeriodicLocationReporting.
getUserMSISDN() - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method returns a userMSISDN.
getUserName() - Method in class org.csapi.jr.se.mm.UserInfo
This method returns a userName.
getUsers() - Method in class org.csapi.jr.se.mm.MobilityStopAssignmentData
This method returns a users.
getUsers() - Method in class org.csapi.jr.se.mm.TriggeredStatusRequest
This method returns a users.
getUsers() - Method in class org.csapi.jr.se.mm.PeriodicLocationRequest
This method returns a users.
getUsers() - Method in class org.csapi.jr.se.mm.TriggeredLocationRequest
This method returns a users.
getUsers() - Method in class org.csapi.jr.se.am.ChargingEventCriteria
This method returns a users.
getUserStatus() - Method in interface org.csapi.jr.se.mm.us.StatusReport
Returns a reference to the UserStatus responsible for creation of the StatusReport.
getUserStatus() - Method in interface org.csapi.jr.se.mm.us.TriggeredStatusReporting
Returns a reference to the UserStatus responsible for creation of the TriggeredStatusReporting.
getUserStatus() - Method in interface org.csapi.jr.se.mm.us.ExtendedStatusReport
Returns a reference to the UserStatus responsible for creation of the ExtendedStatusReport.
getUserStatus() - Method in interface org.csapi.jr.se.mm.us.ExtTriggeredStatusReporting
Returns a reference to the UserStatus responsible for creation of the ExtTriggeredStatusReporting.
getUserStatusIndicator() - Method in class org.csapi.jr.se.mm.UserStatusIndicatorExtended
This method returns a userStatusIndicator.
getValidityPeriodCondition() - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the getValidityPeriodCondition() method on the Parlay Gateway.
getValidityPeriodCondition() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the getValidityPeriodCondition() method on the Parlay Gateway.
getValidityTimeLeft() - Method in class org.csapi.jr.se.cs.RateResEvent
This method is used to retrieve the parameter value of 'validityTimeLeft' passed up from the Gateway in it's call to the rateRes() method, used on the creation of this event.
getValue() - Method in class org.csapi.jr.se.policy.PolicyConditionListType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.policy.PolicyConditionType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.policy.PolicyActionType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.policy.PolicyTypeInfo
Number representing enum type
getValue() - Method in class org.csapi.jr.se.policy.PolicyNameValue
This method returns a value.
getValue() - Method in class org.csapi.jr.se.cc.gccs.CallNotificationType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.gccs.CallFault
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.gccs.CallReportType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.gccs.CallReleaseCause
This method returns a value.
getValue() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallAppInfoType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallEventType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallLegAttachMechanism
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.ReleaseCause
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CarrierSelectionField
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallMonitorMode
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallBearerService
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallChargeOrderCategory
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallErrorType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallLoadControlMechanismType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallNetworkAccessType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallPartyCategory
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallServiceCodeType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallTeleService
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallTreatmentType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cc.CallPartyToChargeType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UIVariablePartType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UIReport
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UIInfoType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UIFault
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UIEventInfoDataType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UIError
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UITargetObjectType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UICollectMode
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UIPronounceType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UISynthesisRange
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UISynthesisRate
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UISynthesisAge
Number representing enum type
getValue() - Method in class org.csapi.jr.se.ui.UISynthesisGender
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.LocationPriority
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.LocationResponseIndicator
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.LocationTriggerCriteria
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.LocationType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.LocationUncertaintyShape
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.MobilityDiagnostic
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.MobilityError
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.MobilityStopScope
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.TerminalType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.UserStatusIndicator
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.AuthStatusIndicator
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.AccessTechnology
Number representing enum type
getValue() - Method in class org.csapi.jr.se.mm.RoamingStatus
Number representing enum type
getValue() - Method in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
Number representing enum type
getValue() - Method in class org.csapi.jr.se.termcap.TerminalCapabilityScopeType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrderCategory
Number representing enum type
getValue() - Method in class org.csapi.jr.se.dsc.DataSessionErrorType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.dsc.DataSessionFault
Number representing enum type
getValue() - Method in class org.csapi.jr.se.dsc.DataSessionMonitorMode
Number representing enum type
getValue() - Method in class org.csapi.jr.se.dsc.DataSessionReportType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.dsc.DataSessionReleaseCause
This method returns a value.
getValue() - Method in class org.csapi.jr.se.cs.ChargingParameterValueType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cs.ChargingError
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cs.SessionEndedCause
Number representing enum type
getValue() - Method in class org.csapi.jr.se.cs.AppInformationType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.am.ChargingEventName
Number representing enum type
getValue() - Method in class org.csapi.jr.se.am.BalanceQueryError
Number representing enum type
getValue() - Method in class org.csapi.jr.se.am.TransactionHistoryStatus
Number representing enum type
getValue() - Method in class org.csapi.jr.se.pam.PAMContextName
Number representing enum type
getValue() - Method in class org.csapi.jr.se.pam.PAMACLDefault
Number representing enum type
getValue() - Method in class org.csapi.jr.se.pam.PAMPreferenceType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.pam.PAMEventName
Number representing enum type
getValue() - Method in class org.csapi.jr.se.pam.PAMwatcherChangeType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.pam.PAMErrorCause
Number representing enum type
getValue() - Method in class org.csapi.jr.se.AddressError
Number representing enum type
getValue() - Method in class org.csapi.jr.se.AddressPlan
Number representing enum type
getValue() - Method in class org.csapi.jr.se.AddressPresentation
Number representing enum type
getValue() - Method in class org.csapi.jr.se.AddressScreening
Number representing enum type
getValue() - Method in class org.csapi.jr.se.CallAoCOrderCategory
Number representing enum type
getValue() - Method in class org.csapi.jr.se.DataSessionQosClass
Number representing enum type
getValue() - Method in class org.csapi.jr.se.SimpleAttributeTypeInfo
Number representing enum type
getValue() - Method in class org.csapi.jr.se.AttributeTagInfo
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.APIUnavailReason
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.DomainIDType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.FwEventName
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.FWExceptionType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.FwUnavailReason
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.InterfaceFault
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.LoadLevel
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.LoadStatisticEntityType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.LoadStatisticInfoType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.LoadStatusError
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.ServiceTypePropertyMode
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.SvcUnavailReason
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.LoadStatisticError
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.SubjectType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.FaultStatisticsError
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.SvcAvailStatusReason
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.AppAvailStatusReason
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.MigrationAdditionalInfoType
Number representing enum type
getValue() - Method in class org.csapi.jr.se.fw.FwAvailStatusReason
Number representing enum type
getValue() - Method in class org.csapi.jr.se.StructuredAttributeValue
This method returns a value.
getValuePartA() - Method in class org.csapi.jr.se.am.BalanceInfo
This method returns a valuePartA.
getValuePartB() - Method in class org.csapi.jr.se.am.BalanceInfo
This method returns a valuePartB.
getValueText() - Method in class org.csapi.jr.se.policy.PolicyConditionListType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.policy.PolicyConditionType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.policy.PolicyActionType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.policy.PolicyTypeInfo
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.gccs.CallNotificationType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.gccs.CallFault
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfoType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.gccs.CallReportType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallAppInfoType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallEventType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallLegAttachMechanism
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.ReleaseCause
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CarrierSelectionField
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallMonitorMode
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallBearerService
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallChargeOrderCategory
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallErrorType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallLoadControlMechanismType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallNetworkAccessType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallPartyCategory
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallServiceCodeType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallTeleService
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallTreatmentType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cc.CallPartyToChargeType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UIVariablePartType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UIReport
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UIInfoType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UIFault
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UIEventInfoDataType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UIError
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UITargetObjectType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UICollectMode
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UIPronounceType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UISynthesisRange
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UISynthesisRate
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UISynthesisAge
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.ui.UISynthesisGender
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.LocationPriority
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.LocationResponseIndicator
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.LocationTriggerCriteria
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.LocationType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.LocationUncertaintyShape
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.MobilityDiagnostic
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.MobilityError
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.MobilityStopScope
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.TerminalType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.UserStatusIndicator
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.AuthStatusIndicator
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.AccessTechnology
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.mm.RoamingStatus
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.termcap.TerminalCapabilityScopeType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrderCategory
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.dsc.DataSessionErrorType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.dsc.DataSessionFault
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.dsc.DataSessionMonitorMode
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.dsc.DataSessionReportType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cs.ChargingParameterValueType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cs.ChargingError
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cs.SessionEndedCause
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.cs.AppInformationType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.am.ChargingEventName
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.am.BalanceQueryError
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.am.TransactionHistoryStatus
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.pam.PAMContextName
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.pam.PAMACLDefault
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.pam.PAMPreferenceType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.pam.PAMEventName
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.pam.PAMwatcherChangeType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.pam.PAMErrorCause
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.AddressError
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.AddressPlan
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.AddressPresentation
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.AddressScreening
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.CallAoCOrderCategory
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.DataSessionQosClass
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.SimpleAttributeTypeInfo
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.AttributeTagInfo
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.APIUnavailReason
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.DomainIDType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.FwEventName
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.FWExceptionType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.FwUnavailReason
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.InterfaceFault
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.LoadLevel
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.LoadStatisticEntityType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.LoadStatisticInfoType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.LoadStatusError
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.ServiceTypePropertyMode
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.SvcUnavailReason
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.LoadStatisticError
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.SubjectType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.FaultStatisticsError
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.SvcAvailStatusReason
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.AppAvailStatusReason
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.MigrationAdditionalInfoType
getValueText method, overrides the getValueText() method in class java.lang.Object
getValueText() - Method in class org.csapi.jr.se.fw.FwAvailStatusReason
getValueText method, overrides the getValueText() method in class java.lang.Object
getVariable(String, String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getVariable() method on the Parlay Gateway.
getVariable(String, String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getVariable() method on the Parlay Gateway.
getVariablePartAddress() - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method returns a VariablePartAddress
getVariablePartDate() - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method returns a VariablePartDate
getVariablePartInteger() - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method returns a VariablePartInteger
getVariablePartPrice() - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method returns a VariablePartPrice
getVariablePartTime() - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method returns a VariablePartTime
getVariableSet(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getVariableSet() method on the Parlay Gateway.
getVariableSet(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getVariableSet() method on the Parlay Gateway.
getVariableSetCount() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getVariableSetCount() method on the Parlay Gateway.
getVariableSetCount() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getVariableSetCount() method on the Parlay Gateway.
getVariableSetIterator() - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the getVariableSetIterator() method on the Parlay Gateway.
getVariableSetIterator() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getVariableSetIterator() method on the Parlay Gateway.
getVariableType(String, String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getVariableType() method on the Parlay Gateway.
getVariableValue(String, String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the getVariableValue() method on the Parlay Gateway.
getVarName() - Method in class org.csapi.jr.se.policy.PolicyVar
This method returns a varName.
getVarType() - Method in class org.csapi.jr.se.policy.PolicyVar
This method returns a varType.
getVarValue() - Method in class org.csapi.jr.se.policy.PolicyVar
This method returns a varValue.
getVideo() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
This method returns a Video
getVlrNumber() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a vlrNumber.
getVlrNumberPresent() - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method returns a vlrNumberPresent.
getVolume() - Method in class org.csapi.jr.se.cs.PriceVolume
This method returns a volume.
getVolumeQuantity() - Method in class org.csapi.jr.se.cc.mmccs.CallSuperviseVolume
This method returns a volumeQuantity.
getVolumeQuantity() - Method in class org.csapi.jr.se.dsc.DataSessionSuperviseVolume
This method returns a volumeQuantity.
getVolumeUnit() - Method in class org.csapi.jr.se.cc.mmccs.CallSuperviseVolume
This method returns a volumeUnit.
getVolumeUnit() - Method in class org.csapi.jr.se.dsc.DataSessionSuperviseVolume
This method returns a volumeUnit.
getWatchers() - Method in class org.csapi.jr.se.pam.PAMWCNotificationData
This method returns a watchers.
getWatchersChanged() - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method returns a WatchersChanged
getWatchersChangedNotify() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method returns a WatchersChangedNotify
getWCharValue() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a WCharValue
getWordOverrideList() - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method returns a wordOverrideList.
getWStringValue() - Method in class org.csapi.jr.se.SimpleAttributeValue
This method returns a WStringValue
getXMLString() - Method in class org.csapi.jr.se.policy.PolicyType
This method returns a XMLString
getXMLValue() - Method in class org.csapi.jr.se.AttributeValue
This method returns a XMLValue
GSM_ENHANCED - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
GSM Enhanced Full Rate Codec
GSM_FULLRATE - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
GSM Full Rate Codec
GSM_HALFRATE - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
GSM Half Rate Codec

H

H261 - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation H.261
H262 - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation H.262
H263 - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ITU-T Recommendation H.263
hashCode() - Method in class org.csapi.jr.se.policy.PolicyConditionListType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyConditionType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyActionType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyTypeInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyConditionListElement
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyActionListElement
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyEvent
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyVar
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyListType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyNameValue
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyNameType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.policy.PolicyType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallNotificationType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallFault
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallReportType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteriaResult
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallReleaseCause
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallReport
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallReportRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallEndedReport
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallTreatment
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.mmccs.MediaStream
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.mmccs.CallSuperviseVolume
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.mmccs.NotificationMediaRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.mmccs.MediaNotificationRequested
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallAppInfoType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallEventType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallLegAttachMechanism
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.ReleaseCause
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CarrierSelectionField
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallMonitorMode
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallBearerService
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallChargeOrderCategory
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallErrorType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallLoadControlMechanismType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallNetworkAccessType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallPartyCategory
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallEventInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallServiceCodeType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallTeleService
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallTreatmentType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallPartyToChargeType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallEventRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallNotificationRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallNotificationScope
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallNotificationInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallNotificationReportScope
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.NotificationRequested
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallLegConnectionProperties
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallLegInfoReport
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.NotificationRequestedSetEntry
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.Carrier
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallLegProperty
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallChargePlan
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallEndedReport
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallInfoReport
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallServiceCode
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallTreatment
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallAppInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallAdditionalErrorInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallLoadControlMechanism
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallAdditionalTreatmentInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cc.CallPartyToChargeAdditionalInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIVariablePartType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIReport
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIInfoType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIFault
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIEventInfoDataType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UITargetObjectType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UICollectMode
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIPronounceType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UISynthesisRange
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UISynthesisRate
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UISynthesisAge
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UISynthesisGender
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIMessageCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIEventInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIEventCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIWordOverride
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UICollectCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIEventCriteriaResult
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIRecognitionProperty
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIRecognitionCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIVariableInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UIInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ui.UITargetObject
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.LocationPriority
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.LocationResponseIndicator
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.LocationTriggerCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.LocationType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.LocationUncertaintyShape
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.MobilityDiagnostic
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.MobilityError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.MobilityStopScope
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.TerminalType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserStatusIndicator
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.AuthStatusIndicator
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.AccessTechnology
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.RoamingStatus
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.GeographicalPosition
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.LocationRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.LocationResponseTime
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.LocationTrigger
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.MobilityStopAssignmentData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UlExtendedData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserLocation
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserLocationExtended
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.LocationTriggerCamel
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserLocationCamel
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserLocationEmergency
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserStatus
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.TriggeredStatusRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.TriggeredStatusRequestSetEntry
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.PeriodicLocationRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.TriggeredLocationRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserStatusExtended
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserStatusIndicatorExtended
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.UserInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.mm.NetworkStatusIndicator
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.termcap.TerminalCapabilityScopeType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.termcap.TypeTerminalCapabilities
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.termcap.TerminalCapabilityScope
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrderCategory
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionErrorType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionFault
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionMonitorMode
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionReportType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.ChargePerVolume
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionChargePlan
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionReleaseCause
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionReport
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionReportRequest
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionSuperviseVolume
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteriaResult
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalReportInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrder
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.ChargingParameterValueType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.ChargingError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.SessionEndedCause
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.AppInformationType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.MerchantAccountID
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.CorrelationID
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.ChargingPrice
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.Amount
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.Volume
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.ChargingSessionID
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.PriceVolume
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.ApplicationDescription
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.ChargingParameter
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.ChargingParameterValue
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.cs.AppInformation
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.am.ChargingEventName
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.am.BalanceQueryError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.am.TransactionHistoryStatus
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.am.ChargingEventInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.am.ChargingEventCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.am.BalanceInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.am.Balance
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.am.TransactionHistory
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.am.ChargingEventCriteriaResult
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMContextName
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMACLDefault
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMPreferenceType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMEventName
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMwatcherChangeType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMErrorCause
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMContext
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAttributeDef
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAvailabilityProfile
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAttribute
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMPresenceData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMCommunicationContext
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAccessControlData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMICEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMICNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMIDEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMIDNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMGMCEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMGMCNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMACEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMACNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMADEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMADNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAAEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAANotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAUEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAUNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMCCEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMACPSEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMCCNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMACPSNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAPSEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAPSNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMIPSEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMIPSNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAVCEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMAVCNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMWCEventData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMWCNotificationData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMErrorInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMEventInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMContextData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMPreferenceData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.AddressError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.AddressPlan
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.AddressPresentation
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.AddressScreening
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.CallAoCOrderCategory
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.DataSessionQosClass
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.SimpleAttributeTypeInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.AttributeTagInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.APIUnavailReason
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.DomainIDType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.FwEventName
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.FWExceptionType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.FwUnavailReason
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.InterfaceFault
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadLevel
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadStatisticEntityType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadStatisticInfoType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadStatusError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ServiceTypePropertyMode
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.SvcUnavailReason
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadStatisticError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.SubjectType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.FaultStatisticsError
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.SvcAvailStatusReason
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.AppAvailStatusReason
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.MigrationAdditionalInfoType
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.FwAvailStatusReason
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.AuthDomain
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ClientAppDescription
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.EntOp
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.FaultStats
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.FaultStatsRecord
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadInitVal
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadPolicy
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadStatistic
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadStatisticData
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadThreshold
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.Person
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.Property
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.Sag
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.Service
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ServiceDescription
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ServiceContractDescription
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ServiceProperty
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ServiceTypeDescription
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ServiceTypeProperty
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.SignatureAndServiceMgr
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ServiceContract
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ServiceProfile
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.SagProfilePair
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.AddSagMembersConflict
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.ServiceTypePropertyValue
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.DomainID
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.FwEventCriteria
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.FwEventInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadStatisticInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.LoadStatisticEntityID
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.fw.MigrationAdditionalInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.Address
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.AddressRange
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.AoCInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ChargeAdviceInfo
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.CAIElements
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.ChargePerTime
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.TimeInterval
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.Attribute
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.StructuredAttributeValue
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.AoCOrder
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.AttributeValue
Returns a hashcode value for the object.
hashCode() - Method in class org.csapi.jr.se.SimpleAttributeValue
Returns a hashcode value for the object.
hasType(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the hasType() method on the Parlay Gateway.
hasType(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the hasType() method on the Parlay Gateway.
HeartBeat - interface org.csapi.jr.se.fw.fw_application.integrity.HeartBeat.
The Heartbeat Framework interface is used by the client application to send its heartbeat.
HeartBeatMgmt - interface org.csapi.jr.se.fw.fw_application.integrity.HeartBeatMgmt.
This interface allows the initialisation of a heartbeat supervision of the framework by a client application.
HOME_USER - Static variable in class org.csapi.jr.se.mm.RoamingStatus
User is in the home network

I

IDLE_STATE - Static variable in interface org.csapi.jr.se.Activity
This constant value represents the "active" state.
IdNotFoundException - exception org.csapi.jr.se.ui.IdNotFoundException.
Information id unknown.
IdNotFoundException() - Constructor for class org.csapi.jr.se.ui.IdNotFoundException
 
IdNotFoundException(String) - Constructor for class org.csapi.jr.se.ui.IdNotFoundException
 
IdNotFoundException(String, Throwable) - Constructor for class org.csapi.jr.se.ui.IdNotFoundException
 
IdNotFoundException(Throwable) - Constructor for class org.csapi.jr.se.ui.IdNotFoundException
 
IllegalIdException - exception org.csapi.jr.se.ui.IllegalIdException.
Information id specified is invalid.
IllegalIdException() - Constructor for class org.csapi.jr.se.ui.IllegalIdException
 
IllegalIdException(String) - Constructor for class org.csapi.jr.se.ui.IllegalIdException
 
IllegalIdException(String, Throwable) - Constructor for class org.csapi.jr.se.ui.IllegalIdException
 
IllegalIdException(Throwable) - Constructor for class org.csapi.jr.se.ui.IllegalIdException
 
IllegalRangeException - exception org.csapi.jr.se.ui.IllegalRangeException.
The values for minimum and maximum collection length are out of range.
IllegalRangeException() - Constructor for class org.csapi.jr.se.ui.IllegalRangeException
 
IllegalRangeException(String) - Constructor for class org.csapi.jr.se.ui.IllegalRangeException
 
IllegalRangeException(String, Throwable) - Constructor for class org.csapi.jr.se.ui.IllegalRangeException
 
IllegalRangeException(Throwable) - Constructor for class org.csapi.jr.se.ui.IllegalRangeException
 
IllegalServiceIdException - exception org.csapi.jr.se.fw.IllegalServiceIdException.
Illegal Service ID
IllegalServiceIdException() - Constructor for class org.csapi.jr.se.fw.IllegalServiceIdException
 
IllegalServiceIdException(String) - Constructor for class org.csapi.jr.se.fw.IllegalServiceIdException
 
IllegalServiceIdException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.IllegalServiceIdException
 
IllegalServiceIdException(Throwable) - Constructor for class org.csapi.jr.se.fw.IllegalServiceIdException
 
IllegalServiceTypeException - exception org.csapi.jr.se.fw.IllegalServiceTypeException.
Illegal Service Type
IllegalServiceTypeException() - Constructor for class org.csapi.jr.se.fw.IllegalServiceTypeException
 
IllegalServiceTypeException(String) - Constructor for class org.csapi.jr.se.fw.IllegalServiceTypeException
 
IllegalServiceTypeException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.IllegalServiceTypeException
 
IllegalServiceTypeException(Throwable) - Constructor for class org.csapi.jr.se.fw.IllegalServiceTypeException
 
IllegalStateException - exception org.csapi.jr.se.IllegalStateException.
Signals that a method has been invoked at an illegal or inappropriate time
IllegalStateException(Object, int) - Constructor for class org.csapi.jr.se.IllegalStateException
 
IllegalStateException(Object, int, String) - Constructor for class org.csapi.jr.se.IllegalStateException
 
IN_SERVICE_STATE - Static variable in interface org.csapi.jr.se.Service
This constant represents the IN_SERVICE_STATE state.
InformationNotAvailableException - exception org.csapi.jr.se.InformationNotAvailableException.
The requested information is not available.
InformationNotAvailableException() - Constructor for class org.csapi.jr.se.InformationNotAvailableException
 
InformationNotAvailableException(String) - Constructor for class org.csapi.jr.se.InformationNotAvailableException
 
InformationNotAvailableException(String, Throwable) - Constructor for class org.csapi.jr.se.InformationNotAvailableException
 
InformationNotAvailableException(Throwable) - Constructor for class org.csapi.jr.se.InformationNotAvailableException
 
Initial - interface org.csapi.jr.se.fw.fw_access.trust_and_security.Initial.
The Initial Framework interface is used by the client to initiate the authentication with the Framework.
initiateAuthentication(AuthDomain, String) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Initial
Deprecated.  
initiateAuthenticationWithVersion(AuthDomain, String, String) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Initial
This method is invoked by the client to start the process of authentication with the framework, and request the use of a specific authentication method using the new method with support for backward compatibility in the framework.
initiateSignServiceAgreement(String) - Method in interface org.csapi.jr.se.fw.fw_application.service_agreement.ServiceAgreementManagement
This method is used by the client application to initiate the sign service agreement process.
INT16 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpInt16.
INT32 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpInt32.
INT64 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpInt64
INTERFACE_FAULT_GATEWAY_FAILURE - Static variable in class org.csapi.jr.se.fw.InterfaceFault
A fault in the gateway API software or hardware has been detected
INTERFACE_FAULT_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.InterfaceFault
A fault in the local API software or hardware has been detected
INTERFACE_FAULT_PROTOCOL_ERROR - Static variable in class org.csapi.jr.se.fw.InterfaceFault
An error in the protocol used on the client-gateway link has been detected
INTERFACE_FAULT_UNDEFINED - Static variable in class org.csapi.jr.se.fw.InterfaceFault
Undefined
InterfaceFault - class org.csapi.jr.se.fw.InterfaceFault.
Defines the cause of the interface fault detected.
INTERNATIONAL_ROAMING - Static variable in class org.csapi.jr.se.mm.RoamingStatus
User has roamed to another operator abroad
INVALID_STATE - Static variable in interface org.csapi.jr.se.Constants
Unexpected sequence of methods, that is the sequence does not match the specified state diagrams.
INVALID_STATE - Static variable in interface org.csapi.jr.se.Activity
This constant value represents the "invalid" state.
InvalidAccessTypeException - exception org.csapi.jr.se.fw.InvalidAccessTypeException.
The framework does not support the type of access interface requested by the client.
InvalidAccessTypeException() - Constructor for class org.csapi.jr.se.fw.InvalidAccessTypeException
 
InvalidAccessTypeException(String) - Constructor for class org.csapi.jr.se.fw.InvalidAccessTypeException
 
InvalidAccessTypeException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidAccessTypeException
 
InvalidAccessTypeException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidAccessTypeException
 
InvalidAccountException - exception org.csapi.jr.se.cs.InvalidAccountException.
Invalid merchant account specified.
InvalidAccountException() - Constructor for class org.csapi.jr.se.cs.InvalidAccountException
 
InvalidAccountException(String) - Constructor for class org.csapi.jr.se.cs.InvalidAccountException
 
InvalidAccountException(String, Throwable) - Constructor for class org.csapi.jr.se.cs.InvalidAccountException
 
InvalidAccountException(Throwable) - Constructor for class org.csapi.jr.se.cs.InvalidAccountException
 
InvalidActivityEvent - class org.csapi.jr.se.InvalidActivityEvent.
This event type is used by the listener to indicate that the object has moved into an invalid activity state.
InvalidActivityEvent(Object) - Constructor for class org.csapi.jr.se.InvalidActivityEvent
Constructor for the InvalidActivityEvent event
InvalidActivityTestIdException - exception org.csapi.jr.se.fw.InvalidActivityTestIdException.
ID does not correspond to a valid activity test request
InvalidActivityTestIdException() - Constructor for class org.csapi.jr.se.fw.InvalidActivityTestIdException
 
InvalidActivityTestIdException(String) - Constructor for class org.csapi.jr.se.fw.InvalidActivityTestIdException
 
InvalidActivityTestIdException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidActivityTestIdException
 
InvalidActivityTestIdException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidActivityTestIdException
 
InvalidAdditionToSagException - exception org.csapi.jr.se.fw.InvalidAdditionToSagException.
A client application cannot be added to the SAG because this would imply that the client application has two concurrent service profiles at a particular moment in time for a particular service.
InvalidAdditionToSagException() - Constructor for class org.csapi.jr.se.fw.InvalidAdditionToSagException
 
InvalidAdditionToSagException(String) - Constructor for class org.csapi.jr.se.fw.InvalidAdditionToSagException
 
InvalidAdditionToSagException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidAdditionToSagException
 
InvalidAdditionToSagException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidAdditionToSagException
 
InvalidAddressException - exception org.csapi.jr.se.InvalidAddressException.
Invalid address specified.
InvalidAddressException() - Constructor for class org.csapi.jr.se.InvalidAddressException
 
InvalidAddressException(String) - Constructor for class org.csapi.jr.se.InvalidAddressException
 
InvalidAddressException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidAddressException
 
InvalidAddressException(Throwable) - Constructor for class org.csapi.jr.se.InvalidAddressException
 
InvalidAgreementTextException - exception org.csapi.jr.se.fw.InvalidAgreementTextException.
Invalid agreement text
InvalidAgreementTextException() - Constructor for class org.csapi.jr.se.fw.InvalidAgreementTextException
 
InvalidAgreementTextException(String) - Constructor for class org.csapi.jr.se.fw.InvalidAgreementTextException
 
InvalidAgreementTextException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidAgreementTextException
 
InvalidAgreementTextException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidAgreementTextException
 
InvalidAmountException - exception org.csapi.jr.se.InvalidAmountException.
Invalid amount specified.
InvalidAmountException() - Constructor for class org.csapi.jr.se.InvalidAmountException
 
InvalidAmountException(String) - Constructor for class org.csapi.jr.se.InvalidAmountException
 
InvalidAmountException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidAmountException
 
InvalidAmountException(Throwable) - Constructor for class org.csapi.jr.se.InvalidAmountException
 
InvalidArgumentException - exception org.csapi.jr.se.InvalidArgumentException.
Thrown when an invalid argument is set
InvalidArgumentException() - Constructor for class org.csapi.jr.se.InvalidArgumentException
 
InvalidArgumentException(String) - Constructor for class org.csapi.jr.se.InvalidArgumentException
 
InvalidArgumentException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidArgumentException
 
InvalidArgumentException(Throwable) - Constructor for class org.csapi.jr.se.InvalidArgumentException
 
InvalidAssignmentIdException - exception org.csapi.jr.se.InvalidAssignmentIdException.
The assignment ID is invalid
InvalidAssignmentIdException() - Constructor for class org.csapi.jr.se.InvalidAssignmentIdException
 
InvalidAssignmentIdException(String) - Constructor for class org.csapi.jr.se.InvalidAssignmentIdException
 
InvalidAssignmentIdException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidAssignmentIdException
 
InvalidAssignmentIdException(Throwable) - Constructor for class org.csapi.jr.se.InvalidAssignmentIdException
 
InvalidAuthTypeException - exception org.csapi.jr.se.fw.InvalidAuthTypeException.
Invalid type of authentication mechanism
InvalidAuthTypeException() - Constructor for class org.csapi.jr.se.fw.InvalidAuthTypeException
 
InvalidAuthTypeException(String) - Constructor for class org.csapi.jr.se.fw.InvalidAuthTypeException
 
InvalidAuthTypeException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidAuthTypeException
 
InvalidAuthTypeException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidAuthTypeException
 
InvalidClientAppIdException - exception org.csapi.jr.se.fw.InvalidClientAppIdException.
Invalid Client Application ID
InvalidClientAppIdException() - Constructor for class org.csapi.jr.se.fw.InvalidClientAppIdException
 
InvalidClientAppIdException(String) - Constructor for class org.csapi.jr.se.fw.InvalidClientAppIdException
 
InvalidClientAppIdException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidClientAppIdException
 
InvalidClientAppIdException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidClientAppIdException
 
InvalidCollectionCriteriaException - exception org.csapi.jr.se.ui.InvalidCollectionCriteriaException.
Invalid collection criteria specified.
InvalidCollectionCriteriaException() - Constructor for class org.csapi.jr.se.ui.InvalidCollectionCriteriaException
 
InvalidCollectionCriteriaException(String) - Constructor for class org.csapi.jr.se.ui.InvalidCollectionCriteriaException
 
InvalidCollectionCriteriaException(String, Throwable) - Constructor for class org.csapi.jr.se.ui.InvalidCollectionCriteriaException
 
InvalidCollectionCriteriaException(Throwable) - Constructor for class org.csapi.jr.se.ui.InvalidCollectionCriteriaException
 
InvalidCriteriaException - exception org.csapi.jr.se.InvalidCriteriaException.
Invalid criteria specified.
InvalidCriteriaException() - Constructor for class org.csapi.jr.se.InvalidCriteriaException
 
InvalidCriteriaException(String) - Constructor for class org.csapi.jr.se.InvalidCriteriaException
 
InvalidCriteriaException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidCriteriaException
 
InvalidCriteriaException(Throwable) - Constructor for class org.csapi.jr.se.InvalidCriteriaException
 
InvalidCurrencyException - exception org.csapi.jr.se.InvalidCurrencyException.
Invalid currency specified.
InvalidCurrencyException() - Constructor for class org.csapi.jr.se.InvalidCurrencyException
 
InvalidCurrencyException(String) - Constructor for class org.csapi.jr.se.InvalidCurrencyException
 
InvalidCurrencyException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidCurrencyException
 
InvalidCurrencyException(Throwable) - Constructor for class org.csapi.jr.se.InvalidCurrencyException
 
InvalidDomainIdException - exception org.csapi.jr.se.fw.InvalidDomainIdException.
Invalid client ID
InvalidDomainIdException() - Constructor for class org.csapi.jr.se.fw.InvalidDomainIdException
 
InvalidDomainIdException(String) - Constructor for class org.csapi.jr.se.fw.InvalidDomainIdException
 
InvalidDomainIdException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidDomainIdException
 
InvalidDomainIdException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidDomainIdException
 
InvalidEncryptionCapabilityException - exception org.csapi.jr.se.fw.InvalidEncryptionCapabilityException.
Invalid encryption capability
InvalidEncryptionCapabilityException() - Constructor for class org.csapi.jr.se.fw.InvalidEncryptionCapabilityException
 
InvalidEncryptionCapabilityException(String) - Constructor for class org.csapi.jr.se.fw.InvalidEncryptionCapabilityException
 
InvalidEncryptionCapabilityException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidEncryptionCapabilityException
 
InvalidEncryptionCapabilityException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidEncryptionCapabilityException
 
InvalidEntOpIdException - exception org.csapi.jr.se.fw.InvalidEntOpIdException.
Invalid Enterprise Operator ID
InvalidEntOpIdException() - Constructor for class org.csapi.jr.se.fw.InvalidEntOpIdException
 
InvalidEntOpIdException(String) - Constructor for class org.csapi.jr.se.fw.InvalidEntOpIdException
 
InvalidEntOpIdException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidEntOpIdException
 
InvalidEntOpIdException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidEntOpIdException
 
InvalidEnumValueException - exception org.csapi.jr.se.InvalidEnumValueException.
Thrown when an enum data type is accessed with an invalid request value
InvalidEnumValueException() - Constructor for class org.csapi.jr.se.InvalidEnumValueException
 
InvalidEnumValueException(String) - Constructor for class org.csapi.jr.se.InvalidEnumValueException
 
InvalidEnumValueException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidEnumValueException
 
InvalidEnumValueException(Throwable) - Constructor for class org.csapi.jr.se.InvalidEnumValueException
 
InvalidEventTypeException - exception org.csapi.jr.se.InvalidEventTypeException.
Invalid event type.
InvalidEventTypeException() - Constructor for class org.csapi.jr.se.InvalidEventTypeException
 
InvalidEventTypeException(String) - Constructor for class org.csapi.jr.se.InvalidEventTypeException
 
InvalidEventTypeException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidEventTypeException
 
InvalidEventTypeException(Throwable) - Constructor for class org.csapi.jr.se.InvalidEventTypeException
 
InvalidInterfaceNameException - exception org.csapi.jr.se.InvalidInterfaceNameException.
Invalid interface name.
InvalidInterfaceNameException() - Constructor for class org.csapi.jr.se.InvalidInterfaceNameException
 
InvalidInterfaceNameException(String) - Constructor for class org.csapi.jr.se.InvalidInterfaceNameException
 
InvalidInterfaceNameException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidInterfaceNameException
 
InvalidInterfaceNameException(Throwable) - Constructor for class org.csapi.jr.se.InvalidInterfaceNameException
 
InvalidInterfaceTypeException - exception org.csapi.jr.se.InvalidInterfaceTypeException.
The interface reference supplied by the client is the wrong type.
InvalidInterfaceTypeException() - Constructor for class org.csapi.jr.se.InvalidInterfaceTypeException
 
InvalidInterfaceTypeException(String) - Constructor for class org.csapi.jr.se.InvalidInterfaceTypeException
 
InvalidInterfaceTypeException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidInterfaceTypeException
 
InvalidInterfaceTypeException(Throwable) - Constructor for class org.csapi.jr.se.InvalidInterfaceTypeException
 
InvalidNetworkStateException - exception org.csapi.jr.se.InvalidNetworkStateException.
Although the sequence of method calls is allowed by the gateway, the underlying protocol cannot support it.
InvalidNetworkStateException() - Constructor for class org.csapi.jr.se.InvalidNetworkStateException
 
InvalidNetworkStateException(String) - Constructor for class org.csapi.jr.se.InvalidNetworkStateException
 
InvalidNetworkStateException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidNetworkStateException
 
InvalidNetworkStateException(Throwable) - Constructor for class org.csapi.jr.se.InvalidNetworkStateException
 
InvalidPropertyException - exception org.csapi.jr.se.fw.InvalidPropertyException.
The framework does not recognise the property supplied by the client
InvalidPropertyException() - Constructor for class org.csapi.jr.se.fw.InvalidPropertyException
 
InvalidPropertyException(String) - Constructor for class org.csapi.jr.se.fw.InvalidPropertyException
 
InvalidPropertyException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidPropertyException
 
InvalidPropertyException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidPropertyException
 
InvalidReportingIntervalException - exception org.csapi.jr.se.mm.InvalidReportingIntervalException.
The requested reporting interval is not valid
InvalidReportingIntervalException() - Constructor for class org.csapi.jr.se.mm.InvalidReportingIntervalException
 
InvalidReportingIntervalException(String) - Constructor for class org.csapi.jr.se.mm.InvalidReportingIntervalException
 
InvalidReportingIntervalException(String, Throwable) - Constructor for class org.csapi.jr.se.mm.InvalidReportingIntervalException
 
InvalidReportingIntervalException(Throwable) - Constructor for class org.csapi.jr.se.mm.InvalidReportingIntervalException
 
InvalidRequestNumberException - exception org.csapi.jr.se.cs.InvalidRequestNumberException.
Invalid request number specified.
InvalidRequestNumberException() - Constructor for class org.csapi.jr.se.cs.InvalidRequestNumberException
 
InvalidRequestNumberException(String) - Constructor for class org.csapi.jr.se.cs.InvalidRequestNumberException
 
InvalidRequestNumberException(String, Throwable) - Constructor for class org.csapi.jr.se.cs.InvalidRequestNumberException
 
InvalidRequestNumberException(Throwable) - Constructor for class org.csapi.jr.se.cs.InvalidRequestNumberException
 
InvalidSagIdException - exception org.csapi.jr.se.fw.InvalidSagIdException.
Invalid Subscription Assignment Group ID
InvalidSagIdException() - Constructor for class org.csapi.jr.se.fw.InvalidSagIdException
 
InvalidSagIdException(String) - Constructor for class org.csapi.jr.se.fw.InvalidSagIdException
 
InvalidSagIdException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidSagIdException
 
InvalidSagIdException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidSagIdException
 
InvalidSagToServiceProfileAssignmentException - exception org.csapi.jr.se.fw.InvalidSagToServiceProfileAssignmentException.
A SAG cannot be assigned to the service profile because this would imply that a client application has two concurrent service profiles at a particular moment in time for a particular service.
InvalidSagToServiceProfileAssignmentException() - Constructor for class org.csapi.jr.se.fw.InvalidSagToServiceProfileAssignmentException
 
InvalidSagToServiceProfileAssignmentException(String) - Constructor for class org.csapi.jr.se.fw.InvalidSagToServiceProfileAssignmentException
 
InvalidSagToServiceProfileAssignmentException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidSagToServiceProfileAssignmentException
 
InvalidSagToServiceProfileAssignmentException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidSagToServiceProfileAssignmentException
 
InvalidServiceContractIdException - exception org.csapi.jr.se.fw.InvalidServiceContractIdException.
Invalid Service Contract ID
InvalidServiceContractIdException() - Constructor for class org.csapi.jr.se.fw.InvalidServiceContractIdException
 
InvalidServiceContractIdException(String) - Constructor for class org.csapi.jr.se.fw.InvalidServiceContractIdException
 
InvalidServiceContractIdException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidServiceContractIdException
 
InvalidServiceContractIdException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidServiceContractIdException
 
InvalidServiceIdException - exception org.csapi.jr.se.fw.InvalidServiceIdException.
Invalid service ID
InvalidServiceIdException() - Constructor for class org.csapi.jr.se.fw.InvalidServiceIdException
 
InvalidServiceIdException(String) - Constructor for class org.csapi.jr.se.fw.InvalidServiceIdException
 
InvalidServiceIdException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidServiceIdException
 
InvalidServiceIdException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidServiceIdException
 
InvalidServiceProfileIdException - exception org.csapi.jr.se.fw.InvalidServiceProfileIdException.
Invalid service profile ID
InvalidServiceProfileIdException() - Constructor for class org.csapi.jr.se.fw.InvalidServiceProfileIdException
 
InvalidServiceProfileIdException(String) - Constructor for class org.csapi.jr.se.fw.InvalidServiceProfileIdException
 
InvalidServiceProfileIdException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidServiceProfileIdException
 
InvalidServiceProfileIdException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidServiceProfileIdException
 
InvalidServiceTokenException - exception org.csapi.jr.se.fw.InvalidServiceTokenException.
The service token has not been issued, or it has expired.
InvalidServiceTokenException() - Constructor for class org.csapi.jr.se.fw.InvalidServiceTokenException
 
InvalidServiceTokenException(String) - Constructor for class org.csapi.jr.se.fw.InvalidServiceTokenException
 
InvalidServiceTokenException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidServiceTokenException
 
InvalidServiceTokenException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidServiceTokenException
 
InvalidServiceTypeException - exception org.csapi.jr.se.fw.InvalidServiceTypeException.
Invalid Service Type
InvalidServiceTypeException() - Constructor for class org.csapi.jr.se.fw.InvalidServiceTypeException
 
InvalidServiceTypeException(String) - Constructor for class org.csapi.jr.se.fw.InvalidServiceTypeException
 
InvalidServiceTypeException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidServiceTypeException
 
InvalidServiceTypeException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidServiceTypeException
 
InvalidSessionIdException - exception org.csapi.jr.se.InvalidSessionIdException.
Invalid session ID.
InvalidSessionIdException() - Constructor for class org.csapi.jr.se.InvalidSessionIdException
 
InvalidSessionIdException(String) - Constructor for class org.csapi.jr.se.InvalidSessionIdException
 
InvalidSessionIdException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidSessionIdException
 
InvalidSessionIdException(Throwable) - Constructor for class org.csapi.jr.se.InvalidSessionIdException
 
InvalidSignatureException - exception org.csapi.jr.se.fw.InvalidSignatureException.
Invalid digital signature
InvalidSignatureException() - Constructor for class org.csapi.jr.se.fw.InvalidSignatureException
 
InvalidSignatureException(String) - Constructor for class org.csapi.jr.se.fw.InvalidSignatureException
 
InvalidSignatureException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidSignatureException
 
InvalidSignatureException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidSignatureException
 
InvalidSigningAlgorithmException - exception org.csapi.jr.se.fw.InvalidSigningAlgorithmException.
Invalid signing algorithm
InvalidSigningAlgorithmException() - Constructor for class org.csapi.jr.se.fw.InvalidSigningAlgorithmException
 
InvalidSigningAlgorithmException(String) - Constructor for class org.csapi.jr.se.fw.InvalidSigningAlgorithmException
 
InvalidSigningAlgorithmException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidSigningAlgorithmException
 
InvalidSigningAlgorithmException(Throwable) - Constructor for class org.csapi.jr.se.fw.InvalidSigningAlgorithmException
 
InvalidStateException - exception org.csapi.jr.se.InvalidStateException.
Thrown when a method is called that is not allowed in the state that the OSA state machines are in
InvalidStateException() - Constructor for class org.csapi.jr.se.InvalidStateException
 
InvalidStateException(String) - Constructor for class org.csapi.jr.se.InvalidStateException
 
InvalidStateException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidStateException
 
InvalidStateException(Throwable) - Constructor for class org.csapi.jr.se.InvalidStateException
 
InvalidTerminalIdException - exception org.csapi.jr.se.termcap.InvalidTerminalIdException.
The request can not be handled because the terminal id specified is not valid.
InvalidTerminalIdException() - Constructor for class org.csapi.jr.se.termcap.InvalidTerminalIdException
 
InvalidTerminalIdException(String) - Constructor for class org.csapi.jr.se.termcap.InvalidTerminalIdException
 
InvalidTerminalIdException(String, Throwable) - Constructor for class org.csapi.jr.se.termcap.InvalidTerminalIdException
 
InvalidTerminalIdException(Throwable) - Constructor for class org.csapi.jr.se.termcap.InvalidTerminalIdException
 
InvalidTimeAndDateFormatException - exception org.csapi.jr.se.InvalidTimeAndDateFormatException.
Invalid date and time format provided.
InvalidTimeAndDateFormatException() - Constructor for class org.csapi.jr.se.InvalidTimeAndDateFormatException
 
InvalidTimeAndDateFormatException(String) - Constructor for class org.csapi.jr.se.InvalidTimeAndDateFormatException
 
InvalidTimeAndDateFormatException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidTimeAndDateFormatException
 
InvalidTimeAndDateFormatException(Throwable) - Constructor for class org.csapi.jr.se.InvalidTimeAndDateFormatException
 
InvalidUnionAccessorException - exception org.csapi.jr.se.InvalidUnionAccessorException.
Thrown when the expected data element has not been set
InvalidUnionAccessorException() - Constructor for class org.csapi.jr.se.InvalidUnionAccessorException
 
InvalidUnionAccessorException(String) - Constructor for class org.csapi.jr.se.InvalidUnionAccessorException
 
InvalidUnionAccessorException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidUnionAccessorException
 
InvalidUnionAccessorException(Throwable) - Constructor for class org.csapi.jr.se.InvalidUnionAccessorException
 
InvalidUserException - exception org.csapi.jr.se.cs.InvalidUserException.
Invalid user specified.
InvalidUserException() - Constructor for class org.csapi.jr.se.cs.InvalidUserException
 
InvalidUserException(String) - Constructor for class org.csapi.jr.se.cs.InvalidUserException
 
InvalidUserException(String, Throwable) - Constructor for class org.csapi.jr.se.cs.InvalidUserException
 
InvalidUserException(Throwable) - Constructor for class org.csapi.jr.se.cs.InvalidUserException
 
InvalidVersionException - exception org.csapi.jr.se.InvalidVersionException.
An invalid version is specified.
InvalidVersionException() - Constructor for class org.csapi.jr.se.InvalidVersionException
 
InvalidVersionException(String) - Constructor for class org.csapi.jr.se.InvalidVersionException
 
InvalidVersionException(String, Throwable) - Constructor for class org.csapi.jr.se.InvalidVersionException
 
InvalidVersionException(Throwable) - Constructor for class org.csapi.jr.se.InvalidVersionException
 
InvalidVolumeException - exception org.csapi.jr.se.cs.InvalidVolumeException.
Invalid volume specified.
InvalidVolumeException() - Constructor for class org.csapi.jr.se.cs.InvalidVolumeException
 
InvalidVolumeException(String) - Constructor for class org.csapi.jr.se.cs.InvalidVolumeException
 
InvalidVolumeException(String, Throwable) - Constructor for class org.csapi.jr.se.cs.InvalidVolumeException
 
InvalidVolumeException(Throwable) - Constructor for class org.csapi.jr.se.cs.InvalidVolumeException
 
IS11172_2 - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ISO/IEC 11172-2 (MPEG-1 video)
IS11172_3 - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ISO/IEC 11172-3 (MPEG-1 audio)
IS13818_3 - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ISO/IEC 13818-3 (MPEG-2 audio)
IS14496_2 - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
ISO/IEC 14496-2 (MPEG-4 video)
isActiveIdentity(String, byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMPresenceAvailabilityManager
Invokes the isActiveIdentity() method on the Parlay Gateway.
isActiveIdentity(String, byte[]) - Method in interface org.csapi.jr.se.pam.event.PAMEventManager
Invokes the isActiveIdentity() method on the Parlay Gateway.
isAgent(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the isAgent() method on the Parlay Gateway.
isCapableOf(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the isCapableOf() method on the Parlay Gateway.
isGroupIdentity(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the isGroupIdentity() method on the Parlay Gateway.
isIdentity(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the isIdentity() method on the Parlay Gateway.
isIdentityCapableOf(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentAssignment
Invokes the isIdentityCapableOf() method on the Parlay Gateway.
isRegistered(byte[]) - Method in interface org.csapi.jr.se.pam.event.PAMEventHandler
Invokes the isRegistered() method on the Parlay Gateway.

L

listAgentTypeAttributes(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement
Invokes the listAgentTypeAttributes() method on the Parlay Gateway.
listAgentTypes(byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement
Invokes the listAgentTypes() method on the Parlay Gateway.
listAliases(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the listAliases() method on the Parlay Gateway.
listAllAgentAttributes(byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement
Invokes the listAllAgentAttributes() method on the Parlay Gateway.
listAllCapabilities(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the listAllCapabilities() method on the Parlay Gateway.
listAllCapabilityAttributes(byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the listAllCapabilityAttributes() method on the Parlay Gateway.
listAllIdentityAttributes(byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement
Invokes the listAllIdentityAttributes() method on the Parlay Gateway.
listAssignedAgents(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentAssignment
Invokes the listAssignedAgents() method on the Parlay Gateway.
listAssignedAgentsByCapability(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentAssignment
Invokes the listAssignedAgentsByCapability() method on the Parlay Gateway.
listAssociatedIdentitiesOfAgent(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentAssignment
Invokes the listAssociatedIdentitiesOfAgent() method on the Parlay Gateway.
listCapabilities(byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the listCapabilities() method on the Parlay Gateway.
listCapabilitiesOfIdentity(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentAssignment
Invokes the listCapabilitiesOfIdentity() method on the Parlay Gateway.
listCapabilitiesOfType(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the listCapabilitiesOfType() method on the Parlay Gateway.
listCapabilityAttributes(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the listCapabilityAttributes() method on the Parlay Gateway.
listEnabledCapabilities(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the listEnabledCapabilities() method on the Parlay Gateway.
listGroupMembership(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the listGroupMembership() method on the Parlay Gateway.
listIdentityTypeAttributes(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement
Invokes the listIdentityTypeAttributes() method on the Parlay Gateway.
listIdentityTypes(byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement
Invokes the listIdentityTypes() method on the Parlay Gateway.
listInterfaces() - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Access
The client uses this method to obtain the names of all interfaces supported by the framework.
listMembers(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the listMembers() method on the Parlay Gateway.
listRegisteredServices() - Method in interface org.csapi.jr.se.fw.fw_service.discovery.FwServiceDiscovery
Returns a list of services so far registered in the framework.
listServiceTypes() - Method in interface org.csapi.jr.se.fw.fw_application.discovery.ServiceDiscovery
This operation returns the names of all service super and sub types that are in the repository.
listServiceTypes() - Method in interface org.csapi.jr.se.fw.fw_service.discovery.FwServiceDiscovery
This operation returns the names of all service types that are in the repository.
listSubscribedServices() - Method in interface org.csapi.jr.se.fw.fw_application.discovery.ServiceDiscovery
Returns a list of services so far subscribed by the enterprise operator.
listTypesOfAgent(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the listTypesOfAgent() method on the Parlay Gateway.
listTypesOfIdentity(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the listTypesOfIdentity() method on the Parlay Gateway.
LOAD_INFO_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.fw.LoadStatisticError
Undefined error
LOAD_INFO_UNAVAILABLE - Static variable in class org.csapi.jr.se.fw.LoadStatisticError
Load statistics unavailable
LOAD_LEVEL_NORMAL - Static variable in class org.csapi.jr.se.fw.LoadLevel
Normal load
LOAD_LEVEL_OVERLOAD - Static variable in class org.csapi.jr.se.fw.LoadLevel
Overload
LOAD_LEVEL_SEVERE_OVERLOAD - Static variable in class org.csapi.jr.se.fw.LoadLevel
Severe Overload
LOAD_STATISTICS_APP_TYPE - Static variable in class org.csapi.jr.se.fw.LoadStatisticEntityType
Application-type load statistics
LOAD_STATISTICS_FW_TYPE - Static variable in class org.csapi.jr.se.fw.LoadStatisticEntityType
Framework-type load statistics
LOAD_STATISTICS_INVALID - Static variable in class org.csapi.jr.se.fw.LoadStatisticInfoType
Invalid load statistics
LOAD_STATISTICS_SVC_TYPE - Static variable in class org.csapi.jr.se.fw.LoadStatisticEntityType
Service-type load statistics
LOAD_STATISTICS_VALID - Static variable in class org.csapi.jr.se.fw.LoadStatisticInfoType
Valid load statistics
LOAD_STATUS_ERROR_UNAVAILABLE - Static variable in class org.csapi.jr.se.fw.LoadStatusError
 
LOAD_STATUS_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.fw.LoadStatusError
 
LoadInitVal - class org.csapi.jr.se.fw.LoadInitVal.
Defines the Sequence of Data Elements that specify the pair of load level and associated load threshold value.
LoadInitVal() - Constructor for class org.csapi.jr.se.fw.LoadInitVal
Creates a new LoadInitVal instance.
LoadInitVal(LoadLevel, LoadThreshold) - Constructor for class org.csapi.jr.se.fw.LoadInitVal
Creates a new LoadInitVal instance.
LoadLevel - class org.csapi.jr.se.fw.LoadLevel.
Defines the Sequence of Data Elements that specify load level values.
loadLevelNotification(LoadStatistic[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
Upon detecting load condition change, (for example load level changing from 0 to 1, 0 to 2, 1 to 0, for the SCFs or framework which have been registered for load level notifications) this method is invoked on the application.
loadLevelNotification(LoadStatistic[]) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
Upon detecting load condition change, (for example load level changing from 0 to 1, 0 to 2, 1 to 0, for the application or framework which has been registered for load level notifications) this method is invoked on the SCF.
LoadManager - interface org.csapi.jr.se.fw.fw_application.integrity.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.
LoadPolicy - class org.csapi.jr.se.fw.LoadPolicy.
Defines the load balancing policy.
LoadPolicy() - Constructor for class org.csapi.jr.se.fw.LoadPolicy
Creates a new LoadPolicy instance.
LoadPolicy(String) - Constructor for class org.csapi.jr.se.fw.LoadPolicy
Creates a new LoadPolicy instance.
LoadStatistic - class org.csapi.jr.se.fw.LoadStatistic.
Defines the Sequence of Data Elements that represents a load statistic record for a specific entity (that is Framework, service or application) at a specific date and time.
LoadStatistic() - Constructor for class org.csapi.jr.se.fw.LoadStatistic
Creates a new LoadStatistic instance.
LoadStatistic(LoadStatisticEntityID, String, LoadStatisticInfo) - Constructor for class org.csapi.jr.se.fw.LoadStatistic
Creates a new LoadStatistic instance.
LoadStatisticData - class org.csapi.jr.se.fw.LoadStatisticData.
Defines the Sequence of Data Elements that represents load statistic information.
LoadStatisticData() - Constructor for class org.csapi.jr.se.fw.LoadStatisticData
Creates a new LoadStatisticData instance.
LoadStatisticData(float, LoadLevel) - Constructor for class org.csapi.jr.se.fw.LoadStatisticData
Creates a new LoadStatisticData instance.
LoadStatisticEntityID - class org.csapi.jr.se.fw.LoadStatisticEntityID.
Defines the Tagged Choice of Data Elements that specify the type of entity (that is service, application or Framework) providing load statistics.
LoadStatisticEntityID() - Constructor for class org.csapi.jr.se.fw.LoadStatisticEntityID
Creates a new LoadStatisticEntityID.
LoadStatisticEntityType - class org.csapi.jr.se.fw.LoadStatisticEntityType.
Defines the type of entity (that is service, application or Framework) supplying load statistics.
LoadStatisticError - class org.csapi.jr.se.fw.LoadStatisticError.
Defines the error code associated with a failed attempt to retrieve any load statistics information.
LoadStatisticInfo - class org.csapi.jr.se.fw.LoadStatisticInfo.
Defines the Tagged Choice of Data Elements that specify the type of load statistic information (that is valid or invalid).
LoadStatisticInfo() - Constructor for class org.csapi.jr.se.fw.LoadStatisticInfo
Creates a new LoadStatisticInfo.
LoadStatisticInfoType - class org.csapi.jr.se.fw.LoadStatisticInfoType.
Defines the type of load statistic information (that is valid or invalid).
LoadStatusError - class org.csapi.jr.se.fw.LoadStatusError.
The error code for getting the load status.
LoadThreshold - class org.csapi.jr.se.fw.LoadThreshold.
Defines the Sequence of Data Elements that specify the load threshold value.
LoadThreshold() - Constructor for class org.csapi.jr.se.fw.LoadThreshold
Creates a new LoadThreshold instance.
LoadThreshold(float) - Constructor for class org.csapi.jr.se.fw.LoadThreshold
Creates a new LoadThreshold instance.
LocationPriority - class org.csapi.jr.se.mm.LocationPriority.
Defines the priority of a location request.
LocationReport - interface org.csapi.jr.se.mm.ul.LocationReport.
This interface represents a LocationReport activity object.
LocationReport - interface org.csapi.jr.se.mm.ulc.LocationReport.
This interface represents a LocationReport activity object.
LocationReportErrEvent - class org.csapi.jr.se.mm.ul.LocationReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the locationReportErr() method on the callback interface has occured.
LocationReportErrEvent - class org.csapi.jr.se.mm.ulc.LocationReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the locationReportErr() method on the callback interface has occured.
LocationReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.ul.LocationReportErrEvent
Constructor for the LocationReportErrEvent Event.
LocationReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.ulc.LocationReportErrEvent
Constructor for the LocationReportErrEvent Event.
LocationReportListener - interface org.csapi.jr.se.mm.ul.LocationReportListener.
This interface is to be implemented for receiving events issued by the LocationReport activity object.
LocationReportListener - interface org.csapi.jr.se.mm.ulc.LocationReportListener.
This interface is to be implemented for receiving events issued by the LocationReport activity object.
locationReportReq(Address[]) - Method in interface org.csapi.jr.se.mm.ul.LocationReport
Invokes the locationReportReq() method on the Parlay Gateway.
locationReportReq(Address[]) - Method in interface org.csapi.jr.se.mm.ulc.LocationReport
Invokes the locationReportReq() method on the Parlay Gateway.
LocationReportResEvent - class org.csapi.jr.se.mm.ul.LocationReportResEvent.
Event created by an activity object to indicate that a Gateway originated call to the locationReportRes() method on the callback interface has occured.
LocationReportResEvent - class org.csapi.jr.se.mm.ulc.LocationReportResEvent.
Event created by an activity object to indicate that a Gateway originated call to the locationReportRes() method on the callback interface has occured.
LocationReportResEvent(Object, UserLocation[]) - Constructor for class org.csapi.jr.se.mm.ul.LocationReportResEvent
Constructor for the LocationReportResEvent Event.
LocationReportResEvent(Object, UserLocationCamel[]) - Constructor for class org.csapi.jr.se.mm.ulc.LocationReportResEvent
Constructor for the LocationReportResEvent Event.
LocationRequest - class org.csapi.jr.se.mm.LocationRequest.
Defines the Sequence of Data Elements that specify a location request.
LocationRequest() - Constructor for class org.csapi.jr.se.mm.LocationRequest
Creates a new LocationRequest instance.
LocationRequest(float, LocationResponseTime, boolean, LocationType, LocationPriority, String) - Constructor for class org.csapi.jr.se.mm.LocationRequest
Creates a new LocationRequest instance.
LocationResponseIndicator - class org.csapi.jr.se.mm.LocationResponseIndicator.
Defines a response time requirement.
LocationResponseTime - class org.csapi.jr.se.mm.LocationResponseTime.
Defines the Sequence of Data Elements that specify the application's requirements on the mobility service's response time.
LocationResponseTime() - Constructor for class org.csapi.jr.se.mm.LocationResponseTime
Creates a new LocationResponseTime instance.
LocationResponseTime(LocationResponseIndicator, int) - Constructor for class org.csapi.jr.se.mm.LocationResponseTime
Creates a new LocationResponseTime instance.
LocationTrigger - class org.csapi.jr.se.mm.LocationTrigger.
Defines the Sequence of Data Elements that specify the criteria for a triggered location report to be generated.
LocationTrigger() - Constructor for class org.csapi.jr.se.mm.LocationTrigger
Creates a new LocationTrigger instance.
LocationTrigger(float, float, float, float, int, LocationTriggerCriteria, int) - Constructor for class org.csapi.jr.se.mm.LocationTrigger
Creates a new LocationTrigger instance.
LocationTriggerCamel - class org.csapi.jr.se.mm.LocationTriggerCamel.
Defines the Sequence of Data Elements that specify the criteria for a triggered location report to be generated.
LocationTriggerCamel() - Constructor for class org.csapi.jr.se.mm.LocationTriggerCamel
Creates a new LocationTriggerCamel instance.
LocationTriggerCamel(boolean, boolean) - Constructor for class org.csapi.jr.se.mm.LocationTriggerCamel
Creates a new LocationTriggerCamel instance.
LocationTriggerCriteria - class org.csapi.jr.se.mm.LocationTriggerCriteria.
Defines the criteria that trigger a location report.
LocationType - class org.csapi.jr.se.mm.LocationType.
Defines the type of location requested.
LocationUncertaintyShape - class org.csapi.jr.se.mm.LocationUncertaintyShape.
Defines the type of uncertainty shape.
lookupByAlias(String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the lookupByAlias() method on the Parlay Gateway.

M

M_ABSENT_SUBSCRIBER - Static variable in class org.csapi.jr.se.mm.MobilityError
Absent subscriber.
M_ALL_IN_ASSIGNMENT - Static variable in class org.csapi.jr.se.mm.MobilityStopScope
The request concerns all users in an assignment.
M_APPL_NOT_IN_PRIV_EXCEPT_LST - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Application not in privacy exception list.
M_CALL_TO_USER_NOT_SETUP - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Call to user not set-up.
M_CONGESTION - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Congestion.
M_CURRENT - Static variable in class org.csapi.jr.se.mm.LocationType
Current location
M_CURRENT_OR_LAST_KNOWN - Static variable in class org.csapi.jr.se.mm.LocationType
Current or last known location
M_DELAY_TOLERANT - Static variable in class org.csapi.jr.se.mm.LocationResponseIndicator
Delay tolerant: obtain the current location with regard to fulfilling the accuracy requirement.
M_DISALL_BY_LOCAL_REGULAT_REQ - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Disallowed by local regulatory requirements.
M_FIXED - Static variable in class org.csapi.jr.se.mm.TerminalType
Fixed terminal.
M_HIGH - Static variable in class org.csapi.jr.se.mm.LocationPriority
High
M_INCONSISTENT_MEAS_DATA - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Inconsistent measurement data.
M_INITIAL - Static variable in class org.csapi.jr.se.mm.LocationType
Initial location for an emergency services call
M_INSUFFICIENT_MEAS_DATA - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Insufficient measurement data.
M_INSUFFICIENT_RESOURCES - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Insufficient resources.
M_IP - Static variable in class org.csapi.jr.se.mm.TerminalType
IP terminal.
M_LOC_PROC_NOT_COMPLETED - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Location procedure not completed.
M_LOC_PROC_NOT_SUPP_BY_USER - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Location procedure not supported by user.
M_LOW_DELAY - Static variable in class org.csapi.jr.se.mm.LocationResponseIndicator
Low delay: return the current location with minimum delay.
M_MOBILE - Static variable in class org.csapi.jr.se.mm.TerminalType
Mobile terminal.
M_NO_DELAY - Static variable in class org.csapi.jr.se.mm.LocationResponseIndicator
No delay: return either initial or last known location of the user.
M_NO_INFORMATION - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
No diagnostic information present.
M_NORMAL - Static variable in class org.csapi.jr.se.mm.LocationPriority
Normal
M_OK - Static variable in class org.csapi.jr.se.mm.MobilityError
No error occurred while processing the request.
M_POSITION_METHOD_FAILURE - Static variable in class org.csapi.jr.se.mm.MobilityError
Position method failure.
M_PRIVACY_OVERRIDE_NOT_APPLIC - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Privacy override not applicable.
M_QOS_NOT_ATTAINABLE - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Quality of service not attainable.
M_SHAPE_CIRCLE - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is a circle.
M_SHAPE_CIRCLE_ARC_STRIPE - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is a circle arc stripe.
M_SHAPE_CIRCLE_SECTOR - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is a circle sector.
M_SHAPE_ELLIPSE - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is an ellipse.
M_SHAPE_ELLIPSE_ARC_STRIPE - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is an ellipse arc stripe.
M_SHAPE_ELLIPSE_SECTOR - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is an ellipse sector.
M_SHAPE_NONE - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
No uncertainty shape present.
M_SPECIFIED_USERS - Static variable in class org.csapi.jr.se.mm.MobilityStopScope
The request concerns only the users that are explicitly specified in a list.
M_SYSTEM_FAILURE - Static variable in class org.csapi.jr.se.mm.MobilityError
System failure.
M_UNAUTHORIZED_APPLICATION - Static variable in class org.csapi.jr.se.mm.MobilityError
Unauthorised application.
M_UNAUTHORIZED_NETWORK - Static variable in class org.csapi.jr.se.mm.MobilityError
Unauthorised network, The requesting network is not authorised to obtain the user's location or status.
M_UNKNOWN_SUBSCRIBER - Static variable in class org.csapi.jr.se.mm.MobilityError
Unknown subscriber.
M_USE_TIMER_VALUE - Static variable in class org.csapi.jr.se.mm.LocationResponseIndicator
Use timer value: obtain the current location with regard to fulfilling the response time requirement.
ManagerInterruptedEvent - class org.csapi.jr.se.cc.mpccs.ManagerInterruptedEvent.
Event created by an activity object to indicate that a Gateway originated call to the managerInterrupted() method on the callback interface has occured.
ManagerInterruptedEvent(Object) - Constructor for class org.csapi.jr.se.cc.mpccs.ManagerInterruptedEvent
Constructor for the ManagerInterruptedEvent Event.
ManagerResumedEvent - class org.csapi.jr.se.cc.mpccs.ManagerResumedEvent.
Event created by an activity object to indicate that a Gateway originated call to the managerResumed() method on the callback interface has occured.
ManagerResumedEvent(Object) - Constructor for class org.csapi.jr.se.cc.mpccs.ManagerResumedEvent
Constructor for the ManagerResumedEvent Event.
MANDATORY - Static variable in class org.csapi.jr.se.fw.ServiceTypePropertyMode
The value of the corresponding SCF property type shall be provided at service registration time
MANDATORY_READONLY - Static variable in class org.csapi.jr.se.fw.ServiceTypePropertyMode
The value of the corresponding SCF property type shall be provided but can not subsequently be modified/restricted by a service level agreement
MEDIA_STREAM_ADDED - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
The media stream is added
MEDIA_STREAM_QOS_CLASS_CHANGED - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
A change in QoS class has taken place during the life of the media stream.
MEDIA_STREAM_SUBTRACTED - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
The media stream is subtracted.
MediaNotification - interface org.csapi.jr.se.cc.mmccs.MediaNotification.
This interface represents a MediaNotification activity object.
MediaNotificationListener - interface org.csapi.jr.se.cc.mmccs.MediaNotificationListener.
This interface is to be implemented for receiving events issued by the MediaNotification activity object.
MediaNotificationRequested - class org.csapi.jr.se.cc.mmccs.MediaNotificationRequested.
Defines the Sequence of Data Elements that specify the criteria relating to event requests.
MediaNotificationRequested() - Constructor for class org.csapi.jr.se.cc.mmccs.MediaNotificationRequested
Creates a new MediaNotificationRequested instance.
MediaNotificationRequested(NotificationMediaRequest, int) - Constructor for class org.csapi.jr.se.cc.mmccs.MediaNotificationRequested
Creates a new MediaNotificationRequested instance.
MediaStream - class org.csapi.jr.se.cc.mmccs.MediaStream.
Defines the Sequence of Data Elements that specify the type of media stream.
MediaStream() - Constructor for class org.csapi.jr.se.cc.mmccs.MediaStream
Creates a new MediaStream instance.
MediaStream(MediaStreamDirection, MediaStreamDataTypeRequest, int, MultiMediaStream) - Constructor for class org.csapi.jr.se.cc.mmccs.MediaStream
Creates a new MediaStream instance.
mediaStreamAllow(int[]) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg
Invokes the mediaStreamAllow() method on the Parlay Gateway.
MediaStreamDataTypeRequest - class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest.
Defines the Tagged Choice of Data Elements that specify the media type and associated codecs that are of interest.
MediaStreamDataTypeRequest() - Constructor for class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
Creates a new MediaStreamDataTypeRequest.
MediaStreamDataTypeRequestType - class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType.
Defines the media type of a media stream data type request.
MediaStreamDirection - class org.csapi.jr.se.cc.mmccs.MediaStreamDirection.
Defines the direction in which the media stream is established (as seen from the leg).
MediaStreamEventType - class org.csapi.jr.se.cc.mmccs.MediaStreamEventType.
Defines the action performed on the media stream.
mediaStreamMonitorReq(MediaStreamRequest[]) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg
Invokes the mediaStreamMonitorReq() method on the Parlay Gateway.
MediaStreamMonitorResEvent - class org.csapi.jr.se.cc.mmccs.MediaStreamMonitorResEvent.
Event created by an activity object to indicate that a Gateway originated call to the mediaStreamMonitorRes() method on the callback interface has occured.
MediaStreamMonitorResEvent(Object, MediaStream[], MediaStreamEventType) - Constructor for class org.csapi.jr.se.cc.mmccs.MediaStreamMonitorResEvent
Constructor for the MediaStreamMonitorResEvent Event.
MediaStreamRequest - class org.csapi.jr.se.cc.mmccs.MediaStreamRequest.
Defines the Sequence of Data Elements that specify the type of media stream.
MediaStreamRequest() - Constructor for class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
Creates a new MediaStreamRequest instance.
MediaStreamRequest(MediaStreamDirection, MediaStreamDataTypeRequest, CallMonitorMode, MediaStreamEventType) - Constructor for class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
Creates a new MediaStreamRequest instance.
MerchantAccountID - class org.csapi.jr.se.cs.MerchantAccountID.
Defines a Sequence of Data Elements that defines the used service.
MerchantAccountID() - Constructor for class org.csapi.jr.se.cs.MerchantAccountID
Creates a new MerchantAccountID instance.
MerchantAccountID(String, int) - Constructor for class org.csapi.jr.se.cs.MerchantAccountID
Creates a new MerchantAccountID instance.
METHOD_NOT_SUPPORTED - Static variable in interface org.csapi.jr.se.Constants
The method is not allowed or supported within the context of the current service agreement.
MethodNotSupportedException - exception org.csapi.jr.se.MethodNotSupportedException.
Thrown when the application initiates methods that are either not according to the Service Level Agreement or not supported in the SCS
MethodNotSupportedException() - Constructor for class org.csapi.jr.se.MethodNotSupportedException
 
MethodNotSupportedException(String) - Constructor for class org.csapi.jr.se.MethodNotSupportedException
 
MethodNotSupportedException(String, Throwable) - Constructor for class org.csapi.jr.se.MethodNotSupportedException
 
MethodNotSupportedException(Throwable) - Constructor for class org.csapi.jr.se.MethodNotSupportedException
 
MIGRATION_INFO_UNDEFINED - Static variable in class org.csapi.jr.se.fw.MigrationAdditionalInfoType
Undefined
MigrationAdditionalInfo - class org.csapi.jr.se.fw.MigrationAdditionalInfo.
Defines the Tagged Choice of Data Elements that specify additional migration-related information.
MigrationAdditionalInfo() - Constructor for class org.csapi.jr.se.fw.MigrationAdditionalInfo
Creates a new MigrationAdditionalInfo.
MigrationAdditionalInfoType - class org.csapi.jr.se.fw.MigrationAdditionalInfoType.
Defines the type of migration-related additional information.
MissingMandatoryPropertyException - exception org.csapi.jr.se.fw.MissingMandatoryPropertyException.
Mandatory Property Missing
MissingMandatoryPropertyException() - Constructor for class org.csapi.jr.se.fw.MissingMandatoryPropertyException
 
MissingMandatoryPropertyException(String) - Constructor for class org.csapi.jr.se.fw.MissingMandatoryPropertyException
 
MissingMandatoryPropertyException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.MissingMandatoryPropertyException
 
MissingMandatoryPropertyException(Throwable) - Constructor for class org.csapi.jr.se.fw.MissingMandatoryPropertyException
 
MOBILE_ACCESS_CS - Static variable in class org.csapi.jr.se.mm.AccessTechnology
Access via a circuit switched connection in mobile network
MOBILE_ACCESS_PS - Static variable in class org.csapi.jr.se.mm.AccessTechnology
Access via packet switched connection in mobile network
MobilityDiagnostic - class org.csapi.jr.se.mm.MobilityDiagnostic.
Defines a diagnostic value that is reported in addition to an error by one of the mobility services.
MobilityError - class org.csapi.jr.se.mm.MobilityError.
Defines an error that is reported by one of the mobility services.
MobilityException - exception org.csapi.jr.se.mm.MobilityException.
Mobility abstract exception
MobilityException() - Constructor for class org.csapi.jr.se.mm.MobilityException
 
MobilityException(String) - Constructor for class org.csapi.jr.se.mm.MobilityException
 
MobilityException(String, Throwable) - Constructor for class org.csapi.jr.se.mm.MobilityException
 
MobilityException(Throwable) - Constructor for class org.csapi.jr.se.mm.MobilityException
 
MobilityStopAssignmentData - class org.csapi.jr.se.mm.MobilityStopAssignmentData.
Defines the Sequence of Data Elements that specify a request to stop whole or parts of an assignment.
MobilityStopAssignmentData() - Constructor for class org.csapi.jr.se.mm.MobilityStopAssignmentData
Creates a new MobilityStopAssignmentData instance.
MobilityStopAssignmentData(int, MobilityStopScope, Address[]) - Constructor for class org.csapi.jr.se.mm.MobilityStopAssignmentData
Creates a new MobilityStopAssignmentData instance.
MobilityStopScope - class org.csapi.jr.se.mm.MobilityStopScope.
This enumeration is used in requests to stop mobility reports that are sent from a mobility service to an application.
MultiMediaCall - interface org.csapi.jr.se.cc.mmccs.MultiMediaCall.
This interface represents a MultiMediaCall.
MultiMediaCallControlManager - interface org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager.
This interface represents a MultiMediaCallControlManager.
MultiMediaCallControlManagerListener - interface org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManagerListener.
This interface is to be implemented for receiving events issued by the MultiMediaCallControlManager service object.
MultiMediaCallLeg - interface org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg.
This interface represents a MultiMediaCallLeg.
MultiMediaCallLegListener - interface org.csapi.jr.se.cc.mmccs.MultiMediaCallLegListener.
This interface is to be implemented for receiving events issued by the MultiMediaCallLeg service object.
MultiMediaCallListener - interface org.csapi.jr.se.cc.mmccs.MultiMediaCallListener.
This interface is to be implemented for receiving events issued by the MultiMediaCall service object.
MultiMediaStream - interface org.csapi.jr.se.cc.mmccs.MultiMediaStream.
This interface represents a MultiMediaStream.
MultiPartyCall - interface org.csapi.jr.se.cc.mpccs.MultiPartyCall.
This interface represents a MultiPartyCall.
MultiPartyCallControlManager - interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManager.
This interface represents a MultiPartyCallControlManager.
MultiPartyCallControlManagerListener - interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManagerListener.
This interface is to be implemented for receiving events issued by the MultiPartyCallControlManager service object.
MultiPartyCallListener - interface org.csapi.jr.se.cc.mpccs.MultiPartyCallListener.
This interface is to be implemented for receiving events issued by the MultiPartyCall service object.

N

NameSpaceErrorException - exception org.csapi.jr.se.policy.NameSpaceErrorException.
Thrown if the specified name matches or does not match the name of an existing object of the appropriate type within this container.
NameSpaceErrorException() - Constructor for class org.csapi.jr.se.policy.NameSpaceErrorException
 
NameSpaceErrorException(String) - Constructor for class org.csapi.jr.se.policy.NameSpaceErrorException
 
NameSpaceErrorException(String, Throwable) - Constructor for class org.csapi.jr.se.policy.NameSpaceErrorException
 
NameSpaceErrorException(Throwable) - Constructor for class org.csapi.jr.se.policy.NameSpaceErrorException
 
NATIONAL_ROAMING - Static variable in class org.csapi.jr.se.mm.RoamingStatus
User has roamed to another operator in the same country
NetworkStatusIndicator - class org.csapi.jr.se.mm.NetworkStatusIndicator.
Specifies the country code, mobile network code, access network technology used by the user for the data session and roaming status.
NetworkStatusIndicator() - Constructor for class org.csapi.jr.se.mm.NetworkStatusIndicator
Creates a new NetworkStatusIndicator instance.
NetworkStatusIndicator(String, String, AccessTechnology, RoamingStatus) - Constructor for class org.csapi.jr.se.mm.NetworkStatusIndicator
Creates a new NetworkStatusIndicator instance.
NO_ANSWER - Static variable in class org.csapi.jr.se.cc.ReleaseCause
No answer was received
NO_CALLBACK_ADDRESS_SET - Static variable in interface org.csapi.jr.se.Constants
The requested method is refused because no callback address has been set (this may be the result of a timing issue between setting the callback address and invoking the method).
NoAcceptableAuthenticationMechanismException - exception org.csapi.jr.se.fw.NoAcceptableAuthenticationMechanismException.
No authentication mechanism, which is acceptable to the framework, is supported by the client
NoAcceptableAuthenticationMechanismException() - Constructor for class org.csapi.jr.se.fw.NoAcceptableAuthenticationMechanismException
 
NoAcceptableAuthenticationMechanismException(String) - Constructor for class org.csapi.jr.se.fw.NoAcceptableAuthenticationMechanismException
 
NoAcceptableAuthenticationMechanismException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.NoAcceptableAuthenticationMechanismException
 
NoAcceptableAuthenticationMechanismException(Throwable) - Constructor for class org.csapi.jr.se.fw.NoAcceptableAuthenticationMechanismException
 
NoAcceptableEncryptionCapabilityException - exception org.csapi.jr.se.fw.NoAcceptableEncryptionCapabilityException.
No encryption mechanism, which is acceptable to the framework, is supported by the client
NoAcceptableEncryptionCapabilityException() - Constructor for class org.csapi.jr.se.fw.NoAcceptableEncryptionCapabilityException
 
NoAcceptableEncryptionCapabilityException(String) - Constructor for class org.csapi.jr.se.fw.NoAcceptableEncryptionCapabilityException
 
NoAcceptableEncryptionCapabilityException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.NoAcceptableEncryptionCapabilityException
 
NoAcceptableEncryptionCapabilityException(Throwable) - Constructor for class org.csapi.jr.se.fw.NoAcceptableEncryptionCapabilityException
 
NoAcceptableSigningAlgorithmException - exception org.csapi.jr.se.fw.NoAcceptableSigningAlgorithmException.
No signing algorithm, which is acceptable to the framework, is supported by the client
NoAcceptableSigningAlgorithmException() - Constructor for class org.csapi.jr.se.fw.NoAcceptableSigningAlgorithmException
 
NoAcceptableSigningAlgorithmException(String) - Constructor for class org.csapi.jr.se.fw.NoAcceptableSigningAlgorithmException
 
NoAcceptableSigningAlgorithmException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.NoAcceptableSigningAlgorithmException
 
NoAcceptableSigningAlgorithmException(Throwable) - Constructor for class org.csapi.jr.se.fw.NoAcceptableSigningAlgorithmException
 
NoCallbackAddressSetException - exception org.csapi.jr.se.NoCallbackAddressSetException.
Thrown when no callback address has been set
NoCallbackAddressSetException() - Constructor for class org.csapi.jr.se.NoCallbackAddressSetException
 
NoCallbackAddressSetException(String) - Constructor for class org.csapi.jr.se.NoCallbackAddressSetException
 
NoCallbackAddressSetException(String, Throwable) - Constructor for class org.csapi.jr.se.NoCallbackAddressSetException
 
NoCallbackAddressSetException(Throwable) - Constructor for class org.csapi.jr.se.NoCallbackAddressSetException
 
NORMAL - Static variable in class org.csapi.jr.se.fw.ServiceTypePropertyMode
The value of the corresponding SCF property type may optionally be provided
NOT_AUTHENTICATED - Static variable in class org.csapi.jr.se.mm.AuthStatusIndicator
Not authenticated
NOT_REACHABLE - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The user terminal is not reachable
Notification - interface org.csapi.jr.se.policy.Notification.
This interface represents a Notification activity object.
Notification - interface org.csapi.jr.se.policy.evaluation.Notification.
This interface represents a Notification activity object.
Notification - interface org.csapi.jr.se.cc.mpccs.Notification.
This interface represents a Notification activity object.
Notification - interface org.csapi.jr.se.ui.Notification.
This interface represents a Notification activity object.
Notification - interface org.csapi.jr.se.dsc.Notification.
This interface represents a Notification activity object.
Notification - interface org.csapi.jr.se.am.Notification.
This interface represents a Notification activity object.
NotificationListener - interface org.csapi.jr.se.policy.NotificationListener.
This interface is to be implemented for receiving events issued by the Notification activity object.
NotificationListener - interface org.csapi.jr.se.policy.evaluation.NotificationListener.
This interface is to be implemented for receiving events issued by the Notification activity object.
NotificationListener - interface org.csapi.jr.se.cc.mpccs.NotificationListener.
This interface is to be implemented for receiving events issued by the Notification activity object.
NotificationListener - interface org.csapi.jr.se.ui.NotificationListener.
This interface is to be implemented for receiving events issued by the Notification activity object.
NotificationListener - interface org.csapi.jr.se.dsc.NotificationListener.
This interface is to be implemented for receiving events issued by the Notification activity object.
NotificationListener - interface org.csapi.jr.se.am.NotificationListener.
This interface is to be implemented for receiving events issued by the Notification activity object.
NotificationMediaRequest - class org.csapi.jr.se.cc.mmccs.NotificationMediaRequest.
Defines the Sequence of Data Elements that specify the criteria for a media stream notification
NotificationMediaRequest() - Constructor for class org.csapi.jr.se.cc.mmccs.NotificationMediaRequest
Creates a new NotificationMediaRequest instance.
NotificationMediaRequest(CallNotificationScope, MediaStreamRequest[]) - Constructor for class org.csapi.jr.se.cc.mmccs.NotificationMediaRequest
Creates a new NotificationMediaRequest instance.
NotificationRequested - class org.csapi.jr.se.cc.NotificationRequested.
Defines the Sequence of Data Elements that specify the criteria relating to event requests.
NotificationRequested() - Constructor for class org.csapi.jr.se.cc.NotificationRequested
Creates a new NotificationRequested instance.
NotificationRequested(CallNotificationRequest, int) - Constructor for class org.csapi.jr.se.cc.NotificationRequested
Creates a new NotificationRequested instance.
NotificationRequestedSetEntry - class org.csapi.jr.se.cc.NotificationRequestedSetEntry.
Defines the Sequence of Data Elements that specify a set of requested notifications and an indication whether more notifications can be requested.
NotificationRequestedSetEntry() - Constructor for class org.csapi.jr.se.cc.NotificationRequestedSetEntry
Creates a new NotificationRequestedSetEntry instance.
NotificationRequestedSetEntry(NotificationRequested[], boolean) - Constructor for class org.csapi.jr.se.cc.NotificationRequestedSetEntry
Creates a new NotificationRequestedSetEntry instance.
Notifications - interface org.csapi.jr.se.cc.mpccs.Notifications.
This interface represents a Notifications activity object.
Notifications - interface org.csapi.jr.se.ui.Notifications.
This interface represents a Notifications activity object.
Notifications - interface org.csapi.jr.se.dsc.Notifications.
This interface represents a Notifications activity object.
Notifications - interface org.csapi.jr.se.am.Notifications.
This interface represents a Notifications activity object.
NotificationsListener - interface org.csapi.jr.se.cc.mpccs.NotificationsListener.
This interface is to be implemented for receiving events issued by the Notifications activity object.
NotificationsListener - interface org.csapi.jr.se.ui.NotificationsListener.
This interface is to be implemented for receiving events issued by the Notifications activity object.
NotificationsListener - interface org.csapi.jr.se.dsc.NotificationsListener.
This interface is to be implemented for receiving events issued by the Notifications activity object.
NotificationsListener - interface org.csapi.jr.se.am.NotificationsListener.
This interface is to be implemented for receiving events issued by the Notifications activity object.
notificationTerminated() - Method in interface org.csapi.jr.se.fw.fw_application.notification.AppEventNotification
This method indicates to the application that all generic event notifications have been terminated (for example, due to faults detected).
notificationTerminated() - Method in interface org.csapi.jr.se.fw.fw_service.notification.SvcEventNotification
This method indicates to the service that all generic event notifications have been terminated (for example, due to faults detected).
NoTransactionInProcessException - exception org.csapi.jr.se.policy.NoTransactionInProcessException.
Thrown if there is currently no transaction in process.
NoTransactionInProcessException() - Constructor for class org.csapi.jr.se.policy.NoTransactionInProcessException
 
NoTransactionInProcessException(String) - Constructor for class org.csapi.jr.se.policy.NoTransactionInProcessException
 
NoTransactionInProcessException(String, Throwable) - Constructor for class org.csapi.jr.se.policy.NoTransactionInProcessException
 
NoTransactionInProcessException(Throwable) - Constructor for class org.csapi.jr.se.policy.NoTransactionInProcessException
 

O

OAM - interface org.csapi.jr.se.fw.fw_application.integrity.OAM.
The OAM interface is used to query the system date and time.
obtainInterface(String) - Method in interface org.csapi.jr.se.pam.provisioning.PAMProvisioningManager
Invokes the obtainInterface() method on the Parlay Gateway.
obtainInterface(String) - Method in interface org.csapi.jr.se.pam.access.PAMPresenceAvailabilityManager
Invokes the obtainInterface() method on the Parlay Gateway.
obtainInterface(String) - Method in interface org.csapi.jr.se.pam.event.PAMEventManager
Invokes the obtainInterface() method on the Parlay Gateway.
obtainInterface(String) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Access
This method is used to obtain other framework interfaces.
obtainInterfaceWithCallback(String, CsapiInterface) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Access
This method is used to obtain other framework interfaces.
OCTET - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpOctet.
onAbortActionErrEvent(AbortActionErrEvent) - Method in interface org.csapi.jr.se.ui.SendInfoListener
Invoked when the request to abort a user interaction operation on a call/call leg was unsuccessful.
onAbortActionErrEvent(AbortActionErrEvent) - Method in interface org.csapi.jr.se.ui.SendInfoAndCollectListener
Invoked when the request to abort a user interaction operation on a call/call leg was unsuccessful.
onAbortActionErrEvent(AbortActionErrEvent) - Method in interface org.csapi.jr.se.ui.DeleteMessageListener
Invoked when the request to abort a user interaction operation on a call/call leg was unsuccessful.
onAbortActionErrEvent(AbortActionErrEvent) - Method in interface org.csapi.jr.se.ui.RecordMessageListener
Invoked when the request to abort a user interaction operation on a call/call leg was unsuccessful.
onAbortActionErrEvent(AbortActionErrEvent) - Method in interface org.csapi.jr.se.ui.GetMessageListener
Invoked when the request to abort a user interaction operation on a call/call leg was unsuccessful.
onAbortActionErrEvent(AbortActionErrEvent) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollectListener
Invoked when the request to abort a user interaction operation on a call/call leg was unsuccessful.
onAbortActionErrEvent(AbortActionErrEvent) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoListener
Invoked when the request to abort a user interaction operation on a call/call leg resulted in an error.
onAbortActionResEvent(AbortActionResEvent) - Method in interface org.csapi.jr.se.ui.SendInfoListener
Invoked when the request to abort a user interaction operation on a call/call leg was successful.
onAbortActionResEvent(AbortActionResEvent) - Method in interface org.csapi.jr.se.ui.SendInfoAndCollectListener
Invoked when the request to abort a user interaction operation on a call/call leg was successful.
onAbortActionResEvent(AbortActionResEvent) - Method in interface org.csapi.jr.se.ui.DeleteMessageListener
Invoked when the request to abort a user interaction operation on a call/call leg was successful.
onAbortActionResEvent(AbortActionResEvent) - Method in interface org.csapi.jr.se.ui.RecordMessageListener
Invoked when the request to abort a user interaction operation on a call/call leg was successful.
onAbortActionResEvent(AbortActionResEvent) - Method in interface org.csapi.jr.se.ui.GetMessageListener
Invoked when the request to abort a user interaction operation on a call/call leg was successful.
onAbortActionResEvent(AbortActionResEvent) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollectListener
Invoked when the request to abort a user interaction operation on a call/call leg was successful.
onAbortActionResEvent(AbortActionResEvent) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoListener
Invoked when the request to abort a user interaction operation on a call/call leg was successful.
onAdminRelatedDeleteMessageErrEvent(AdminRelatedDeleteMessageErrEvent) - Method in interface org.csapi.jr.se.ui.UIAdminManagerListener
Called due to a Gateway initiated call to the adminRelatedDeleteMessageErr() method on the callback interface.
onAdminRelatedDeleteMessageResEvent(AdminRelatedDeleteMessageResEvent) - Method in interface org.csapi.jr.se.ui.UIAdminManagerListener
Called due to a Gateway initiated call to the adminRelatedDeleteMessageRes() method on the callback interface.
onAdminRelatedGetMessageErrEvent(AdminRelatedGetMessageErrEvent) - Method in interface org.csapi.jr.se.ui.UIAdminManagerListener
Called due to a Gateway initiated call to the adminRelatedGetMessageErr() method on the callback interface.
onAdminRelatedGetMessageResEvent(AdminRelatedGetMessageResEvent) - Method in interface org.csapi.jr.se.ui.UIAdminManagerListener
Called due to a Gateway initiated call to the adminRelatedGetMessageRes() method on the callback interface.
onAdminRelatedPutMessageErrEvent(AdminRelatedPutMessageErrEvent) - Method in interface org.csapi.jr.se.ui.UIAdminManagerListener
Called due to a Gateway initiated call to the adminRelatedPutMessageErr() method on the callback interface.
onAdminRelatedPutMessageResEvent(AdminRelatedPutMessageResEvent) - Method in interface org.csapi.jr.se.ui.UIAdminManagerListener
Called due to a Gateway initiated call to the adminRelatedPutMessageRes() method on the callback interface.
onAttachMediaErrEvent(AttachMediaErrEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the attachMediaErr() method on the callback interface.
onAttachMediaResEvent(AttachMediaResEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the attachMediaRes() method on the callback interface.
onCallAbortedEvent(CallAbortedEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallControlManagerListener
Called due to a Gateway initiated call to the callAborted() method on the callback interface.
onCallAbortedEvent(CallAbortedEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManagerListener
Called due to a Gateway initiated call to the callAborted() method on the callback interface.
onCallEndedEvent(CallEndedEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallListener
Called due to a Gateway initiated call to the callEnded() method on the callback interface.
onCallEndedEvent(CallEndedEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallListener
Called due to a Gateway initiated call to the callEnded() method on the callback interface.
onCallEventNotifyEvent(CallEventNotifyEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallControlManagerListener
Called due to a Gateway initiated call to the callEventNotify() method on the callback interface.
onCallFaultDetectedEvent(CallFaultDetectedEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallListener
Called due to a Gateway initiated call to the callFaultDetected() method on the callback interface.
onCallLegEndedEvent(CallLegEndedEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the callLegEnded() method on the callback interface.
onCallNotificationContinuedEvent(CallNotificationContinuedEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallControlManagerListener
Called due to a Gateway initiated call to the callNotificationContinued() method on the callback interface.
onCallNotificationInterruptedEvent(CallNotificationInterruptedEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallControlManagerListener
Called due to a Gateway initiated call to the callNotificationInterrupted() method on the callback interface.
onCallOverloadCeasedEvent(CallOverloadCeasedEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallControlManagerListener
Called due to a Gateway initiated call to the callOverloadCeased() method on the callback interface.
onCallOverloadCeasedEvent(CallOverloadCeasedEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManagerListener
Called due to a Gateway initiated call to the callOverloadCeased() method on the callback interface.
onCallOverloadEncounteredEvent(CallOverloadEncounteredEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallControlManagerListener
Called due to a Gateway initiated call to the callOverloadEncountered() method on the callback interface.
onCallOverloadEncounteredEvent(CallOverloadEncounteredEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManagerListener
Called due to a Gateway initiated call to the callOverloadEncountered() method on the callback interface.
onConnectErrEvent(ConnectErrEvent) - Method in interface org.csapi.jr.se.dsc.DataSessionListener
Called due to a Gateway initiated call to the connectErr() method on the callback interface.
onConnectResEvent(ConnectResEvent) - Method in interface org.csapi.jr.se.dsc.DataSessionListener
Called due to a Gateway initiated call to the connectRes() method on the callback interface.
onCreateAndRouteCallLegErrEvent(CreateAndRouteCallLegErrEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallListener
Called due to a Gateway initiated call to the createAndRouteCallLegErr() method on the callback interface.
onCreditAmountErrEvent(CreditAmountErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the creditAmountErr() method on the callback interface.
onCreditAmountResEvent(CreditAmountResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the creditAmountRes() method on the callback interface.
onCreditUnitErrEvent(CreditUnitErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the creditUnitErr() method on the callback interface.
onCreditUnitResEvent(CreditUnitResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the creditUnitRes() method on the callback interface.
onDataSessionAbortedEvent(DataSessionAbortedEvent) - Method in interface org.csapi.jr.se.dsc.DataSessionControlManagerListener
Called due to a Gateway initiated call to the dataSessionAborted() method on the callback interface.
onDataSessionFaultDetectedEvent(DataSessionFaultDetectedEvent) - Method in interface org.csapi.jr.se.dsc.DataSessionListener
Called due to a Gateway initiated call to the dataSessionFaultDetected() method on the callback interface.
onDataSessionNotificationContinuedEvent(DataSessionNotificationContinuedEvent) - Method in interface org.csapi.jr.se.dsc.DataSessionControlManagerListener
Called due to a Gateway initiated call to the dataSessionNotificationContinued() method on the callback interface.
onDataSessionNotificationInterruptedEvent(DataSessionNotificationInterruptedEvent) - Method in interface org.csapi.jr.se.dsc.DataSessionControlManagerListener
Called due to a Gateway initiated call to the dataSessionNotificationInterrupted() method on the callback interface.
onDebitAmountErrEvent(DebitAmountErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the debitAmountErr() method on the callback interface.
onDebitAmountResEvent(DebitAmountResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the debitAmountRes() method on the callback interface.
onDebitUnitErrEvent(DebitUnitErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the debitUnitErr() method on the callback interface.
onDebitUnitResEvent(DebitUnitResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the debitUnitRes() method on the callback interface.
onDeleteMessageErrEvent(DeleteMessageErrEvent) - Method in interface org.csapi.jr.se.ui.DeleteMessageListener
Invoked when the request to delete a message was unsuccessful.
onDeleteMessageResEvent(DeleteMessageResEvent) - Method in interface org.csapi.jr.se.ui.DeleteMessageListener
Invoked when the request to delete a message was successful.
onDetachMediaErrEvent(DetachMediaErrEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the detachMediaErr() method on the callback interface.
onDetachMediaResEvent(DetachMediaResEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the detachMediaRes() method on the callback interface.
onDirectCreditAmountErrEvent(DirectCreditAmountErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the directCreditAmountErr() method on the callback interface.
onDirectCreditAmountResEvent(DirectCreditAmountResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the directCreditAmountRes() method on the callback interface.
onDirectCreditUnitErrEvent(DirectCreditUnitErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the directCreditUnitErr() method on the callback interface.
onDirectCreditUnitResEvent(DirectCreditUnitResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the directCreditUnitRes() method on the callback interface.
onDirectDebitAmountErrEvent(DirectDebitAmountErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the directDebitAmountErr() method on the callback interface.
onDirectDebitAmountResEvent(DirectDebitAmountResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the directDebitAmountRes() method on the callback interface.
onDirectDebitUnitErrEvent(DirectDebitUnitErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the directDebitUnitErr() method on the callback interface.
onDirectDebitUnitResEvent(DirectDebitUnitResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the directDebitUnitRes() method on the callback interface.
onEvalPolicyErrEvent(EvalPolicyErrEvent) - Method in interface org.csapi.jr.se.policy.evaluation.EvalPolicyListener
Called due to a Gateway initiated call to the evalPolicyErr() method on the callback interface
onEvalPolicyResEvent(EvalPolicyResEvent) - Method in interface org.csapi.jr.se.policy.evaluation.EvalPolicyListener
Called due to a Gateway initiated call to the evalPolicyRes() method on the callback interface
onEventNotifyErrEvent(EventNotifyErrEvent) - Method in interface org.csapi.jr.se.pam.event.PAMEventHandlerListener
Called due to a Gateway initiated call to the eventNotifyErr() method on the callback interface.
onEventNotifyEvent(EventNotifyEvent) - Method in interface org.csapi.jr.se.pam.event.PAMEventHandlerListener
Called due to a Gateway initiated call to the eventNotify() method on the callback interface.
onEventReportErrEvent(EventReportErrEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the eventReportErr() method on the callback interface.
onEventReportResEvent(EventReportResEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the eventReportRes() method on the callback interface.
onExtendedLocationReportErrEvent(ExtendedLocationReportErrEvent) - Method in interface org.csapi.jr.se.mm.ul.UserLocationListener
Called due to a Gateway initiated call to the extendedLocationReportErr() method on the callback interface.
onExtendedLocationReportResEvent(ExtendedLocationReportResEvent) - Method in interface org.csapi.jr.se.mm.ul.UserLocationListener
Called due to a Gateway initiated call to the extendedLocationReportRes() method on the callback interface.
onExtendedStatusReportErrEvent(ExtendedStatusReportErrEvent) - Method in interface org.csapi.jr.se.mm.us.UserStatusListener
Called due to a Gateway initiated call to the extendedStatusReportErr() method on the callback interface.
onExtendedStatusReportResEvent(ExtendedStatusReportResEvent) - Method in interface org.csapi.jr.se.mm.us.UserStatusListener
Called due to a Gateway initiated call to the extendedStatusReportRes() method on the callback interface.
onExtendLifeTimeErrEvent(ExtendLifeTimeErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the extendLifeTimeErr() method on the callback interface.
onExtendLifeTimeResEvent(ExtendLifeTimeResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the extendLifeTimeRes() method on the callback interface.
onExtTriggeredStatusReportErrEvent(ExtTriggeredStatusReportErrEvent) - Method in interface org.csapi.jr.se.mm.us.UserStatusListener
Called due to a Gateway initiated call to the extTriggeredStatusReportErr() method on the callback interface.
onExtTriggeredStatusReportEvent(ExtTriggeredStatusReportEvent) - Method in interface org.csapi.jr.se.mm.us.UserStatusListener
Called due to a Gateway initiated call to the extTriggeredStatusReport() method on the callback interface.
onGetCallInfoErrEvent(GetCallInfoErrEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallListener
Called due to a Gateway initiated call to the getCallInfoErr() method on the callback interface.
onGetCallInfoResEvent(GetCallInfoResEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallListener
Called due to a Gateway initiated call to the getCallInfoRes() method on the callback interface.
onGetInfoErrEvent(GetInfoErrEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallListener
Called due to a Gateway initiated call to the getInfoErr() method on the callback interface.
onGetInfoErrEvent(GetInfoErrEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the getInfoErr() method on the callback interface.
onGetInfoResEvent(GetInfoResEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallListener
Called due to a Gateway initiated call to the getInfoRes() method on the callback interface.
onGetInfoResEvent(GetInfoResEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the getInfoRes() method on the callback interface.
onGetMessageErrEvent(GetMessageErrEvent) - Method in interface org.csapi.jr.se.ui.GetMessageListener
Invoked when the request to get a message was unsuccessful.
onGetMessageResEvent(GetMessageResEvent) - Method in interface org.csapi.jr.se.ui.GetMessageListener
Invoked when the request to get a message was successful.
onGetMoreDialledDigitsErrEvent(GetMoreDialledDigitsErrEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallListener
Called due to a Gateway initiated call to the getMoreDialledDigitsErr() method on the callback interface.
onGetMoreDialledDigitsResEvent(GetMoreDialledDigitsResEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallListener
Called due to a Gateway initiated call to the getMoreDialledDigitsRes() method on the callback interface.
onInvalidStateEvent(InvalidActivityEvent) - Method in interface org.csapi.jr.se.ActivityStateChangeListener
Invoked when the call object has moved to the INVALID_STATE.
onLocationReportErrEvent(LocationReportErrEvent) - Method in interface org.csapi.jr.se.mm.ul.UserLocationListener
Called due to a Gateway initiated call to the locationReportErr() method on the callback interface.
onLocationReportErrEvent(LocationReportErrEvent) - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamelListener
Called due to a Gateway initiated call to the locationReportErr() method on the callback interface.
onLocationReportResEvent(LocationReportResEvent) - Method in interface org.csapi.jr.se.mm.ul.UserLocationListener
Called due to a Gateway initiated call to the locationReportRes() method on the callback interface.
onLocationReportResEvent(LocationReportResEvent) - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamelListener
Called due to a Gateway initiated call to the locationReportRes() method on the callback interface.
onManagerInterruptedEvent(ManagerInterruptedEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManagerListener
Called due to a Gateway initiated call to the managerInterrupted() method on the callback interface.
onManagerResumedEvent(ManagerResumedEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManagerListener
Called due to a Gateway initiated call to the managerResumed() method on the callback interface.
onMediaStreamMonitorResEvent(MediaStreamMonitorResEvent) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallLegListener
Called due to a Gateway initiated call to the mediaStreamMonitorRes() method on the callback interface.
onOutOfServiceEvent(OutOfServiceEvent) - Method in interface org.csapi.jr.se.ServiceStateChangeListener
Invoked when the call object has moved to the OUT_OF_SERVICE_STATE.
onPeriodicLocationReportErrEvent(PeriodicLocationReportErrEvent) - Method in interface org.csapi.jr.se.mm.ul.UserLocationListener
Called due to a Gateway initiated call to the periodicLocationReportErr() method on the callback interface.
onPeriodicLocationReportErrEvent(PeriodicLocationReportErrEvent) - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamelListener
Called due to a Gateway initiated call to the periodicLocationReportErr() method on the callback interface.
onPeriodicLocationReportEvent(PeriodicLocationReportEvent) - Method in interface org.csapi.jr.se.mm.ul.UserLocationListener
Called due to a Gateway initiated call to the periodicLocationReport() method on the callback interface.
onPeriodicLocationReportEvent(PeriodicLocationReportEvent) - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamelListener
Called due to a Gateway initiated call to the periodicLocationReport() method on the callback interface.
onQueryBalanceErrEvent(QueryBalanceErrEvent) - Method in interface org.csapi.jr.se.am.AccountManagerListener
Called due to a Gateway initiated call to the queryBalanceErr() method on the callback interface.
onQueryBalanceResEvent(QueryBalanceResEvent) - Method in interface org.csapi.jr.se.am.AccountManagerListener
Called due to a Gateway initiated call to the queryBalanceRes() method on the callback interface.
onRateErrEvent(RateErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the rateErr() method on the callback interface.
onRateResEvent(RateResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the rateRes() method on the callback interface.
onRecordMessageErrEvent(RecordMessageErrEvent) - Method in interface org.csapi.jr.se.ui.RecordMessageListener
Invoked when the request to record a message was unsuccessful.
onRecordMessageResEvent(RecordMessageResEvent) - Method in interface org.csapi.jr.se.ui.RecordMessageListener
Invoked when the request to record a message was successful.
onReportEventNotificationEvent(ReportEventNotificationEvent) - Method in interface org.csapi.jr.se.ui.UIManagerListener
Called due to a Gateway initiated call to the reportEventNotification() method on the callback interface.
onReportMediaNotificationEvent(ReportMediaNotificationEvent) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManagerListener
Called due to a Gateway initiated call to the reportMediaNotification() method on the callback interface.
onReportNotificationEvent(ReportNotificationEvent) - Method in interface org.csapi.jr.se.policy.PolicyDomainListener
Called due to a Gateway initiated call to the reportNotification() method on the callback interface.
onReportNotificationEvent(ReportNotificationEvent) - Method in interface org.csapi.jr.se.policy.evaluation.NotificationListener
Called due to a Gateway initiated call to the reportNotification() method on the callback interface
onReportNotificationEvent(ReportNotificationEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManagerListener
Called due to a Gateway initiated call to the reportNotification() method on the callback interface.
onReportNotificationEvent(ReportNotificationEvent) - Method in interface org.csapi.jr.se.ui.UIManagerListener
Called due to a Gateway initiated call to the reportNotification() method on the callback interface.
onReportNotificationEvent(ReportNotificationEvent) - Method in interface org.csapi.jr.se.dsc.DataSessionControlManagerListener
Called due to a Gateway initiated call to the reportNotification() method on the callback interface.
onReportNotificationEvent(ReportNotificationEvent) - Method in interface org.csapi.jr.se.am.AccountManagerListener
Called due to a Gateway initiated call to the reportNotification() method on the callback interface.
onReserveAmountErrEvent(ReserveAmountErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the reserveAmountErr() method on the callback interface.
onReserveAmountResEvent(ReserveAmountResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the reserveAmountRes() method on the callback interface.
onReserveUnitErrEvent(ReserveUnitErrEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the reserveUnitErr() method on the callback interface.
onReserveUnitResEvent(ReserveUnitResEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the reserveUnitRes() method on the callback interface.
onRetrieveTransactionHistoryErrEvent(RetrieveTransactionHistoryErrEvent) - Method in interface org.csapi.jr.se.am.AccountManagerListener
Called due to a Gateway initiated call to the retrieveTransactionHistoryErr() method on the callback interface.
onRetrieveTransactionHistoryResEvent(RetrieveTransactionHistoryResEvent) - Method in interface org.csapi.jr.se.am.AccountManagerListener
Called due to a Gateway initiated call to the retrieveTransactionHistoryRes() method on the callback interface.
onRouteErrEvent(RouteErrEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallListener
Called due to a Gateway initiated call to the routeErr() method on the callback interface.
onRouteErrEvent(RouteErrEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the routeErr() method on the callback interface.
onRouteResEvent(RouteResEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallListener
Called due to a Gateway initiated call to the routeRes() method on the callback interface.
onSendInfoAndCollectErrEvent(SendInfoAndCollectErrEvent) - Method in interface org.csapi.jr.se.ui.UIListener
Called due to a Gateway initiated call to the sendInfoAndCollectErr() method on the callback interface.
onSendInfoAndCollectErrEvent(SendInfoAndCollectErrEvent) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollectListener
Invoked when the request to send information and collect a response was unsuccessful.
onSendInfoAndCollectResEvent(SendInfoAndCollectResEvent) - Method in interface org.csapi.jr.se.ui.UIListener
Called due to a Gateway initiated call to the sendInfoAndCollectRes() method on the callback interface.
onSendInfoAndCollectResEvent(SendInfoAndCollectResEvent) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollectListener
Invoked when the request to send information and collect a response was successful.
onSendInfoErrEvent(SendInfoErrEvent) - Method in interface org.csapi.jr.se.ui.UIListener
Called due to a Gateway initiated call to the sendInfoErr() method on the callback interface.
onSendInfoErrEvent(SendInfoErrEvent) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoListener
Invoked when the request to send information was unsuccessful.
onSendInfoResEvent(SendInfoResEvent) - Method in interface org.csapi.jr.se.ui.UIListener
Called due to a Gateway initiated call to the sendInfoRes() method on the callback interface.
onSendInfoResEvent(SendInfoResEvent) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoListener
Invoked when the request to send information was successful.
onSessionAbortedEvent(SessionAbortedEvent) - Method in interface org.csapi.jr.se.cs.ChargingManagerListener
Called due to a Gateway initiated call to the sessionAborted() method on the callback interface.
onSessionEndedEvent(SessionEndedEvent) - Method in interface org.csapi.jr.se.cs.ChargingSessionListener
Called due to a Gateway initiated call to the sessionEnded() method on the callback interface.
onStatusReportErrEvent(StatusReportErrEvent) - Method in interface org.csapi.jr.se.mm.us.UserStatusListener
Called due to a Gateway initiated call to the statusReportErr() method on the callback interface.
onStatusReportResEvent(StatusReportResEvent) - Method in interface org.csapi.jr.se.mm.us.UserStatusListener
Called due to a Gateway initiated call to the statusReportRes() method on the callback interface.
onSuperviseCallErrEvent(SuperviseCallErrEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallListener
Called due to a Gateway initiated call to the superviseCallErr() method on the callback interface.
onSuperviseCallResEvent(SuperviseCallResEvent) - Method in interface org.csapi.jr.se.cc.gccs.CallListener
Called due to a Gateway initiated call to the superviseCallRes() method on the callback interface.
onSuperviseDataSessionErrEvent(SuperviseDataSessionErrEvent) - Method in interface org.csapi.jr.se.dsc.DataSessionListener
Called due to a Gateway initiated call to the superviseDataSessionErr() method on the callback interface.
onSuperviseDataSessionResEvent(SuperviseDataSessionResEvent) - Method in interface org.csapi.jr.se.dsc.DataSessionListener
Called due to a Gateway initiated call to the superviseDataSessionRes() method on the callback interface.
onSuperviseErrEvent(SuperviseErrEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallListener
Called due to a Gateway initiated call to the superviseErr() method on the callback interface.
onSuperviseErrEvent(SuperviseErrEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the superviseErr() method on the callback interface.
onSuperviseResEvent(SuperviseResEvent) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallListener
Called due to a Gateway initiated call to the superviseRes() method on the callback interface.
onSuperviseResEvent(SuperviseResEvent) - Method in interface org.csapi.jr.se.cc.mpccs.CallLegListener
Called due to a Gateway initiated call to the superviseRes() method on the callback interface.
onSuperviseVolumeErrEvent(SuperviseVolumeErrEvent) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallListener
Called due to a Gateway initiated call to the superviseVolumeErr() method on the callback interface.
onSuperviseVolumeResEvent(SuperviseVolumeResEvent) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallListener
Called due to a Gateway initiated call to the superviseVolumeRes() method on the callback interface.
onTriggeredLocationReportErrEvent(TriggeredLocationReportErrEvent) - Method in interface org.csapi.jr.se.mm.ul.TriggeredUserLocationListener
Called due to a Gateway initiated call to the triggeredLocationReportErr() method on the callback interface.
onTriggeredLocationReportErrEvent(TriggeredLocationReportErrEvent) - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamelListener
Called due to a Gateway initiated call to the triggeredLocationReportErr() method on the callback interface.
onTriggeredLocationReportEvent(TriggeredLocationReportEvent) - Method in interface org.csapi.jr.se.mm.ul.TriggeredUserLocationListener
Called due to a Gateway initiated call to the triggeredLocationReport() method on the callback interface.
onTriggeredLocationReportEvent(TriggeredLocationReportEvent) - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamelListener
Called due to a Gateway initiated call to the triggeredLocationReport() method on the callback interface.
onTriggeredStatusReportErrEvent(TriggeredStatusReportErrEvent) - Method in interface org.csapi.jr.se.mm.us.UserStatusListener
Called due to a Gateway initiated call to the triggeredStatusReportErr() method on the callback interface.
onTriggeredStatusReportEvent(TriggeredStatusReportEvent) - Method in interface org.csapi.jr.se.mm.us.UserStatusListener
Called due to a Gateway initiated call to the triggeredStatusReport() method on the callback interface.
onTriggeredTerminalCapabilityReportErrEvent(TriggeredTerminalCapabilityReportErrEvent) - Method in interface org.csapi.jr.se.termcap.ExtendedTerminalCapabilitiesListener
Called due to a Gateway initiated call to the triggeredTerminalCapabilityReportErr() method on the callback interface.
onTriggeredTerminalCapabilityReportEvent(TriggeredTerminalCapabilityReportEvent) - Method in interface org.csapi.jr.se.termcap.ExtendedTerminalCapabilitiesListener
Called due to a Gateway initiated call to the triggeredTerminalCapabilityReport() method on the callback interface.
onUserInteractionAbortedEvent(UserInteractionAbortedEvent) - Method in interface org.csapi.jr.se.ui.UIManagerListener
Called due to a Gateway initiated call to the userInteractionAborted() method on the callback interface.
onUserInteractionFaultDetectedEvent(UserInteractionFaultDetectedEvent) - Method in interface org.csapi.jr.se.ui.UIListener
Called due to a Gateway initiated call to the userInteractionFaultDetected() method on the callback interface.
onUserInteractionNotificationContinuedEvent(UserInteractionNotificationContinuedEvent) - Method in interface org.csapi.jr.se.ui.UIManagerListener
Called due to a Gateway initiated call to the userInteractionNotificationContinued() method on the callback interface.
onUserInteractionNotificationInterruptedEvent(UserInteractionNotificationInterruptedEvent) - Method in interface org.csapi.jr.se.ui.UIManagerListener
Called due to a Gateway initiated call to the userInteractionNotificationInterrupted() method on the callback interface.
OPERATOR_ROAMING - Static variable in class org.csapi.jr.se.mm.RoamingStatus
User has roamed to a partner operator abroad
org.csapi.jr.se - package org.csapi.jr.se
Contains the common data type classes for use with all Parlay services.
org.csapi.jr.se.am - package org.csapi.jr.se.am
Contains the Parlay Account Management (AM) data types and interfaces.
org.csapi.jr.se.cc - package org.csapi.jr.se.cc
Contains the Parlay Call Control data type classes.
org.csapi.jr.se.cc.gccs - package org.csapi.jr.se.cc.gccs
Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes.
org.csapi.jr.se.cc.mmccs - package org.csapi.jr.se.cc.mmccs
Contains the Parlay Multi-Media Call Control Service (MMCCS) interfaces.
org.csapi.jr.se.cc.mpccs - package org.csapi.jr.se.cc.mpccs
Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces.
org.csapi.jr.se.cs - package org.csapi.jr.se.cs
Contains the Parlay Charging Service data type classes and interfaces.
org.csapi.jr.se.dsc - package org.csapi.jr.se.dsc
Contains the Parlay Data Session Control data types and interfaces.
org.csapi.jr.se.fw - package org.csapi.jr.se.fw
Contains the Parlay Framework data type classes.
org.csapi.jr.se.fw.fw_access.trust_and_security - package 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 - package 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 - package 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 - package 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 - package 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 - package 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 - package 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 - package 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 - package 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 - package org.csapi.jr.se.fw.fw_service.service_registration
Contains the Parlay Framework-to-Service Service Registration interfaces.
org.csapi.jr.se.mm - package org.csapi.jr.se.mm
Contains the Parlay Mobility data types classes.
org.csapi.jr.se.mm.ul - package org.csapi.jr.se.mm.ul
Contains the Parlay User Location interfaces.
org.csapi.jr.se.mm.ulc - package org.csapi.jr.se.mm.ulc
Contains the Parlay User Location Camel interfaces.
org.csapi.jr.se.mm.us - package org.csapi.jr.se.mm.us
Contains the Parlay User Status interfaces.
org.csapi.jr.se.pam - package org.csapi.jr.se.pam
Contains the Parlay Presence And Availability Management(PAM) data types and interfaces.
org.csapi.jr.se.pam.access - package org.csapi.jr.se.pam.access
Contains the PAM Access interface classes.
org.csapi.jr.se.pam.event - package org.csapi.jr.se.pam.event
Contains the PAM Event interface classes.
org.csapi.jr.se.pam.provisioning - package org.csapi.jr.se.pam.provisioning
Contains the PAM Provisioning interface classes.
org.csapi.jr.se.policy - package org.csapi.jr.se.policy
Contains the Parlay Policy Management data types and interfaces.
org.csapi.jr.se.policy.evaluation - package org.csapi.jr.se.policy.evaluation
Contains the Parlay Policy Management Evaluation interfaces.
org.csapi.jr.se.policy.provisioning - package org.csapi.jr.se.policy.provisioning
Contains the Parlay Policy Management Provisioning interfaces.
org.csapi.jr.se.termcap - package org.csapi.jr.se.termcap
Contains the Parlay Terminal Capabilities data types and interfaces.
org.csapi.jr.se.ui - package org.csapi.jr.se.ui
Contains the Parlay Generic User Interaction interfaces and classes.
ORIGINATING - Static variable in class org.csapi.jr.se.cc.gccs.CallNotificationType
Indicates that the notification is related to the originating user in the call.
OUT_OF_SERVICE_STATE - Static variable in interface org.csapi.jr.se.Service
This constant represents the OUT_OF_SERVICE_STATE state.
OutOfServiceEvent - class org.csapi.jr.se.OutOfServiceEvent.
This event type is used by the listener to indicate that the object has moved into an out of service state.
OutOfServiceEvent(Object) - Constructor for class org.csapi.jr.se.OutOfServiceEvent
Constructor for the OutOfServiceEvent Event.

P

PAM_ACCESS_ALLOW - Static variable in class org.csapi.jr.se.pam.PAMACLDefault
Allow access by default
PAM_ACCESS_DENY - Static variable in class org.csapi.jr.se.pam.PAMACLDefault
Deny access by default
PAM_ACCESS_LIST - Static variable in class org.csapi.jr.se.pam.PAMPreferenceType
The control data contains additions or modifications to access control list of who is authorized to access the presence information or subscribe to it.
PAM_CAUSE_EVENT_REGISTRATION_CANCELLED - Static variable in class org.csapi.jr.se.pam.PAMErrorCause
The registration for the event has been cancelled by the service.
PAM_CAUSE_INFO_UNAVAILABLE - Static variable in class org.csapi.jr.se.pam.PAMErrorCause
The information is currently not available.
PAM_CAUSE_INVALID_ADDRESS - Static variable in class org.csapi.jr.se.pam.PAMErrorCause
The request cannot be handled because the address specified is not valid.
PAM_CAUSE_SYSTEM_FAILURE - Static variable in class org.csapi.jr.se.pam.PAMErrorCause
System failure.
PAM_CAUSE_UNDEFINED - Static variable in class org.csapi.jr.se.pam.PAMErrorCause
Undefined.
PAM_CE_AGENT_ASSIGNED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if an agent is assigned to an identity
PAM_CE_AGENT_CAPABILITY_PRESENCE_SET - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the value of presence attributes of an agent is explicitly set
PAM_CE_AGENT_CREATED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if a new agent has been created
PAM_CE_AGENT_DELETED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if an agent has been deleted
PAM_CE_AGENT_PRESENCE_SET - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the value of presence attributes of an agent is explicitly set
PAM_CE_AGENT_UNASSIGNED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if an agent has been unassigned from an identity
PAM_CE_AVAILABILITY_CHANGED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the availability of an identity changes
PAM_CE_CAPABILITY_CHANGED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the capability of an identity changes
PAM_CE_GROUP_MEMBERSHIP_CHANGED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the membership of a group changes.
PAM_CE_IDENTITY_CREATED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if a new identity has been created
PAM_CE_IDENTITY_DELETED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if an identity has been deleted
PAM_CE_IDENTITY_PRESENCE_SET - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the value of presence attributes of an identity is explicitly set
PAM_CE_WATCHERS_CHANGED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the current set of watchers change
PAM_CONTEXT_ANY - Static variable in class org.csapi.jr.se.pam.PAMContextName
Denotes any known context
PAM_CONTEXT_COMMUNICATION - Static variable in class org.csapi.jr.se.pam.PAMContextName
Denotes a communication context
PAM_EXTERNAL_CONTROL - Static variable in class org.csapi.jr.se.pam.PAMPreferenceType
The access control and availability computations are done external to the presence service.
PAM_IM - Static variable in interface org.csapi.jr.se.pam.Constants
Capability for Instant Messaging
PAM_MAX_LONGINT - Static variable in interface org.csapi.jr.se.pam.Constants
 
PAM_MMS - Static variable in interface org.csapi.jr.se.pam.Constants
Capability for Multi-media messaging
PAM_SMS - Static variable in interface org.csapi.jr.se.pam.Constants
Capability for SMS
PAM_VOICE - Static variable in interface org.csapi.jr.se.pam.Constants
Capability for voice calls
PAM_WATCHERS_ADDED - Static variable in class org.csapi.jr.se.pam.PAMwatcherChangeType
Watchers added to the list.
PAM_WATCHERS_DELETED - Static variable in class org.csapi.jr.se.pam.PAMwatcherChangeType
Watchers deleted from the list.
PAM_WATCHERS_PERIODIC - Static variable in class org.csapi.jr.se.pam.PAMwatcherChangeType
Periodic reporting, not necessarily a change.
PAMAAEventData - class org.csapi.jr.se.pam.PAMAAEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to agent assignments from an identity.
PAMAAEventData() - Constructor for class org.csapi.jr.se.pam.PAMAAEventData
Creates a new PAMAAEventData instance.
PAMAAEventData(String[], String[], String[], String[]) - Constructor for class org.csapi.jr.se.pam.PAMAAEventData
Creates a new PAMAAEventData instance.
PAMAANotificationData - class org.csapi.jr.se.pam.PAMAANotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for agent assignment events.
PAMAANotificationData() - Constructor for class org.csapi.jr.se.pam.PAMAANotificationData
Creates a new PAMAANotificationData instance.
PAMAANotificationData(String, String) - Constructor for class org.csapi.jr.se.pam.PAMAANotificationData
Creates a new PAMAANotificationData instance.
PAMAccessControlData - class org.csapi.jr.se.pam.PAMAccessControlData.
This is a Sequence of Data Elements for access control data.
PAMAccessControlData() - Constructor for class org.csapi.jr.se.pam.PAMAccessControlData
Creates a new PAMAccessControlData instance.
PAMAccessControlData(PAMACLDefault, String[], String[]) - Constructor for class org.csapi.jr.se.pam.PAMAccessControlData
Creates a new PAMAccessControlData instance.
PAMACEventData - class org.csapi.jr.se.pam.PAMACEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to agent creations.
PAMACEventData() - Constructor for class org.csapi.jr.se.pam.PAMACEventData
Creates a new PAMACEventData instance.
PAMACEventData(String[]) - Constructor for class org.csapi.jr.se.pam.PAMACEventData
Creates a new PAMACEventData instance.
PAMACLDefault - class org.csapi.jr.se.pam.PAMACLDefault.
Defines the two possible default policies for access control.
PAMACNotificationData - class org.csapi.jr.se.pam.PAMACNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for agent creation events.
PAMACNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMACNotificationData
Creates a new PAMACNotificationData instance.
PAMACNotificationData(String[]) - Constructor for class org.csapi.jr.se.pam.PAMACNotificationData
Creates a new PAMACNotificationData instance.
PAMACPSEventData - class org.csapi.jr.se.pam.PAMACPSEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to agent capability presence set events.
PAMACPSEventData() - Constructor for class org.csapi.jr.se.pam.PAMACPSEventData
Creates a new PAMACPSEventData instance.
PAMACPSEventData(String[], String[], String[], String[], long) - Constructor for class org.csapi.jr.se.pam.PAMACPSEventData
Creates a new PAMACPSEventData instance.
PAMACPSNotificationData - class org.csapi.jr.se.pam.PAMACPSNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for capability presence set events.
PAMACPSNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMACPSNotificationData
Creates a new PAMACPSNotificationData instance.
PAMACPSNotificationData(String, String, String[]) - Constructor for class org.csapi.jr.se.pam.PAMACPSNotificationData
Creates a new PAMACPSNotificationData instance.
PAMADEventData - class org.csapi.jr.se.pam.PAMADEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to agent deletions.
PAMADEventData() - Constructor for class org.csapi.jr.se.pam.PAMADEventData
Creates a new PAMADEventData instance.
PAMADEventData(String[], String[]) - Constructor for class org.csapi.jr.se.pam.PAMADEventData
Creates a new PAMADEventData instance.
PAMADNotificationData - class org.csapi.jr.se.pam.PAMADNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for agent deletion events.
PAMADNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMADNotificationData
Creates a new PAMADNotificationData instance.
PAMADNotificationData(String[]) - Constructor for class org.csapi.jr.se.pam.PAMADNotificationData
Creates a new PAMADNotificationData instance.
PAMAgentAssignment - interface org.csapi.jr.se.pam.provisioning.PAMAgentAssignment.
This interface represents a PAMAgentAssignment.
PamAgentExistsException - exception org.csapi.jr.se.pam.PamAgentExistsException.
Indicates that an Agent with the agentName already exists
PamAgentExistsException() - Constructor for class org.csapi.jr.se.pam.PamAgentExistsException
 
PamAgentExistsException(String) - Constructor for class org.csapi.jr.se.pam.PamAgentExistsException
 
PamAgentExistsException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamAgentExistsException
 
PamAgentExistsException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamAgentExistsException
 
PAMAgentManagement - interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement.
This interface represents a PAMAgentManagement.
PAMAgentTypeManagement - interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement.
This interface represents a PAMAgentTypeManagement.
PamAliasExistsException - exception org.csapi.jr.se.pam.PamAliasExistsException.
Indicates that the specified alias is already associated to the Identity
PamAliasExistsException() - Constructor for class org.csapi.jr.se.pam.PamAliasExistsException
 
PamAliasExistsException(String) - Constructor for class org.csapi.jr.se.pam.PamAliasExistsException
 
PamAliasExistsException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamAliasExistsException
 
PamAliasExistsException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamAliasExistsException
 
PamAliasNotUniqueException - exception org.csapi.jr.se.pam.PamAliasNotUniqueException.
Indicates that the alias has already been assigned to another identity
PamAliasNotUniqueException() - Constructor for class org.csapi.jr.se.pam.PamAliasNotUniqueException
 
PamAliasNotUniqueException(String) - Constructor for class org.csapi.jr.se.pam.PamAliasNotUniqueException
 
PamAliasNotUniqueException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamAliasNotUniqueException
 
PamAliasNotUniqueException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamAliasNotUniqueException
 
PAMAPSEventData - class org.csapi.jr.se.pam.PAMAPSEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to agent presence set events.
PAMAPSEventData() - Constructor for class org.csapi.jr.se.pam.PAMAPSEventData
Creates a new PAMAPSEventData instance.
PAMAPSEventData(String[], String[], String[], long) - Constructor for class org.csapi.jr.se.pam.PAMAPSEventData
Creates a new PAMAPSEventData instance.
PAMAPSNotificationData - class org.csapi.jr.se.pam.PAMAPSNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for agent presence set events.
PAMAPSNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMAPSNotificationData
Creates a new PAMAPSNotificationData instance.
PAMAPSNotificationData(String, String[]) - Constructor for class org.csapi.jr.se.pam.PAMAPSNotificationData
Creates a new PAMAPSNotificationData instance.
PAMAttribute - class org.csapi.jr.se.pam.PAMAttribute.
This is a Sequence of Data Elements containing the attribute name, expiration time and value.
PAMAttribute() - Constructor for class org.csapi.jr.se.pam.PAMAttribute
Creates a new PAMAttribute instance.
PAMAttribute(String, AttributeValue, long) - Constructor for class org.csapi.jr.se.pam.PAMAttribute
Creates a new PAMAttribute instance.
PAMAttributeDef - class org.csapi.jr.se.pam.PAMAttributeDef.
This is a Sequence of Data Elements containing the definition of an attribute.
PAMAttributeDef() - Constructor for class org.csapi.jr.se.pam.PAMAttributeDef
Creates a new PAMAttributeDef instance.
PAMAttributeDef(String, String, boolean, boolean, Object) - Constructor for class org.csapi.jr.se.pam.PAMAttributeDef
Creates a new PAMAttributeDef instance.
PamAttributeExistsException - exception org.csapi.jr.se.pam.PamAttributeExistsException.
Indicates that at least one of the named attributes already exists
PamAttributeExistsException() - Constructor for class org.csapi.jr.se.pam.PamAttributeExistsException
 
PamAttributeExistsException(String) - Constructor for class org.csapi.jr.se.pam.PamAttributeExistsException
 
PamAttributeExistsException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamAttributeExistsException
 
PamAttributeExistsException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamAttributeExistsException
 
PAMAUEventData - class org.csapi.jr.se.pam.PAMAUEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to agent unassignments from an identity.
PAMAUEventData() - Constructor for class org.csapi.jr.se.pam.PAMAUEventData
Creates a new PAMAUEventData instance.
PAMAUEventData(String[], String[], String[], String[]) - Constructor for class org.csapi.jr.se.pam.PAMAUEventData
Creates a new PAMAUEventData instance.
PAMAUNotificationData - class org.csapi.jr.se.pam.PAMAUNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for agent unassignment events.
PAMAUNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMAUNotificationData
Creates a new PAMAUNotificationData instance.
PAMAUNotificationData(String, String) - Constructor for class org.csapi.jr.se.pam.PAMAUNotificationData
Creates a new PAMAUNotificationData instance.
PAMAvailability - interface org.csapi.jr.se.pam.access.PAMAvailability.
This interface represents a PAMAvailability.
PAMAvailabilityProfile - class org.csapi.jr.se.pam.PAMAvailabilityProfile.
This is a Sequence of Data Elements containing the list of attribute values as determined by the definition of the context for which the availability is provided.
PAMAvailabilityProfile() - Constructor for class org.csapi.jr.se.pam.PAMAvailabilityProfile
Creates a new PAMAvailabilityProfile instance.
PAMAvailabilityProfile(String, PAMPresenceData) - Constructor for class org.csapi.jr.se.pam.PAMAvailabilityProfile
Creates a new PAMAvailabilityProfile instance.
PAMAVCEventData - class org.csapi.jr.se.pam.PAMAVCEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to availability changed events.
PAMAVCEventData() - Constructor for class org.csapi.jr.se.pam.PAMAVCEventData
Creates a new PAMAVCEventData instance.
PAMAVCEventData(String[], String[], PAMContext[], String[], long) - Constructor for class org.csapi.jr.se.pam.PAMAVCEventData
Creates a new PAMAVCEventData instance.
PAMAVCNotificationData - class org.csapi.jr.se.pam.PAMAVCNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for availability changed events.
PAMAVCNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMAVCNotificationData
Creates a new PAMAVCNotificationData instance.
PAMAVCNotificationData(String, PAMAvailabilityProfile[]) - Constructor for class org.csapi.jr.se.pam.PAMAVCNotificationData
Creates a new PAMAVCNotificationData instance.
PAMCapabilityManagement - interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement.
This interface represents a PAMCapabilityManagement.
PAMCCEventData - class org.csapi.jr.se.pam.PAMCCEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to identity capability changed events.
PAMCCEventData() - Constructor for class org.csapi.jr.se.pam.PAMCCEventData
Creates a new PAMCCEventData instance.
PAMCCEventData(String[], String[], String[]) - Constructor for class org.csapi.jr.se.pam.PAMCCEventData
Creates a new PAMCCEventData instance.
PAMCCNotificationData - class org.csapi.jr.se.pam.PAMCCNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for capability change events.
PAMCCNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMCCNotificationData
Creates a new PAMCCNotificationData instance.
PAMCCNotificationData(String, String[]) - Constructor for class org.csapi.jr.se.pam.PAMCCNotificationData
Creates a new PAMCCNotificationData instance.
PAMCommunicationContext - class org.csapi.jr.se.pam.PAMCommunicationContext.
This is a Sequence of Data Elements containing the list of attribute values for defining a communication context.
PAMCommunicationContext() - Constructor for class org.csapi.jr.se.pam.PAMCommunicationContext
Creates a new PAMCommunicationContext instance.
PAMCommunicationContext(String) - Constructor for class org.csapi.jr.se.pam.PAMCommunicationContext
Creates a new PAMCommunicationContext instance.
PAMContext - class org.csapi.jr.se.pam.PAMContext.
This is a Sequence of Data Elements containing the data which defines the context in which an availability is queried and information about the asker that is requesting the data.
PAMContext() - Constructor for class org.csapi.jr.se.pam.PAMContext
Creates a new PAMContext instance.
PAMContext(PAMContextData, Attribute[]) - Constructor for class org.csapi.jr.se.pam.PAMContext
Creates a new PAMContext instance.
PAMContextData - class org.csapi.jr.se.pam.PAMContextData.
This is a tagged choice of data elements that specifies the optional data that may be required to define a particular context.
PAMContextData() - Constructor for class org.csapi.jr.se.pam.PAMContextData
Creates a new PAMContextData.
PAMContextName - class org.csapi.jr.se.pam.PAMContextName.
This specifies the availability contexts.
PamDisassociatedTypeException - exception org.csapi.jr.se.pam.PamDisassociatedTypeException.
Indicates that one of the specified types is not associated with the named identity/agent
PamDisassociatedTypeException() - Constructor for class org.csapi.jr.se.pam.PamDisassociatedTypeException
 
PamDisassociatedTypeException(String) - Constructor for class org.csapi.jr.se.pam.PamDisassociatedTypeException
 
PamDisassociatedTypeException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamDisassociatedTypeException
 
PamDisassociatedTypeException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamDisassociatedTypeException
 
PAMErrorCause - class org.csapi.jr.se.pam.PAMErrorCause.
This defines the types of errors reported by PAM.
PAMErrorInfo - class org.csapi.jr.se.pam.PAMErrorInfo.
This is a Sequence of Data Elements to specify the error notification data.
PAMErrorInfo() - Constructor for class org.csapi.jr.se.pam.PAMErrorInfo
Creates a new PAMErrorInfo instance.
PAMErrorInfo(PAMErrorCause, PAMNotificationInfo) - Constructor for class org.csapi.jr.se.pam.PAMErrorInfo
Creates a new PAMErrorInfo instance.
PAMEventHandler - interface org.csapi.jr.se.pam.event.PAMEventHandler.
This interface represents a PAMEventHandler.
PAMEventHandlerListener - interface org.csapi.jr.se.pam.event.PAMEventHandlerListener.
This interface is to be implemented for receiving events issued by the PAMEventHandler service object.
PAMEventInfo - class org.csapi.jr.se.pam.PAMEventInfo.
This is a tagged choice of data elements that specifies the event data provided by applications while registering.
PAMEventInfo() - Constructor for class org.csapi.jr.se.pam.PAMEventInfo
Creates a new PAMEventInfo.
PAMEventManager - interface org.csapi.jr.se.pam.event.PAMEventManager.
This interface represents a PAMEventManager.
PAMEventName - class org.csapi.jr.se.pam.PAMEventName.
This data type identifies the values that specify the event names.
PamException - exception org.csapi.jr.se.pam.PamException.
Presence and Availability Management abstract exception
PamException() - Constructor for class org.csapi.jr.se.pam.PamException
 
PamException(String) - Constructor for class org.csapi.jr.se.pam.PamException
 
PamException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamException
 
PamException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamException
 
PAMGMCEventData - class org.csapi.jr.se.pam.PAMGMCEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to group membership changes.
PAMGMCEventData() - Constructor for class org.csapi.jr.se.pam.PAMGMCEventData
Creates a new PAMGMCEventData instance.
PAMGMCEventData(String[], String[]) - Constructor for class org.csapi.jr.se.pam.PAMGMCEventData
Creates a new PAMGMCEventData instance.
PAMGMCNotificationData - class org.csapi.jr.se.pam.PAMGMCNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for group membership changes.
PAMGMCNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMGMCNotificationData
Creates a new PAMGMCNotificationData instance.
PAMGMCNotificationData(String[]) - Constructor for class org.csapi.jr.se.pam.PAMGMCNotificationData
Creates a new PAMGMCNotificationData instance.
PAMICEventData - class org.csapi.jr.se.pam.PAMICEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to identity creations.
PAMICEventData() - Constructor for class org.csapi.jr.se.pam.PAMICEventData
Creates a new PAMICEventData instance.
PAMICEventData(String[]) - Constructor for class org.csapi.jr.se.pam.PAMICEventData
Creates a new PAMICEventData instance.
PAMICNotificationData - class org.csapi.jr.se.pam.PAMICNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for identity creation events.
PAMICNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMICNotificationData
Creates a new PAMICNotificationData instance.
PAMICNotificationData(String[]) - Constructor for class org.csapi.jr.se.pam.PAMICNotificationData
Creates a new PAMICNotificationData instance.
PamIdentityExistsException - exception org.csapi.jr.se.pam.PamIdentityExistsException.
Indicates that the specified Identity already exists
PamIdentityExistsException() - Constructor for class org.csapi.jr.se.pam.PamIdentityExistsException
 
PamIdentityExistsException(String) - Constructor for class org.csapi.jr.se.pam.PamIdentityExistsException
 
PamIdentityExistsException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamIdentityExistsException
 
PamIdentityExistsException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamIdentityExistsException
 
PAMIdentityManagement - interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement.
This interface represents a PAMIdentityManagement.
PAMIdentityPresence - interface org.csapi.jr.se.pam.access.PAMIdentityPresence.
This interface represents a PAMIdentityPresence.
PAMIdentityTypeManagement - interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement.
This interface represents a PAMIdentityTypeManagement.
PAMIDEventData - class org.csapi.jr.se.pam.PAMIDEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to identity deletions.
PAMIDEventData() - Constructor for class org.csapi.jr.se.pam.PAMIDEventData
Creates a new PAMIDEventData instance.
PAMIDEventData(String[], String[]) - Constructor for class org.csapi.jr.se.pam.PAMIDEventData
Creates a new PAMIDEventData instance.
PAMIDNotificationData - class org.csapi.jr.se.pam.PAMIDNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for identity deletion events.
PAMIDNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMIDNotificationData
Creates a new PAMIDNotificationData instance.
PAMIDNotificationData(String[]) - Constructor for class org.csapi.jr.se.pam.PAMIDNotificationData
Creates a new PAMIDNotificationData instance.
PamInvalidCredentialException - exception org.csapi.jr.se.pam.PamInvalidCredentialException.
Indicates that the credential presented is not recognized or insufficient for the operation
PamInvalidCredentialException() - Constructor for class org.csapi.jr.se.pam.PamInvalidCredentialException
 
PamInvalidCredentialException(String) - Constructor for class org.csapi.jr.se.pam.PamInvalidCredentialException
 
PamInvalidCredentialException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamInvalidCredentialException
 
PamInvalidCredentialException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamInvalidCredentialException
 
PAMIPSEventData - class org.csapi.jr.se.pam.PAMIPSEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to identity presence set events.
PAMIPSEventData() - Constructor for class org.csapi.jr.se.pam.PAMIPSEventData
Creates a new PAMIPSEventData instance.
PAMIPSEventData(String[], String[], String[], long) - Constructor for class org.csapi.jr.se.pam.PAMIPSEventData
Creates a new PAMIPSEventData instance.
PAMIPSNotificationData - class org.csapi.jr.se.pam.PAMIPSNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for identity presence set events.
PAMIPSNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMIPSNotificationData
Creates a new PAMIPSNotificationData instance.
PAMIPSNotificationData(String, PAMPresenceData[]) - Constructor for class org.csapi.jr.se.pam.PAMIPSNotificationData
Creates a new PAMIPSNotificationData instance.
PamIsCyclicException - exception org.csapi.jr.se.pam.PamIsCyclicException.
Indicates that the requested operation will create cyclic relationship
PamIsCyclicException() - Constructor for class org.csapi.jr.se.pam.PamIsCyclicException
 
PamIsCyclicException(String) - Constructor for class org.csapi.jr.se.pam.PamIsCyclicException
 
PamIsCyclicException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamIsCyclicException
 
PamIsCyclicException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamIsCyclicException
 
PamMemberExistsException - exception org.csapi.jr.se.pam.PamMemberExistsException.
Indicates that the specified member is already in the group
PamMemberExistsException() - Constructor for class org.csapi.jr.se.pam.PamMemberExistsException
 
PamMemberExistsException(String) - Constructor for class org.csapi.jr.se.pam.PamMemberExistsException
 
PamMemberExistsException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamMemberExistsException
 
PamMemberExistsException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamMemberExistsException
 
PamNoCapabilityException - exception org.csapi.jr.se.pam.PamNoCapabilityException.
Indicates that a supplied capability is not a capability of the requested agent.
PamNoCapabilityException() - Constructor for class org.csapi.jr.se.pam.PamNoCapabilityException
 
PamNoCapabilityException(String) - Constructor for class org.csapi.jr.se.pam.PamNoCapabilityException
 
PamNoCapabilityException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamNoCapabilityException
 
PamNoCapabilityException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamNoCapabilityException
 
PAMNotificationInfo - class org.csapi.jr.se.pam.PAMNotificationInfo.
This is a tagged choice of data elements that specifies the notification data provided to the applications for each event.
PAMNotificationInfo() - Constructor for class org.csapi.jr.se.pam.PAMNotificationInfo
Creates a new PAMNotificationInfo.
PamNotMemberException - exception org.csapi.jr.se.pam.PamNotMemberException.
Indicates that the specified member is not member of the group
PamNotMemberException() - Constructor for class org.csapi.jr.se.pam.PamNotMemberException
 
PamNotMemberException(String) - Constructor for class org.csapi.jr.se.pam.PamNotMemberException
 
PamNotMemberException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamNotMemberException
 
PamNotMemberException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamNotMemberException
 
PamNotRegisteredException - exception org.csapi.jr.se.pam.PamNotRegisteredException.
Indicates that the interface was not previously registered
PamNotRegisteredException() - Constructor for class org.csapi.jr.se.pam.PamNotRegisteredException
 
PamNotRegisteredException(String) - Constructor for class org.csapi.jr.se.pam.PamNotRegisteredException
 
PamNotRegisteredException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamNotRegisteredException
 
PamNotRegisteredException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamNotRegisteredException
 
PAMPreferenceData - class org.csapi.jr.se.pam.PAMPreferenceData.
This is a tagged choice of data elements that specifies the preference data.
PAMPreferenceData() - Constructor for class org.csapi.jr.se.pam.PAMPreferenceData
Creates a new PAMPreferenceData.
PAMPreferenceType - class org.csapi.jr.se.pam.PAMPreferenceType.
This specifies the names of privacy and access control mechanisms supported by the service.
PAMPresenceAvailabilityManager - interface org.csapi.jr.se.pam.access.PAMPresenceAvailabilityManager.
This interface represents a PAMPresenceAvailabilityManager.
PAMPresenceData - class org.csapi.jr.se.pam.PAMPresenceData.
This is a Sequence of Data Elements for a presence record.
PAMPresenceData() - Constructor for class org.csapi.jr.se.pam.PAMPresenceData
Creates a new PAMPresenceData instance.
PAMPresenceData(String, String, String, String, Address, String, String, int, String) - Constructor for class org.csapi.jr.se.pam.PAMPresenceData
Creates a new PAMPresenceData instance.
PAMProvisioningManager - interface org.csapi.jr.se.pam.provisioning.PAMProvisioningManager.
This interface represents a PAMProvisioningManager.
PamTypeAssociatedException - exception org.csapi.jr.se.pam.PamTypeAssociatedException.
Indicates that a named type has already been associated with the identity/agent
PamTypeAssociatedException() - Constructor for class org.csapi.jr.se.pam.PamTypeAssociatedException
 
PamTypeAssociatedException(String) - Constructor for class org.csapi.jr.se.pam.PamTypeAssociatedException
 
PamTypeAssociatedException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamTypeAssociatedException
 
PamTypeAssociatedException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamTypeAssociatedException
 
PamTypeExistsException - exception org.csapi.jr.se.pam.PamTypeExistsException.
Indicates that the named type already exists
PamTypeExistsException() - Constructor for class org.csapi.jr.se.pam.PamTypeExistsException
 
PamTypeExistsException(String) - Constructor for class org.csapi.jr.se.pam.PamTypeExistsException
 
PamTypeExistsException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamTypeExistsException
 
PamTypeExistsException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamTypeExistsException
 
PamUnassignedAliasException - exception org.csapi.jr.se.pam.PamUnassignedAliasException.
Indicates that the specified alias was not an alias of the named identity
PamUnassignedAliasException() - Constructor for class org.csapi.jr.se.pam.PamUnassignedAliasException
 
PamUnassignedAliasException(String) - Constructor for class org.csapi.jr.se.pam.PamUnassignedAliasException
 
PamUnassignedAliasException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnassignedAliasException
 
PamUnassignedAliasException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnassignedAliasException
 
PamUnavailableInterfaceException - exception org.csapi.jr.se.pam.PamUnavailableInterfaceException.
Indicates that the specified interface does not exist or is unavailable
PamUnavailableInterfaceException() - Constructor for class org.csapi.jr.se.pam.PamUnavailableInterfaceException
 
PamUnavailableInterfaceException(String) - Constructor for class org.csapi.jr.se.pam.PamUnavailableInterfaceException
 
PamUnavailableInterfaceException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnavailableInterfaceException
 
PamUnavailableInterfaceException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnavailableInterfaceException
 
PamUnknownAgentException - exception org.csapi.jr.se.pam.PamUnknownAgentException.
Indicates that the Agent with the specified name does not exist
PamUnknownAgentException() - Constructor for class org.csapi.jr.se.pam.PamUnknownAgentException
 
PamUnknownAgentException(String) - Constructor for class org.csapi.jr.se.pam.PamUnknownAgentException
 
PamUnknownAgentException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownAgentException
 
PamUnknownAgentException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownAgentException
 
PamUnknownAliasException - exception org.csapi.jr.se.pam.PamUnknownAliasException.
Indicates that the Alias with the specified name does not exist
PamUnknownAliasException() - Constructor for class org.csapi.jr.se.pam.PamUnknownAliasException
 
PamUnknownAliasException(String) - Constructor for class org.csapi.jr.se.pam.PamUnknownAliasException
 
PamUnknownAliasException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownAliasException
 
PamUnknownAliasException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownAliasException
 
PamUnknownAssignmentException - exception org.csapi.jr.se.pam.PamUnknownAssignmentException.
Indicates that no assignment exists for this identity and agent
PamUnknownAssignmentException() - Constructor for class org.csapi.jr.se.pam.PamUnknownAssignmentException
 
PamUnknownAssignmentException(String) - Constructor for class org.csapi.jr.se.pam.PamUnknownAssignmentException
 
PamUnknownAssignmentException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownAssignmentException
 
PamUnknownAssignmentException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownAssignmentException
 
PamUnknownAttributeException - exception org.csapi.jr.se.pam.PamUnknownAttributeException.
Indicates that at least one of the specified attributes has not been defined or has not been associated with the specified object
PamUnknownAttributeException() - Constructor for class org.csapi.jr.se.pam.PamUnknownAttributeException
 
PamUnknownAttributeException(String) - Constructor for class org.csapi.jr.se.pam.PamUnknownAttributeException
 
PamUnknownAttributeException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownAttributeException
 
PamUnknownAttributeException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownAttributeException
 
PamUnknownAttributesException - exception org.csapi.jr.se.pam.PamUnknownAttributesException.
Indicates that the specified attribute list contains attributes not part of the named object
PamUnknownAttributesException() - Constructor for class org.csapi.jr.se.pam.PamUnknownAttributesException
 
PamUnknownAttributesException(String) - Constructor for class org.csapi.jr.se.pam.PamUnknownAttributesException
 
PamUnknownAttributesException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownAttributesException
 
PamUnknownAttributesException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownAttributesException
 
PamUnknownCapabilityException - exception org.csapi.jr.se.pam.PamUnknownCapabilityException.
Indicates that a supplied capability is not a capability of the requested agent, or has not been defined.
PamUnknownCapabilityException() - Constructor for class org.csapi.jr.se.pam.PamUnknownCapabilityException
 
PamUnknownCapabilityException(String) - Constructor for class org.csapi.jr.se.pam.PamUnknownCapabilityException
 
PamUnknownCapabilityException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownCapabilityException
 
PamUnknownCapabilityException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownCapabilityException
 
PamUnknownGroupException - exception org.csapi.jr.se.pam.PamUnknownGroupException.
Indicates that the specified group identity does not exist
PamUnknownGroupException() - Constructor for class org.csapi.jr.se.pam.PamUnknownGroupException
 
PamUnknownGroupException(String) - Constructor for class org.csapi.jr.se.pam.PamUnknownGroupException
 
PamUnknownGroupException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownGroupException
 
PamUnknownGroupException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownGroupException
 
PamUnknownIdentityException - exception org.csapi.jr.se.pam.PamUnknownIdentityException.
Indicates that the specified identity does not exist
PamUnknownIdentityException() - Constructor for class org.csapi.jr.se.pam.PamUnknownIdentityException
 
PamUnknownIdentityException(String) - Constructor for class org.csapi.jr.se.pam.PamUnknownIdentityException
 
PamUnknownIdentityException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownIdentityException
 
PamUnknownIdentityException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownIdentityException
 
PamUnknownMemberException - exception org.csapi.jr.se.pam.PamUnknownMemberException.
Indicates that the specified member identity does not exist
PamUnknownMemberException() - Constructor for class org.csapi.jr.se.pam.PamUnknownMemberException
 
PamUnknownMemberException(String) - Constructor for class org.csapi.jr.se.pam.PamUnknownMemberException
 
PamUnknownMemberException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownMemberException
 
PamUnknownMemberException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownMemberException
 
PamUnknownTypeException - exception org.csapi.jr.se.pam.PamUnknownTypeException.
Indicates that the named type does not exist / indicates that the named identity/agent has not been associated with the named type / indicates that a specified type name has not been defined as an agent type
PamUnknownTypeException() - Constructor for class org.csapi.jr.se.pam.PamUnknownTypeException
 
PamUnknownTypeException(String) - Constructor for class org.csapi.jr.se.pam.PamUnknownTypeException
 
PamUnknownTypeException(String, Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownTypeException
 
PamUnknownTypeException(Throwable) - Constructor for class org.csapi.jr.se.pam.PamUnknownTypeException
 
PAMwatcherChangeType - class org.csapi.jr.se.pam.PAMwatcherChangeType.
This specifies the values representing the type of change that occurred to the list of watchers.
PAMWCEventData - class org.csapi.jr.se.pam.PAMWCEventData.
This is a Sequence of Data Elements to specify the input data for subscribing to watchers changed events.
PAMWCEventData() - Constructor for class org.csapi.jr.se.pam.PAMWCEventData
Creates a new PAMWCEventData instance.
PAMWCEventData(PAMEventName[], String[], String[], long) - Constructor for class org.csapi.jr.se.pam.PAMWCEventData
Creates a new PAMWCEventData instance.
PAMWCNotificationData - class org.csapi.jr.se.pam.PAMWCNotificationData.
This is a Sequence of Data Elements to specify the data that is provided in the notifications for watchers changed events.
PAMWCNotificationData() - Constructor for class org.csapi.jr.se.pam.PAMWCNotificationData
Creates a new PAMWCNotificationData instance.
PAMWCNotificationData(PAMEventName, PAMwatcherChangeType, String, String[]) - Constructor for class org.csapi.jr.se.pam.PAMWCNotificationData
Creates a new PAMWCNotificationData instance.
PeerUnavailableException - exception org.csapi.jr.se.PeerUnavailableException.
Indicates failure to access an implementation of the Initial Interface
PeerUnavailableException() - Constructor for class org.csapi.jr.se.PeerUnavailableException
 
PeerUnavailableException(String) - Constructor for class org.csapi.jr.se.PeerUnavailableException
 
PeerUnavailableException(String, Throwable) - Constructor for class org.csapi.jr.se.PeerUnavailableException
 
PeerUnavailableException(Throwable) - Constructor for class org.csapi.jr.se.PeerUnavailableException
 
PeriodicLocationReportErrEvent - class org.csapi.jr.se.mm.ul.PeriodicLocationReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the periodicLocationReportErr() method on the callback interface has occured.
PeriodicLocationReportErrEvent - class org.csapi.jr.se.mm.ulc.PeriodicLocationReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the periodicLocationReportErr() method on the callback interface has occured.
PeriodicLocationReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.ul.PeriodicLocationReportErrEvent
Constructor for the PeriodicLocationReportErrEvent Event.
PeriodicLocationReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.ulc.PeriodicLocationReportErrEvent
Constructor for the PeriodicLocationReportErrEvent Event.
PeriodicLocationReportEvent - class org.csapi.jr.se.mm.ul.PeriodicLocationReportEvent.
Event created by an activity object to indicate that a Gateway originated call to the periodicLocationReport() method on the callback interface has occured.
PeriodicLocationReportEvent - class org.csapi.jr.se.mm.ulc.PeriodicLocationReportEvent.
Event created by an activity object to indicate that a Gateway originated call to the periodicLocationReport() method on the callback interface has occured.
PeriodicLocationReportEvent(Object, UserLocationCamel[]) - Constructor for class org.csapi.jr.se.mm.ulc.PeriodicLocationReportEvent
Constructor for the PeriodicLocationReportEvent Event.
PeriodicLocationReportEvent(Object, UserLocationExtended[]) - Constructor for class org.csapi.jr.se.mm.ul.PeriodicLocationReportEvent
Constructor for the PeriodicLocationReportEvent Event.
PeriodicLocationReporting - interface org.csapi.jr.se.mm.ul.PeriodicLocationReporting.
This interface represents a PeriodicLocationReporting activity object.
PeriodicLocationReporting - interface org.csapi.jr.se.mm.ulc.PeriodicLocationReporting.
This interface represents a PeriodicLocationReporting activity object.
PeriodicLocationReportingListener - interface org.csapi.jr.se.mm.ul.PeriodicLocationReportingListener.
This interface is to be implemented for receiving events issued by the PeriodicLocationReporting activity object.
PeriodicLocationReportingListener - interface org.csapi.jr.se.mm.ulc.PeriodicLocationReportingListener.
This interface is to be implemented for receiving events issued by the PeriodicLocationReporting activity object.
periodicLocationReportingStartReq(Address[], int) - Method in interface org.csapi.jr.se.mm.ulc.PeriodicLocationReporting
Invokes the periodicLocationReportingStartReq() method on the Parlay Gateway.
periodicLocationReportingStartReq(Address[], LocationRequest, int) - Method in interface org.csapi.jr.se.mm.ul.PeriodicLocationReporting
Invokes the periodicLocationReportingStartReq() method on the Parlay Gateway.
periodicLocationReportingStop(MobilityStopAssignmentData) - Method in interface org.csapi.jr.se.mm.ul.PeriodicLocationReporting
Invokes the periodicLocationReportingStop() method on the Parlay Gateway.
periodicLocationReportingStop(MobilityStopAssignmentData) - Method in interface org.csapi.jr.se.mm.ulc.PeriodicLocationReporting
Invokes the periodicLocationReportingStop() method on the Parlay Gateway.
PeriodicLocationRequest - class org.csapi.jr.se.mm.PeriodicLocationRequest.
Defines the Sequence of Data Elements that specify the criteria relating to periodic location requests.
PeriodicLocationRequest() - Constructor for class org.csapi.jr.se.mm.PeriodicLocationRequest
Creates a new PeriodicLocationRequest instance.
PeriodicLocationRequest(Address[], LocationRequest, int, int) - Constructor for class org.csapi.jr.se.mm.PeriodicLocationRequest
Creates a new PeriodicLocationRequest instance.
PeriodicLocationRequestSetEntry - class org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry.
Defines the Sequence of Data Elements that specify a set of triggered requests and an indication whether more periodic location requests can be requested.
PeriodicLocationRequestSetEntry() - Constructor for class org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry
Creates a new PeriodicLocationRequestSetEntry instance.
PeriodicLocationRequestSetEntry(PeriodicLocationRequest[], boolean) - Constructor for class org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry
Creates a new PeriodicLocationRequestSetEntry instance.
Person - class org.csapi.jr.se.fw.Person.
This data type is a Sequence of Data Elements which describes a generic 'person': for example a billing contact, a service requestor.
Person() - Constructor for class org.csapi.jr.se.fw.Person
Creates a new Person instance.
Person(String, String, String, String, String, Property[]) - Constructor for class org.csapi.jr.se.fw.Person
Creates a new Person instance.
PlatformException - exception org.csapi.jr.se.PlatformException.
Thrown when local platform or communication problems occur
PlatformException() - Constructor for class org.csapi.jr.se.PlatformException
 
PlatformException(String) - Constructor for class org.csapi.jr.se.PlatformException
 
PlatformException(String, Throwable) - Constructor for class org.csapi.jr.se.PlatformException
 
PlatformException(Throwable) - Constructor for class org.csapi.jr.se.PlatformException
 
PM_CNF - Static variable in class org.csapi.jr.se.policy.PolicyConditionListType
Conjunctive normal form
PM_DNF - Static variable in class org.csapi.jr.se.policy.PolicyConditionListType
Disjunctive normal form
PM_ERROR_DB_ERROR - Static variable in interface org.csapi.jr.se.policy.Constants
Error reading required rules from DB
PM_ERROR_EVALUATION_ERROR - Static variable in interface org.csapi.jr.se.policy.Constants
Run-time error in evaluation of rule conditions/actions
PM_ERROR_INSUFFICIENT_INPUTS - Static variable in interface org.csapi.jr.se.policy.Constants
Required input variable values not available
PM_ERROR_INVALID_INPUT_NAME - Static variable in interface org.csapi.jr.se.policy.Constants
Invalid input variable name
PM_ERROR_INVALID_INPUT_VALUE - Static variable in interface org.csapi.jr.se.policy.Constants
Invalid input variable value
PM_ERROR_UNDEFINED - Static variable in interface org.csapi.jr.se.policy.Constants
Undefined Error
PM_EVENT_ACTION - Static variable in class org.csapi.jr.se.policy.PolicyActionType
IpPolicyEventAction
PM_EVENT_CONDITION - Static variable in class org.csapi.jr.se.policy.PolicyConditionType
IpPolicyEventCondition
PM_EXPRESSION_ACTION - Static variable in class org.csapi.jr.se.policy.PolicyActionType
IpPolicyExpressionAction
PM_EXPRESSION_CONDITION - Static variable in class org.csapi.jr.se.policy.PolicyConditionType
IpPolicyExpressionCondition
PM_SIMPLE_TYPE - Static variable in class org.csapi.jr.se.policy.PolicyTypeInfo
Simple type
PM_STRUCTURED_TYPE - Static variable in class org.csapi.jr.se.policy.PolicyTypeInfo
Structured Type
PM_TIME_PERIOD_CONDITION - Static variable in class org.csapi.jr.se.policy.PolicyConditionType
IpPolicyTimePeriodCondition
PM_TYPE_LIST - Static variable in class org.csapi.jr.se.policy.PolicyTypeInfo
List type
PM_TYPE_RECORD - Static variable in class org.csapi.jr.se.policy.PolicyTypeInfo
Record type
PM_XML_TYPE - Static variable in class org.csapi.jr.se.policy.PolicyTypeInfo
XML Type
Policy - interface org.csapi.jr.se.policy.Policy.
This interface represents a Policy.
Policy - interface org.csapi.jr.se.policy.provisioning.Policy.
This interface represents a Policy.
PolicyAction - interface org.csapi.jr.se.policy.PolicyAction.
This interface represents a PolicyAction.
PolicyAction - interface org.csapi.jr.se.policy.provisioning.PolicyAction.
This interface represents a PolicyAction.
PolicyActionListElement - class org.csapi.jr.se.policy.PolicyActionListElement.
This data type is a Sequence of Data Elements which describes one element of a action list.
PolicyActionListElement() - Constructor for class org.csapi.jr.se.policy.PolicyActionListElement
Creates a new PolicyActionListElement instance.
PolicyActionListElement(PolicyAction, int) - Constructor for class org.csapi.jr.se.policy.PolicyActionListElement
Creates a new PolicyActionListElement instance.
PolicyActionType - class org.csapi.jr.se.policy.PolicyActionType.
This data type defines the action type in a policy rule.
PolicyCondition - interface org.csapi.jr.se.policy.PolicyCondition.
This interface represents a PolicyCondition.
PolicyCondition - interface org.csapi.jr.se.policy.provisioning.PolicyCondition.
This interface represents a PolicyCondition.
PolicyConditionListElement - class org.csapi.jr.se.policy.PolicyConditionListElement.
This data type is a Sequence of Data Elements which describes one element of a condition list.
PolicyConditionListElement() - Constructor for class org.csapi.jr.se.policy.PolicyConditionListElement
Creates a new PolicyConditionListElement instance.
PolicyConditionListElement(PolicyCondition, int, boolean) - Constructor for class org.csapi.jr.se.policy.PolicyConditionListElement
Creates a new PolicyConditionListElement instance.
PolicyConditionListType - class org.csapi.jr.se.policy.PolicyConditionListType.
This data type defines the type condition list in a policy rule.
PolicyConditionType - class org.csapi.jr.se.policy.PolicyConditionType.
This data type defines the condition type in a policy rule.
PolicyDomain - interface org.csapi.jr.se.policy.PolicyDomain.
This interface represents a PolicyDomain.
PolicyDomain - interface org.csapi.jr.se.policy.provisioning.PolicyDomain.
This interface represents a PolicyDomain.
PolicyDomainListener - interface org.csapi.jr.se.policy.PolicyDomainListener.
This interface is to be implemented for receiving events issued by the PolicyDomain service object.
PolicyEvalManager - interface org.csapi.jr.se.policy.evaluation.PolicyEvalManager.
This interface represents a PolicyEvalManager.
PolicyEvent - class org.csapi.jr.se.policy.PolicyEvent.
This data type is a Sequence of Data Elements which describes a generic 'event'.
PolicyEvent() - Constructor for class org.csapi.jr.se.policy.PolicyEvent
Creates a new PolicyEvent instance.
PolicyEvent(int, String, Attribute[], String, String) - Constructor for class org.csapi.jr.se.policy.PolicyEvent
Creates a new PolicyEvent instance.
PolicyEventAction - interface org.csapi.jr.se.policy.PolicyEventAction.
This interface represents a PolicyEventAction.
PolicyEventAction - interface org.csapi.jr.se.policy.provisioning.PolicyEventAction.
This interface represents a PolicyEventAction.
PolicyEventCondition - interface org.csapi.jr.se.policy.PolicyEventCondition.
This interface represents a PolicyEventCondition.
PolicyEventCondition - interface org.csapi.jr.se.policy.provisioning.PolicyEventCondition.
This interface represents a PolicyEventCondition.
PolicyEventDefinition - interface org.csapi.jr.se.policy.PolicyEventDefinition.
This interface represents a PolicyEventDefinition.
PolicyEventDefinition - interface org.csapi.jr.se.policy.provisioning.PolicyEventDefinition.
This interface represents a PolicyEventDefinition.
PolicyException - exception org.csapi.jr.se.policy.PolicyException.
Policy Management abstract exception
PolicyException() - Constructor for class org.csapi.jr.se.policy.PolicyException
 
PolicyException(String) - Constructor for class org.csapi.jr.se.policy.PolicyException
 
PolicyException(String, Throwable) - Constructor for class org.csapi.jr.se.policy.PolicyException
 
PolicyException(Throwable) - Constructor for class org.csapi.jr.se.policy.PolicyException
 
PolicyExpressionAction - interface org.csapi.jr.se.policy.PolicyExpressionAction.
This interface represents a PolicyExpressionAction.
PolicyExpressionAction - interface org.csapi.jr.se.policy.provisioning.PolicyExpressionAction.
This interface represents a PolicyExpressionAction.
PolicyExpressionCondition - interface org.csapi.jr.se.policy.PolicyExpressionCondition.
This interface represents a PolicyExpressionCondition.
PolicyExpressionCondition - interface org.csapi.jr.se.policy.provisioning.PolicyExpressionCondition.
This interface represents a PolicyExpressionCondition.
PolicyGroup - interface org.csapi.jr.se.policy.PolicyGroup.
This interface represents a PolicyGroup.
PolicyGroup - interface org.csapi.jr.se.policy.provisioning.PolicyGroup.
This interface represents a PolicyGroup.
PolicyIterator - interface org.csapi.jr.se.policy.PolicyIterator.
This interface represents a PolicyIterator.
PolicyIterator - interface org.csapi.jr.se.policy.provisioning.PolicyIterator.
This interface represents a PolicyIterator.
PolicyListType - class org.csapi.jr.se.policy.PolicyListType.
This defines a homogeneous list type.
PolicyListType() - Constructor for class org.csapi.jr.se.policy.PolicyListType
Creates a new PolicyListType instance.
PolicyListType(PolicyType) - Constructor for class org.csapi.jr.se.policy.PolicyListType
Creates a new PolicyListType instance.
PolicyManager - interface org.csapi.jr.se.policy.PolicyManager.
This interface represents a PolicyManager.
PolicyManager - interface org.csapi.jr.se.policy.provisioning.PolicyManager.
This interface represents a PolicyManager.
PolicyNameType - class org.csapi.jr.se.policy.PolicyNameType.
 
PolicyNameType() - Constructor for class org.csapi.jr.se.policy.PolicyNameType
Creates a new PolicyNameType instance.
PolicyNameType(String, PolicyType) - Constructor for class org.csapi.jr.se.policy.PolicyNameType
Creates a new PolicyNameType instance.
PolicyNameValue - class org.csapi.jr.se.policy.PolicyNameValue.
This data structure is used to pass in a variable name-value pair in an evalPolicy() request.
PolicyNameValue() - Constructor for class org.csapi.jr.se.policy.PolicyNameValue
Creates a new PolicyNameValue instance.
PolicyNameValue(String, Object) - Constructor for class org.csapi.jr.se.policy.PolicyNameValue
Creates a new PolicyNameValue instance.
PolicyRepository - interface org.csapi.jr.se.policy.PolicyRepository.
This interface represents a PolicyRepository.
PolicyRepository - interface org.csapi.jr.se.policy.provisioning.PolicyRepository.
This interface represents a PolicyRepository.
PolicyRule - interface org.csapi.jr.se.policy.PolicyRule.
This interface represents a PolicyRule.
PolicyRule - interface org.csapi.jr.se.policy.provisioning.PolicyRule.
This interface represents a PolicyRule.
PolicySignature - interface org.csapi.jr.se.policy.provisioning.PolicySignature.
This interface represents a PolicySignature.
PolicyTimePeriodCondition - interface org.csapi.jr.se.policy.PolicyTimePeriodCondition.
This interface represents a PolicyTimePeriodCondition.
PolicyTimePeriodCondition - interface org.csapi.jr.se.policy.provisioning.PolicyTimePeriodCondition.
This interface represents a PolicyTimePeriodCondition.
PolicyType - class org.csapi.jr.se.policy.PolicyType.
This is a Tagged Choice of Data Elements with a TpPolicyTypeInfo discriminator.
PolicyType() - Constructor for class org.csapi.jr.se.policy.PolicyType
Creates a new PolicyType.
PolicyTypeInfo - class org.csapi.jr.se.policy.PolicyTypeInfo.
TpPolicyTypeInfo is an enumerated type used as a discriminator for the TpPolicyType structure.
PolicyVar - class org.csapi.jr.se.policy.PolicyVar.
This defines the TpPolicyVar type.
PolicyVar() - Constructor for class org.csapi.jr.se.policy.PolicyVar
Creates a new PolicyVar instance.
PolicyVar(String, PolicyType, Object) - Constructor for class org.csapi.jr.se.policy.PolicyVar
Creates a new PolicyVar instance.
PREMATURE_DISCONNECT - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The user disconnected the call / call leg during the setup phase.
PriceVolume - class org.csapi.jr.se.cs.PriceVolume.
Defines the Sequence of Data Elements that identify a price for a volume.
PriceVolume() - Constructor for class org.csapi.jr.se.cs.PriceVolume
Creates a new PriceVolume instance.
PriceVolume(ChargingPrice, Volume) - Constructor for class org.csapi.jr.se.cs.PriceVolume
Creates a new PriceVolume instance.
Property - class org.csapi.jr.se.fw.Property.
This data type is a Sequence of Data Elements which describes a generic 'property'.
Property() - Constructor for class org.csapi.jr.se.fw.Property
Creates a new Property instance.
Property(String, String) - Constructor for class org.csapi.jr.se.fw.Property
Creates a new Property instance.
PropertyTypeMismatchException - exception org.csapi.jr.se.fw.PropertyTypeMismatchException.
Property Type Mismatch
PropertyTypeMismatchException() - Constructor for class org.csapi.jr.se.fw.PropertyTypeMismatchException
 
PropertyTypeMismatchException(String) - Constructor for class org.csapi.jr.se.fw.PropertyTypeMismatchException
 
PropertyTypeMismatchException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.PropertyTypeMismatchException
 
PropertyTypeMismatchException(Throwable) - Constructor for class org.csapi.jr.se.fw.PropertyTypeMismatchException
 
pulse() - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppHeartBeat
The framework uses this method to send its heartbeat to the client application.
pulse() - Method in interface org.csapi.jr.se.fw.fw_application.integrity.HeartBeat
The client application uses this method to send its heartbeat to the framework.
pulse() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwHeartBeat
The service instance uses this method to send its heartbeat to the framework.
pulse() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcHeartBeat
The framework uses this method to send its heartbeat to the service instance.
putMessageReq(UIInfo) - Method in interface org.csapi.jr.se.ui.AdminRelatedPutMessage
Invokes the putMessageReq() method on the Parlay Gateway.

Q

queryAppLoadErr(LoadStatisticError) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
Deprecated.  
queryAppLoadReq(TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
Deprecated.  
queryAppLoadRes(LoadStatistic[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
Deprecated.  
queryAppLoadStatsErr(int, LoadStatisticError) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
The client application uses this method to return an error response to the framework that requested the application's load statistics information, when the application is unsuccessful in obtaining any load statistic records; that is in response to an invocation of the queryAppLoadStatsReq method on the IpAppLoadManager interface.
queryAppLoadStatsReq(int, TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
The framework uses this method to request the application to provide load statistics records for the application.
queryAppLoadStatsRes(int, LoadStatistic[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
The client application uses this method to send load statistic records back to the framework that requested the information; that is in response to an invocation of the queryAppLoadStatsReq method on the IpAppLoadManager interface.
QueryBalance - interface org.csapi.jr.se.am.QueryBalance.
This interface represents a QueryBalance activity object.
QueryBalanceErrEvent - class org.csapi.jr.se.am.QueryBalanceErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the queryBalanceErr() method on the callback interface has occured.
QueryBalanceErrEvent(Object, BalanceQueryError) - Constructor for class org.csapi.jr.se.am.QueryBalanceErrEvent
Constructor for the QueryBalanceErrEvent Event.
QueryBalanceListener - interface org.csapi.jr.se.am.QueryBalanceListener.
This interface is to be implemented for receiving events issued by the QueryBalance activity object.
queryBalanceReq(Address[]) - Method in interface org.csapi.jr.se.am.QueryBalance
Invokes the queryBalanceReq() method on the Parlay Gateway.
QueryBalanceResEvent - class org.csapi.jr.se.am.QueryBalanceResEvent.
Event created by an activity object to indicate that a Gateway originated call to the queryBalanceRes() method on the callback interface has occured.
QueryBalanceResEvent(Object, Balance[]) - Constructor for class org.csapi.jr.se.am.QueryBalanceResEvent
Constructor for the QueryBalanceResEvent Event.
queryLoadErr(LoadStatisticError) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
Deprecated.  
queryLoadErr(LoadStatisticError) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
Deprecated.  
queryLoadReq(String[], TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
Deprecated.  
queryLoadReq(SubjectType, TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
Deprecated.  
queryLoadRes(LoadStatistic[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
Deprecated.  
queryLoadRes(LoadStatistic[]) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
Deprecated.  
queryLoadStatsErr(int, LoadStatisticError) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
The framework uses this method to return an error response to the application that requested the framework's load statistics information, when the framework is unsuccessful in obtaining any load statistic records; that is in response to an invocation of the queryLoadReq method on the IpLoadManager interface.
queryLoadStatsErr(int, LoadStatisticError) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
The framework uses this method to return an error response to the service that requested the framework's load statistics information, when the framework is unsuccessful in obtaining any load statistic records; that is in response to an invocation of the queryLoadReq method on the IpFwLoadManager interface.
queryLoadStatsReq(int, String[], TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
The client application uses this method to request the framework to provide load statistic records for the framework or for its instances of the individual services.
queryLoadStatsReq(int, SubjectType, TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
The service instance uses this method to request the framework to provide load statistics records for the framework or for the application that uses the service instance.
queryLoadStatsRes(int, LoadStatistic[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
The framework uses this method to send load statistic records back to the application that requested the information; that is in response to an invocation of the queryLoadReq method on the IpLoadManager interface.
queryLoadStatsRes(int, LoadStatistic[]) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
The framework uses this method to send load statistic records back to the service instance that requested the information; that is in response to an invocation of the queryLoadReq method on the IpFwLoadManager interface.
querySvcLoadErr(LoadStatisticError) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
Deprecated.  
querySvcLoadReq(TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
Deprecated.  
querySvcLoadRes(LoadStatistic[]) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
Deprecated.  
querySvcLoadStatsErr(int, LoadStatisticError) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
The service instance uses this method to return an error response to the framework that requested the service instance's load statistics information, when the service instance is unsuccessful in obtaining any load statistic records; that is in response to an invocation of the querySvcLoadStatsReq method on the IpSvcLoadManager interface.
querySvcLoadStatsReq(int, TimeInterval) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
The framework uses this method to request the service instance to provide its load statistic records.
querySvcLoadStatsRes(int, LoadStatistic[]) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
The service instance uses this method to send load statistic records back to the framework that requested the information; that is in response to an invocation of the querySvcLoadStatsReq method on the IpSvcLoadManager interface.

R

RateErrEvent - class org.csapi.jr.se.cs.RateErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the rateErr() method on the callback interface has occured.
RateErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.RateErrEvent
Constructor for the RateErrEvent Event.
rateReq(ChargingParameter[]) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the rateReq() method on the Parlay Gateway.
RateResEvent - class org.csapi.jr.se.cs.RateResEvent.
Event created by an activity object to indicate that a Gateway originated call to the rateRes() method on the callback interface has occured.
RateResEvent(Object, PriceVolume[], int) - Constructor for class org.csapi.jr.se.cs.RateResEvent
Constructor for the RateResEvent Event.
RECEIVE_ONLY - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
Indicates that the offerer is only willing to receive this media stream
RecordMessage - interface org.csapi.jr.se.ui.RecordMessage.
This interface represents a RecordMessage activity object.
RecordMessageErrEvent - class org.csapi.jr.se.ui.RecordMessageErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the recordMessageErr() method on the callback interface has occured.
RecordMessageErrEvent(Object, UIError) - Constructor for class org.csapi.jr.se.ui.RecordMessageErrEvent
Constructor for the RecordMessageErrEvent Event.
RecordMessageListener - interface org.csapi.jr.se.ui.RecordMessageListener.
This interface is to be implemented for receiving events issued by the RecordMessage activity object.
recordMessageReq(UIInfo, UIMessageCriteria) - Method in interface org.csapi.jr.se.ui.RecordMessage
Invokes the recordMessageReq() method on the Parlay Gateway.
RecordMessageResEvent - class org.csapi.jr.se.ui.RecordMessageResEvent.
Event created by an activity object to indicate that a Gateway originated call to the recordMessageRes() method on the callback interface has occured.
RecordMessageResEvent(Object, UIReport, int) - Constructor for class org.csapi.jr.se.ui.RecordMessageResEvent
Constructor for the RecordMessageResEvent Event.
registerAppInterface(byte[]) - Method in interface org.csapi.jr.se.pam.event.AppInterface
Invokes the registerAppInterface() method on the Parlay Gateway.
registerForEvent(PAMEventInfo[], int, byte[]) - Method in interface org.csapi.jr.se.pam.event.ForEvent
Invokes the registerForEvent() method on the Parlay Gateway.
registerService(String, ServiceProperty[]) - Method in interface org.csapi.jr.se.fw.fw_service.service_registration.FwServiceRegistration
The registerService() operation is the means by which a service is registered in the Framework, for subsequent discovery by the enterprise applications.
registerServiceSubType(String, ServiceProperty[], ServiceTypePropertyValue[]) - Method in interface org.csapi.jr.se.fw.fw_service.service_registration.FwServiceRegistration
The registerServiceSubType() operation is the means by which an extended service is registered in the Framework, for subsequent discovery by the enterprise applications.
release() - Method in interface org.csapi.jr.se.ui.UI
Invokes the release() method on the Parlay Gateway.
release() - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the release() method on the Parlay Gateway.
release(CallReleaseCause) - Method in interface org.csapi.jr.se.cc.gccs.Call
Invokes the release() method on the Parlay Gateway.
release(DataSessionReleaseCause) - Method in interface org.csapi.jr.se.dsc.DataSession
Invokes the release() method on the Parlay Gateway.
release(ReleaseCause) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the release() method on the Parlay Gateway.
release(ReleaseCause) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Invokes the release() method on the Parlay Gateway.
ReleaseCause - class org.csapi.jr.se.cc.ReleaseCause.
Defines the reason for a release.
releaseInterface(String) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Access
Deprecated.  
relinquishInterface(String, String, byte[]) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Access
The client uses this method to release an instance of a framework interface that was obtained during this access session.
removeAccountManagerListener(AccountManagerListener) - Method in interface org.csapi.jr.se.am.AccountManager
Removes a AccountManagerListener which is no longer interested in events generated by the AccountManager.
removeAction(String) - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the removeAction() method on the Parlay Gateway.
removeAction(String) - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the removeAction() method on the Parlay Gateway.
removeAction(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the removeAction() method on the Parlay Gateway.
removeAction(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the removeAction() method on the Parlay Gateway.
removeActivityStateChangeListener(ActivityStateChangeListener) - Method in interface org.csapi.jr.se.Activity
Remove listener for activity state changes
removeAdminRelatedDeleteMessageListener(AdminRelatedDeleteMessageListener) - Method in interface org.csapi.jr.se.ui.AdminRelatedDeleteMessage
Removes a AdminRelatedDeleteMessageListener which is no longer interested events generated by the AdminRelatedDeleteMessage.
removeAdminRelatedGetMessageListener(AdminRelatedGetMessageListener) - Method in interface org.csapi.jr.se.ui.AdminRelatedGetMessage
Removes a AdminRelatedGetMessageListener which is no longer interested events generated by the AdminRelatedGetMessage.
removeAdminRelatedPutMessageListener(AdminRelatedPutMessageListener) - Method in interface org.csapi.jr.se.ui.AdminRelatedPutMessage
Removes a AdminRelatedPutMessageListener which is no longer interested events generated by the AdminRelatedPutMessage.
removeAgentTypeAttributes(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentTypeManagement
Invokes the removeAgentTypeAttributes() method on the Parlay Gateway.
removeAliases(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the removeAliases() method on the Parlay Gateway.
removeAppInterfaceListener(AppInterfaceListener) - Method in interface org.csapi.jr.se.pam.event.AppInterface
Removes a AppInterfaceListener which is no longer interested events generated by the AppInterface.
removeCallControlManagerListener(CallControlManagerListener) - Method in interface org.csapi.jr.se.cc.gccs.CallControlManager
Removes a CallControlManagerListener which is no longer interested in events generated by the CallControlManager.
removeCallLegListener(CallLegListener) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Removes a CallLegListener which is no longer interested in events generated by the CallLeg.
removeCallListener(CallListener) - Method in interface org.csapi.jr.se.cc.gccs.Call
Removes a CallListener which is no longer interested in events generated by the Call.
removeCallLoadControlListener(CallLoadControlListener) - Method in interface org.csapi.jr.se.cc.gccs.CallLoadControl
Removes a CallLoadControlListener which is no longer interested events generated by the CallLoadControl.
removeCallLoadControlListener(CallLoadControlListener) - Method in interface org.csapi.jr.se.cc.mpccs.CallLoadControl
Removes a CallLoadControlListener which is no longer interested events generated by the CallLoadControl.
removeCallNotificationListener(CallNotificationListener) - Method in interface org.csapi.jr.se.cc.gccs.CallNotification
Removes a CallNotificationListener which is no longer interested events generated by the CallNotification.
removeCallRelatedSendInfoAndCollectListener(CallRelatedSendInfoAndCollectListener) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollect
Removes a CallRelatedSendInfoAndCollectListener which is no longer interested events generated by the CallRelatedSendInfoAndCollect.
removeCallRelatedSendInfoListener(CallRelatedSendInfoListener) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfo
Removes a CallRelatedSendInfoListener which is no longer interested events generated by the CallRelatedSendInfo.
removeCapabilityAttributes(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the removeCapabilityAttributes() method on the Parlay Gateway.
removeChargingManagerListener(ChargingManagerListener) - Method in interface org.csapi.jr.se.cs.ChargingManager
Removes a ChargingManagerListener which is no longer interested in events generated by the ChargingManager.
removeChargingSessionListener(ChargingSessionListener) - Method in interface org.csapi.jr.se.cs.ChargingSession
Removes a ChargingSessionListener which is no longer interested in events generated by the ChargingSession.
removeCondition(String) - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the removeCondition() method on the Parlay Gateway.
removeCondition(String) - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the removeCondition() method on the Parlay Gateway.
removeCondition(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the removeCondition() method on the Parlay Gateway.
removeCondition(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the removeCondition() method on the Parlay Gateway.
removeConnectListener(ConnectListener) - Method in interface org.csapi.jr.se.dsc.Connect
Removes a ConnectListener which is no longer interested events generated by the Connect.
removeDataSessionControlManagerListener(DataSessionControlManagerListener) - Method in interface org.csapi.jr.se.dsc.DataSessionControlManager
Removes a DataSessionControlManagerListener which is no longer interested in events generated by the DataSessionControlManager.
removeDataSessionListener(DataSessionListener) - Method in interface org.csapi.jr.se.dsc.DataSession
Removes a DataSessionListener which is no longer interested in events generated by the DataSession.
removeDeleteMessageListener(DeleteMessageListener) - Method in interface org.csapi.jr.se.ui.DeleteMessage
Removes a DeleteMessageListener which is no longer interested events generated by the DeleteMessage.
removeDomain(String) - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the removeDomain() method on the Parlay Gateway.
removeDomain(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the removeDomain() method on the Parlay Gateway.
removeDomain(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the removeDomain() method on the Parlay Gateway.
removeDomain(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the removeDomain() method on the Parlay Gateway.
removeEvalPolicyListener(EvalPolicyListener) - Method in interface org.csapi.jr.se.policy.evaluation.EvalPolicy
Removes a EvalPolicyListener which is no longer interested events generated by the EvalPolicy.
removeEventDefinition(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the removeEventDefinition() method on the Parlay Gateway.
removeEventDefinition(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the removeEventDefinition() method on the Parlay Gateway.
removeExtendedLocationReportListener(ExtendedLocationReportListener) - Method in interface org.csapi.jr.se.mm.ul.ExtendedLocationReport
Removes a ExtendedLocationReportListener which is no longer interested events generated by the ExtendedLocationReport.
removeExtendedStatusReportListener(ExtendedStatusReportListener) - Method in interface org.csapi.jr.se.mm.us.ExtendedStatusReport
Removes a ExtendedStatusReportListener which is no longer interested events generated by the ExtendedStatusReport.
removeExtendedTerminalCapabilitiesListener(ExtendedTerminalCapabilitiesListener) - Method in interface org.csapi.jr.se.termcap.ExtendedTerminalCapabilities
Removes a ExtendedTerminalCapabilitiesListener which is no longer interested in events generated by the ExtendedTerminalCapabilities.
removeExtTriggeredStatusReportingListener(ExtTriggeredStatusReportingListener) - Method in interface org.csapi.jr.se.mm.us.ExtTriggeredStatusReporting
Removes a ExtTriggeredStatusReportingListener which is no longer interested events generated by the ExtTriggeredStatusReporting.
removeForEventListener(ForEventListener) - Method in interface org.csapi.jr.se.pam.event.ForEvent
Removes a ForEventListener which is no longer interested events generated by the ForEvent.
removeFromGroup(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the removeFromGroup() method on the Parlay Gateway.
removeGetMessageListener(GetMessageListener) - Method in interface org.csapi.jr.se.ui.GetMessage
Removes a GetMessageListener which is no longer interested events generated by the GetMessage.
removeGroup(String) - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the removeGroup() method on the Parlay Gateway.
removeGroup(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the removeGroup() method on the Parlay Gateway.
removeGroup(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the removeGroup() method on the Parlay Gateway.
removeGroup(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the removeGroup() method on the Parlay Gateway.
removeIdentityTypeAttributes(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityTypeManagement
Invokes the removeIdentityTypeAttributes() method on the Parlay Gateway.
removeLocationReportListener(LocationReportListener) - Method in interface org.csapi.jr.se.mm.ul.LocationReport
Removes a LocationReportListener which is no longer interested events generated by the LocationReport.
removeLocationReportListener(LocationReportListener) - Method in interface org.csapi.jr.se.mm.ulc.LocationReport
Removes a LocationReportListener which is no longer interested events generated by the LocationReport.
removeMediaNotificationListener(MediaNotificationListener) - Method in interface org.csapi.jr.se.cc.mmccs.MediaNotification
Removes a MediaNotificationListener which is no longer interested events generated by the MediaNotification.
removeMultiMediaCallControlManagerListener(MultiMediaCallControlManagerListener) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager
Removes a MultiMediaCallControlManagerListener which is no longer interested in events generated by the MultiMediaCallControlManager.
removeMultiMediaCallLegListener(MultiMediaCallLegListener) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg
Removes a MultiMediaCallLegListener which is no longer interested in events generated by the MultiMediaCallLeg.
removeMultiMediaCallListener(MultiMediaCallListener) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCall
Removes a MultiMediaCallListener which is no longer interested in events generated by the MultiMediaCall.
removeMultiPartyCallControlManagerListener(MultiPartyCallControlManagerListener) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCallControlManager
Removes a MultiPartyCallControlManagerListener which is no longer interested in events generated by the MultiPartyCallControlManager.
removeMultiPartyCallListener(MultiPartyCallListener) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Removes a MultiPartyCallListener which is no longer interested in events generated by the MultiPartyCall.
removeNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.policy.Notification
Removes a NotificationListener which is no longer interested events generated by the Notification.
removeNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.policy.evaluation.Notification
Removes a NotificationListener which is no longer interested events generated by the Notification.
removeNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.cc.mpccs.Notification
Removes a NotificationListener which is no longer interested events generated by the Notification.
removeNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.ui.Notification
Removes a NotificationListener which is no longer interested events generated by the Notification.
removeNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.dsc.Notification
Removes a NotificationListener which is no longer interested events generated by the Notification.
removeNotificationListener(NotificationListener) - Method in interface org.csapi.jr.se.am.Notification
Removes a NotificationListener which is no longer interested events generated by the Notification.
removeNotificationsListener(NotificationsListener) - Method in interface org.csapi.jr.se.cc.mpccs.Notifications
Removes a NotificationsListener which is no longer interested events generated by the Notifications.
removeNotificationsListener(NotificationsListener) - Method in interface org.csapi.jr.se.ui.Notifications
Removes a NotificationsListener which is no longer interested events generated by the Notifications.
removeNotificationsListener(NotificationsListener) - Method in interface org.csapi.jr.se.dsc.Notifications
Removes a NotificationsListener which is no longer interested events generated by the Notifications.
removeNotificationsListener(NotificationsListener) - Method in interface org.csapi.jr.se.am.Notifications
Removes a NotificationsListener which is no longer interested events generated by the Notifications.
removePAMEventHandlerListener(PAMEventHandlerListener) - Method in interface org.csapi.jr.se.pam.event.PAMEventHandler
Removes a PAMEventHandlerListener which is no longer interested in events generated by the PAMEventHandler.
removePeriodicLocationReportingListener(PeriodicLocationReportingListener) - Method in interface org.csapi.jr.se.mm.ul.PeriodicLocationReporting
Removes a PeriodicLocationReportingListener which is no longer interested events generated by the PeriodicLocationReporting.
removePeriodicLocationReportingListener(PeriodicLocationReportingListener) - Method in interface org.csapi.jr.se.mm.ulc.PeriodicLocationReporting
Removes a PeriodicLocationReportingListener which is no longer interested events generated by the PeriodicLocationReporting.
removePolicyDomainListener(PolicyDomainListener) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Removes a PolicyDomainListener which is no longer interested in events generated by the PolicyDomain.
removeQueryBalanceListener(QueryBalanceListener) - Method in interface org.csapi.jr.se.am.QueryBalance
Removes a QueryBalanceListener which is no longer interested events generated by the QueryBalance.
removeRecordMessageListener(RecordMessageListener) - Method in interface org.csapi.jr.se.ui.RecordMessage
Removes a RecordMessageListener which is no longer interested events generated by the RecordMessage.
removeRepository(String) - Method in interface org.csapi.jr.se.policy.PolicyRepository
Invokes the removeRepository() method on the Parlay Gateway.
removeRepository(String) - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the removeRepository() method on the Parlay Gateway.
removeRepository(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRepository
Invokes the removeRepository() method on the Parlay Gateway.
removeRepository(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the removeRepository() method on the Parlay Gateway.
removeRetrieveTransactionHistoryListener(RetrieveTransactionHistoryListener) - Method in interface org.csapi.jr.se.am.RetrieveTransactionHistory
Removes a RetrieveTransactionHistoryListener which is no longer interested events generated by the RetrieveTransactionHistory.
removeRouteListener(RouteListener) - Method in interface org.csapi.jr.se.cc.gccs.Route
Removes a RouteListener which is no longer interested events generated by the Route.
removeRule(String) - Method in interface org.csapi.jr.se.policy.PolicyGroup
Invokes the removeRule() method on the Parlay Gateway.
removeRule(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the removeRule() method on the Parlay Gateway.
removeRule(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyGroup
Invokes the removeRule() method on the Parlay Gateway.
removeRule(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the removeRule() method on the Parlay Gateway.
removeSendInfoAndCollectListener(SendInfoAndCollectListener) - Method in interface org.csapi.jr.se.ui.SendInfoAndCollect
Removes a SendInfoAndCollectListener which is no longer interested events generated by the SendInfoAndCollect.
removeSendInfoListener(SendInfoListener) - Method in interface org.csapi.jr.se.ui.SendInfo
Removes a SendInfoListener which is no longer interested events generated by the SendInfo.
removeServiceStateChangeListener(ServiceStateChangeListener) - Method in interface org.csapi.jr.se.Service
Removes an object to the list of objects that are listening for events regarding the Service State
removeSignature(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the removeSignature() method on the Parlay Gateway.
removeStatusReportListener(StatusReportListener) - Method in interface org.csapi.jr.se.mm.us.StatusReport
Removes a StatusReportListener which is no longer interested events generated by the StatusReport.
removeTriggeredLocationReportingListener(TriggeredLocationReportingListener) - Method in interface org.csapi.jr.se.mm.ul.TriggeredLocationReporting
Removes a TriggeredLocationReportingListener which is no longer interested events generated by the TriggeredLocationReporting.
removeTriggeredLocationReportingListener(TriggeredLocationReportingListener) - Method in interface org.csapi.jr.se.mm.ulc.TriggeredLocationReporting
Removes a TriggeredLocationReportingListener which is no longer interested events generated by the TriggeredLocationReporting.
removeTriggeredStatusReportingListener(TriggeredStatusReportingListener) - Method in interface org.csapi.jr.se.mm.us.TriggeredStatusReporting
Removes a TriggeredStatusReportingListener which is no longer interested events generated by the TriggeredStatusReporting.
removeTriggeredTerminalCapabilityListener(TriggeredTerminalCapabilityListener) - Method in interface org.csapi.jr.se.termcap.TriggeredTerminalCapability
Removes a TriggeredTerminalCapabilityListener which is no longer interested events generated by the TriggeredTerminalCapability.
removeTriggeredUserLocationListener(TriggeredUserLocationListener) - Method in interface org.csapi.jr.se.mm.ul.TriggeredUserLocation
Removes a TriggeredUserLocationListener which is no longer interested in events generated by the TriggeredUserLocation.
removeUIAdminManagerListener(UIAdminManagerListener) - Method in interface org.csapi.jr.se.ui.UIAdminManager
Removes a UIAdminManagerListener which is no longer interested in events generated by the UIAdminManager.
removeUIListener(UIListener) - Method in interface org.csapi.jr.se.ui.UI
Removes a UIListener which is no longer interested in events generated by the UI.
removeUIManagerListener(UIManagerListener) - Method in interface org.csapi.jr.se.ui.UIManager
Removes a UIManagerListener which is no longer interested in events generated by the UIManager.
removeUserLocationCamelListener(UserLocationCamelListener) - Method in interface org.csapi.jr.se.mm.ulc.UserLocationCamel
Removes a UserLocationCamelListener which is no longer interested in events generated by the UserLocationCamel.
removeUserLocationListener(UserLocationListener) - Method in interface org.csapi.jr.se.mm.ul.UserLocation
Removes a UserLocationListener which is no longer interested in events generated by the UserLocation.
removeUserStatusListener(UserStatusListener) - Method in interface org.csapi.jr.se.mm.us.UserStatus
Removes a UserStatusListener which is no longer interested in events generated by the UserStatus.
removeVariable(String, String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the removeVariable() method on the Parlay Gateway.
removeVariableSet(String) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the removeVariableSet() method on the Parlay Gateway.
removeVariableSet(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the removeVariableSet() method on the Parlay Gateway.
ReportEventNotificationEvent - class org.csapi.jr.se.ui.ReportEventNotificationEvent.
Event created by an activity object to indicate that a Gateway originated call to the reportEventNotification() method on the callback interface has occured.
ReportEventNotificationEvent(Object, UI, UIEventNotificationInfo) - Constructor for class org.csapi.jr.se.ui.ReportEventNotificationEvent
Constructor for the ReportEventNotificationEvent Event.
reportLoad(LoadLevel) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
The client application uses this method to report its current load level (0,1, or 2) to the framework: for example when the load level on the application has changed.
reportLoad(LoadLevel) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
The service instance uses this method to report its current load level (0,1, or 2) to the framework: for example when the load level on the service instance has changed.
ReportMediaNotificationEvent - class org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent.
Event created by an activity object to indicate that a Gateway originated call to the reportMediaNotification() method on the callback interface has occured.
ReportMediaNotificationEvent(Object, MultiMediaCall, MultiMediaCallLeg[], MediaStream[], MediaStreamEventType, DataSessionQosClass) - Constructor for class org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent
Constructor for the ReportMediaNotificationEvent Event.
reportNotification(FwEventInfo, int) - Method in interface org.csapi.jr.se.fw.fw_application.notification.AppEventNotification
This method notifies the application of the arrival of a generic event.
reportNotification(FwEventInfo, int) - Method in interface org.csapi.jr.se.fw.fw_service.notification.SvcEventNotification
This method notifies the service of the arrival of a generic event.
ReportNotificationEvent - class org.csapi.jr.se.policy.ReportNotificationEvent.
Event created by an activity object to indicate that a Gateway originated call to the reportNotification() method on the callback interface has occured.
ReportNotificationEvent - class org.csapi.jr.se.policy.evaluation.ReportNotificationEvent.
Event created by an activity object to indicate that a Gateway originated call to the reportNotification() method on the callback interface has occured.
ReportNotificationEvent - class org.csapi.jr.se.cc.mpccs.ReportNotificationEvent.
Event created by an activity object to indicate that a Gateway originated call to the reportNotification() method on the callback interface has occured.
ReportNotificationEvent - class org.csapi.jr.se.ui.ReportNotificationEvent.
Event created by an activity object to indicate that a Gateway originated call to the reportNotification() method on the callback interface has occured.
ReportNotificationEvent - class org.csapi.jr.se.dsc.ReportNotificationEvent.
Event created by an activity object to indicate that a Gateway originated call to the reportNotification() method on the callback interface has occured.
ReportNotificationEvent - class org.csapi.jr.se.am.ReportNotificationEvent.
Event created by an activity object to indicate that a Gateway originated call to the reportNotification() method on the callback interface has occured.
ReportNotificationEvent(Object, ChargingEventInfo) - Constructor for class org.csapi.jr.se.am.ReportNotificationEvent
Constructor for the ReportNotificationEvent Event.
ReportNotificationEvent(Object, DataSession, DataSessionEventInfo) - Constructor for class org.csapi.jr.se.dsc.ReportNotificationEvent
Constructor for the ReportNotificationEvent Event.
ReportNotificationEvent(Object, MultiPartyCall, CallLeg[], CallNotificationInfo) - Constructor for class org.csapi.jr.se.cc.mpccs.ReportNotificationEvent
Constructor for the ReportNotificationEvent Event.
ReportNotificationEvent(Object, PolicyEvent) - Constructor for class org.csapi.jr.se.policy.ReportNotificationEvent
Constructor for the ReportNotificationEvent Event.
ReportNotificationEvent(Object, PolicyEvent) - Constructor for class org.csapi.jr.se.policy.evaluation.ReportNotificationEvent
Constructor for the ReportNotificationEvent Event.
ReportNotificationEvent(Object, UI, UIEventInfo) - Constructor for class org.csapi.jr.se.ui.ReportNotificationEvent
Constructor for the ReportNotificationEvent Event.
requestAccess(String, CsapiInterface) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Authentication
Once the client has been authenticated by the framework, the client may invoke the requestAccess operation on the IpAuthentication or IpAPILevelAuthentication interface.
RequestedAccuracyCannotBeDeliveredException - exception org.csapi.jr.se.mm.RequestedAccuracyCannotBeDeliveredException.
The requested location accuracy cannot be delivered
RequestedAccuracyCannotBeDeliveredException() - Constructor for class org.csapi.jr.se.mm.RequestedAccuracyCannotBeDeliveredException
 
RequestedAccuracyCannotBeDeliveredException(String) - Constructor for class org.csapi.jr.se.mm.RequestedAccuracyCannotBeDeliveredException
 
RequestedAccuracyCannotBeDeliveredException(String, Throwable) - Constructor for class org.csapi.jr.se.mm.RequestedAccuracyCannotBeDeliveredException
 
RequestedAccuracyCannotBeDeliveredException(Throwable) - Constructor for class org.csapi.jr.se.mm.RequestedAccuracyCannotBeDeliveredException
 
RequestedResponseTimeCannotBeDeliveredException - exception org.csapi.jr.se.mm.RequestedResponseTimeCannotBeDeliveredException.
The requested response time cannot be delivered
RequestedResponseTimeCannotBeDeliveredException() - Constructor for class org.csapi.jr.se.mm.RequestedResponseTimeCannotBeDeliveredException
 
RequestedResponseTimeCannotBeDeliveredException(String) - Constructor for class org.csapi.jr.se.mm.RequestedResponseTimeCannotBeDeliveredException
 
RequestedResponseTimeCannotBeDeliveredException(String, Throwable) - Constructor for class org.csapi.jr.se.mm.RequestedResponseTimeCannotBeDeliveredException
 
RequestedResponseTimeCannotBeDeliveredException(Throwable) - Constructor for class org.csapi.jr.se.mm.RequestedResponseTimeCannotBeDeliveredException
 
ReserveAmountErrEvent - class org.csapi.jr.se.cs.ReserveAmountErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the reserveAmountErr() method on the callback interface has occured.
ReserveAmountErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.ReserveAmountErrEvent
Constructor for the ReserveAmountErrEvent Event.
reserveAmountReq(ApplicationDescription, ChargingParameter[], ChargingPrice, ChargingPrice) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the reserveAmountReq() method on the Parlay Gateway.
ReserveAmountResEvent - class org.csapi.jr.se.cs.ReserveAmountResEvent.
Event created by an activity object to indicate that a Gateway originated call to the reserveAmountRes() method on the callback interface has occured.
ReserveAmountResEvent(Object, ChargingPrice, int) - Constructor for class org.csapi.jr.se.cs.ReserveAmountResEvent
Constructor for the ReserveAmountResEvent Event.
ReserveUnitErrEvent - class org.csapi.jr.se.cs.ReserveUnitErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the reserveUnitErr() method on the callback interface has occured.
ReserveUnitErrEvent(Object, ChargingError) - Constructor for class org.csapi.jr.se.cs.ReserveUnitErrEvent
Constructor for the ReserveUnitErrEvent Event.
reserveUnitReq(ApplicationDescription, ChargingParameter[], Volume[]) - Method in interface org.csapi.jr.se.cs.ChargingSession
Invokes the reserveUnitReq() method on the Parlay Gateway.
ReserveUnitResEvent - class org.csapi.jr.se.cs.ReserveUnitResEvent.
Event created by an activity object to indicate that a Gateway originated call to the reserveUnitRes() method on the callback interface has occured.
ReserveUnitResEvent(Object, Volume[], int) - Constructor for class org.csapi.jr.se.cs.ReserveUnitResEvent
Constructor for the ReserveUnitResEvent Event.
RESOURCES_UNAVAILABLE - Static variable in interface org.csapi.jr.se.Constants
The required resources in the network are not available.
ResourcesUnavailableException - exception org.csapi.jr.se.ResourcesUnavailableException.
Thrown when a physical resource in the network is not available
ResourcesUnavailableException() - Constructor for class org.csapi.jr.se.ResourcesUnavailableException
 
ResourcesUnavailableException(String) - Constructor for class org.csapi.jr.se.ResourcesUnavailableException
 
ResourcesUnavailableException(String, Throwable) - Constructor for class org.csapi.jr.se.ResourcesUnavailableException
 
ResourcesUnavailableException(Throwable) - Constructor for class org.csapi.jr.se.ResourcesUnavailableException
 
resumeNotification() - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
The framework uses this method to request the application to resume sending it notifications: for example after a period of suspension during which the framework handled a temporary overload condition.
resumeNotification() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
The framework uses this method to request the service instance to resume sending it notifications: for example after a period of suspension during which the framework handled a temporary overload condition.
resumeNotification(String[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
The client application uses this method to request the framework to resume sending it load management notifications associated with either the framework or with its instances of the individual services used by the application; for example after a period of suspension during which the application handled a temporary overload condition.
resumeNotification(SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
The service instance uses this method to request the framework to resume sending it notifications associated with the framework or with the application that uses the service instance; for example after a period of suspension during which the service instance handled a temporary overload condition.
RetrieveTransactionHistory - interface org.csapi.jr.se.am.RetrieveTransactionHistory.
This interface represents a RetrieveTransactionHistory activity object.
RetrieveTransactionHistoryErrEvent - class org.csapi.jr.se.am.RetrieveTransactionHistoryErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the retrieveTransactionHistoryErr() method on the callback interface has occured.
RetrieveTransactionHistoryErrEvent(Object, TransactionHistoryStatus) - Constructor for class org.csapi.jr.se.am.RetrieveTransactionHistoryErrEvent
Constructor for the RetrieveTransactionHistoryErrEvent Event.
RetrieveTransactionHistoryListener - interface org.csapi.jr.se.am.RetrieveTransactionHistoryListener.
This interface is to be implemented for receiving events issued by the RetrieveTransactionHistory activity object.
retrieveTransactionHistoryReq(Address, TimeInterval) - Method in interface org.csapi.jr.se.am.RetrieveTransactionHistory
Invokes the retrieveTransactionHistoryReq() method on the Parlay Gateway.
RetrieveTransactionHistoryResEvent - class org.csapi.jr.se.am.RetrieveTransactionHistoryResEvent.
Event created by an activity object to indicate that a Gateway originated call to the retrieveTransactionHistoryRes() method on the callback interface has occured.
RetrieveTransactionHistoryResEvent(Object, TransactionHistory[]) - Constructor for class org.csapi.jr.se.am.RetrieveTransactionHistoryResEvent
Constructor for the RetrieveTransactionHistoryResEvent Event.
RoamingStatus - class org.csapi.jr.se.mm.RoamingStatus.
Defines the roaming status of the user.
Route - interface org.csapi.jr.se.cc.gccs.Route.
This interface represents a Route activity object.
RouteErrEvent - class org.csapi.jr.se.cc.gccs.RouteErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the routeErr() method on the callback interface has occured.
RouteErrEvent - class org.csapi.jr.se.cc.mpccs.RouteErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the routeErr() method on the callback interface has occured.
RouteErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.gccs.RouteErrEvent
Constructor for the RouteErrEvent Event.
RouteErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.mpccs.RouteErrEvent
Constructor for the RouteErrEvent Event.
RouteListener - interface org.csapi.jr.se.cc.gccs.RouteListener.
This interface is to be implemented for receiving events issued by the Route activity object.
routeReq(Address, Address, CallAppInfo[], CallLegConnectionProperties) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the routeReq() method on the Parlay Gateway.
routeReq(CallReportRequest[], Address, Address, Address, Address, CallAppInfo[]) - Method in interface org.csapi.jr.se.cc.gccs.Route
Invokes the routeReq() method on the Parlay Gateway.
RouteResEvent - class org.csapi.jr.se.cc.gccs.RouteResEvent.
Event created by an activity object to indicate that a Gateway originated call to the routeRes() method on the callback interface has occured.
RouteResEvent(Object, CallReport) - Constructor for class org.csapi.jr.se.cc.gccs.RouteResEvent
Constructor for the RouteResEvent Event.
ROUTING_FAILURE - Static variable in class org.csapi.jr.se.cc.ReleaseCause
A routing failure occurred.

S

Sag - class org.csapi.jr.se.fw.Sag.
This data type is a Sequence of Data Elements which describes a Subscription Assignment Group (SAG) of client applications within an enterprise.
Sag() - Constructor for class org.csapi.jr.se.fw.Sag
Creates a new Sag instance.
Sag(String, String) - Constructor for class org.csapi.jr.se.fw.Sag
Creates a new Sag instance.
SagProfilePair - class org.csapi.jr.se.fw.SagProfilePair.
This data type is a Sequence of Data Elements which describes a pair of a SAG and a Service Profile.
SagProfilePair() - Constructor for class org.csapi.jr.se.fw.SagProfilePair
Creates a new SagProfilePair instance.
SagProfilePair(String, String) - Constructor for class org.csapi.jr.se.fw.SagProfilePair
Creates a new SagProfilePair instance.
selectAuthenticationMechanism(String) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.APILevelAuthentication
The client uses this method to inform the Framework of the different authentication mechanisms it supports as part of API level Authentication.
selectEncryptionMethod(String) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.APILevelAuthentication
Deprecated.  
selectService(String) - Method in interface org.csapi.jr.se.fw.fw_application.service_agreement.ServiceAgreementManagement
This method is used by the client application to identify the service that the client application wishes to use.
selectSigningAlgorithm(String) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Access
The client uses this method to inform the Framework of the different signing algorithms it supports for use in all cases where digital signatures are required.
SEND_ONLY - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
Indicates that the offerer is only willing to send this media stream
SEND_RECEIVE - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
Indicates that the offerer is willing to send and receive this media stream
SendInfo - interface org.csapi.jr.se.ui.SendInfo.
This interface represents a SendInfo activity object.
SendInfoAndCollect - interface org.csapi.jr.se.ui.SendInfoAndCollect.
This interface represents a SendInfoAndCollect activity object.
SendInfoAndCollectErrEvent - class org.csapi.jr.se.ui.SendInfoAndCollectErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the sendInfoAndCollectErr() method on the callback interface has occured.
SendInfoAndCollectErrEvent(Object, UIError) - Constructor for class org.csapi.jr.se.ui.SendInfoAndCollectErrEvent
Constructor for the SendInfoAndCollectErrEvent Event.
SendInfoAndCollectListener - interface org.csapi.jr.se.ui.SendInfoAndCollectListener.
This interface is to be implemented for receiving events issued by the SendInfoAndCollect activity object.
sendInfoAndCollectReq(UIInfo, String, UIVariableInfo[], UICollectCriteria, int) - Method in interface org.csapi.jr.se.ui.SendInfoAndCollect
Invokes the sendInfoAndCollectReq() method on the Parlay Gateway.
sendInfoAndCollectReq(UIInfo, String, UIVariableInfo[], UICollectCriteria, int) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfoAndCollect
This asynchronous method plays an announcement or sends other information to the user and collects some information from the user.
SendInfoAndCollectResEvent - class org.csapi.jr.se.ui.SendInfoAndCollectResEvent.
Event created by an activity object to indicate that a Gateway originated call to the sendInfoAndCollectRes() method on the callback interface has occured.
SendInfoAndCollectResEvent(Object, UIReport, String) - Constructor for class org.csapi.jr.se.ui.SendInfoAndCollectResEvent
Constructor for the SendInfoAndCollectResEvent Event.
SendInfoErrEvent - class org.csapi.jr.se.ui.SendInfoErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the sendInfoErr() method on the callback interface has occured.
SendInfoErrEvent(Object, UIError) - Constructor for class org.csapi.jr.se.ui.SendInfoErrEvent
Constructor for the SendInfoErrEvent Event.
SendInfoListener - interface org.csapi.jr.se.ui.SendInfoListener.
This interface is to be implemented for receiving events issued by the SendInfo activity object.
sendInfoReq(UIInfo, String, UIVariableInfo[], int, int) - Method in interface org.csapi.jr.se.ui.SendInfo
Invokes the sendInfoReq() method on the Parlay Gateway.
sendInfoReq(UIInfo, String, UIVariableInfo[], int, int) - Method in interface org.csapi.jr.se.ui.CallRelatedSendInfo
This asynchronous method plays an announcement or sends other information to the user.
SendInfoResEvent - class org.csapi.jr.se.ui.SendInfoResEvent.
Event created by an activity object to indicate that a Gateway originated call to the sendInfoRes() method on the callback interface has occured.
SendInfoResEvent(Object, UIReport) - Constructor for class org.csapi.jr.se.ui.SendInfoResEvent
Constructor for the SendInfoResEvent Event.
Service - class org.csapi.jr.se.fw.Service.
This data type is a Sequence of Data Elements which describes a registered SCFs.
Service - interface org.csapi.jr.se.Service.
All service interfaces inherit from the following interface.
SERVICE_INSTANCE - Static variable in class org.csapi.jr.se.fw.DomainIDType
A service instance
SERVICE_SUPPLIER - Static variable in class org.csapi.jr.se.fw.DomainIDType
A service supplier
SERVICE_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.SvcUnavailReason
The SCF has closed itself (for example to protect from fraud or malicious attack)
SERVICE_UNAVAILABLE_GATEWAY_FAILURE - Static variable in class org.csapi.jr.se.fw.SvcUnavailReason
The gateway API software or hardware has failed
SERVICE_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.SvcUnavailReason
The Local API software or hardware has failed
SERVICE_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.SvcUnavailReason
The SCF is fully overloaded
SERVICE_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.SvcUnavailReason
Undefined
Service() - Constructor for class org.csapi.jr.se.fw.Service
Creates a new Service instance.
Service(String, ServiceDescription) - Constructor for class org.csapi.jr.se.fw.Service
Creates a new Service instance.
ServiceAccessDeniedException - exception org.csapi.jr.se.fw.ServiceAccessDeniedException.
The client application is not allowed to access this service.
ServiceAccessDeniedException() - Constructor for class org.csapi.jr.se.fw.ServiceAccessDeniedException
 
ServiceAccessDeniedException(String) - Constructor for class org.csapi.jr.se.fw.ServiceAccessDeniedException
 
ServiceAccessDeniedException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.ServiceAccessDeniedException
 
ServiceAccessDeniedException(Throwable) - Constructor for class org.csapi.jr.se.fw.ServiceAccessDeniedException
 
ServiceAgreementManagement - interface org.csapi.jr.se.fw.fw_application.service_agreement.ServiceAgreementManagement.
This interface and the signServiceAgreement(), terminateServiceAgreement(), selectService() and initiateSignServiceAgreement() methods shall be implemented by a Framework.
ServiceContract - class org.csapi.jr.se.fw.ServiceContract.
This data type is a Sequence of Data Elements which represents a service contract.
ServiceContract() - Constructor for class org.csapi.jr.se.fw.ServiceContract
Creates a new ServiceContract instance.
ServiceContract(String, ServiceContractDescription) - Constructor for class org.csapi.jr.se.fw.ServiceContract
Creates a new ServiceContract instance.
ServiceContractDescription - class org.csapi.jr.se.fw.ServiceContractDescription.
This data type is a Sequence of Data Elements which describes a service contract.
ServiceContractDescription() - Constructor for class org.csapi.jr.se.fw.ServiceContractDescription
Creates a new ServiceContractDescription instance.
ServiceContractDescription(Person, Person, String, String, String, String, ServiceProperty[]) - Constructor for class org.csapi.jr.se.fw.ServiceContractDescription
Creates a new ServiceContractDescription instance.
ServiceDescription - class org.csapi.jr.se.fw.ServiceDescription.
This data type is a Sequence of Data Elements which describes a registered SCF.
ServiceDescription() - Constructor for class org.csapi.jr.se.fw.ServiceDescription
Creates a new ServiceDescription instance.
ServiceDescription(String, ServiceProperty[]) - Constructor for class org.csapi.jr.se.fw.ServiceDescription
Creates a new ServiceDescription instance.
ServiceDiscovery - interface org.csapi.jr.se.fw.fw_application.discovery.ServiceDiscovery.
The service discovery interface, shown below, consists of four methods.
ServiceInstanceLifecycleManager - interface org.csapi.jr.se.fw.fw_service.service_lifecycle.ServiceInstanceLifecycleManager.
The IpServiceInstanceLifecycleManager interface allows the Framework to create and destroy Service Manager Instances.
ServiceNotEnabledException - exception org.csapi.jr.se.fw.ServiceNotEnabledException.
The service ID does not correspond to a service that has been enabled
ServiceNotEnabledException() - Constructor for class org.csapi.jr.se.fw.ServiceNotEnabledException
 
ServiceNotEnabledException(String) - Constructor for class org.csapi.jr.se.fw.ServiceNotEnabledException
 
ServiceNotEnabledException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.ServiceNotEnabledException
 
ServiceNotEnabledException(Throwable) - Constructor for class org.csapi.jr.se.fw.ServiceNotEnabledException
 
ServiceProfile - class org.csapi.jr.se.fw.ServiceProfile.
This data type is a Sequence of Data Elements which represents a Service Profile.
ServiceProfile() - Constructor for class org.csapi.jr.se.fw.ServiceProfile
Creates a new ServiceProfile instance.
ServiceProfile(String, ServiceProfileDescription) - Constructor for class org.csapi.jr.se.fw.ServiceProfile
Creates a new ServiceProfile instance.
ServiceProfileDescription - class org.csapi.jr.se.fw.ServiceProfileDescription.
This data type is a Sequence of Data Elements which describes a Service Profile.
ServiceProfileDescription() - Constructor for class org.csapi.jr.se.fw.ServiceProfileDescription
Creates a new ServiceProfileDescription instance.
ServiceProfileDescription(String, String, String, String, ServiceProperty[]) - Constructor for class org.csapi.jr.se.fw.ServiceProfileDescription
Creates a new ServiceProfileDescription instance.
ServiceProperty - class org.csapi.jr.se.fw.ServiceProperty.
This data type is a Sequence of Data Elements which describes an 'SCF property'.
ServiceProperty() - Constructor for class org.csapi.jr.se.fw.ServiceProperty
Creates a new ServiceProperty instance.
ServiceProperty(String, String[]) - Constructor for class org.csapi.jr.se.fw.ServiceProperty
Creates a new ServiceProperty instance.
ServiceStateChangeListener - interface org.csapi.jr.se.ServiceStateChangeListener.
This interface is to be implemented for receiving events emitted by a service object.
ServiceTypeDescription - class org.csapi.jr.se.fw.ServiceTypeDescription.
This data type is a Sequence of Data Elements which describes an SCF type.
ServiceTypeDescription() - Constructor for class org.csapi.jr.se.fw.ServiceTypeDescription
Creates a new ServiceTypeDescription instance.
ServiceTypeDescription(ServiceTypeProperty[], String[], boolean) - Constructor for class org.csapi.jr.se.fw.ServiceTypeDescription
Creates a new ServiceTypeDescription instance.
ServiceTypeProperty - class org.csapi.jr.se.fw.ServiceTypeProperty.
This data type is a Sequence of Data Elements which describes a service property associated with a service type.
ServiceTypeProperty() - Constructor for class org.csapi.jr.se.fw.ServiceTypeProperty
Creates a new ServiceTypeProperty instance.
ServiceTypeProperty(String, ServiceTypePropertyMode, String) - Constructor for class org.csapi.jr.se.fw.ServiceTypeProperty
Creates a new ServiceTypeProperty instance.
ServiceTypePropertyMode - class org.csapi.jr.se.fw.ServiceTypePropertyMode.
This type defines SCF property modes.
ServiceTypePropertyValue - class org.csapi.jr.se.fw.ServiceTypePropertyValue.
This data type is a Sequence of Data Elements which describes a service property associated with a service.
ServiceTypePropertyValue() - Constructor for class org.csapi.jr.se.fw.ServiceTypePropertyValue
Creates a new ServiceTypePropertyValue instance.
ServiceTypePropertyValue(String, ServiceTypePropertyMode, String, String[]) - Constructor for class org.csapi.jr.se.fw.ServiceTypePropertyValue
Creates a new ServiceTypePropertyValue instance.
ServiceTypeUnavailableException - exception org.csapi.jr.se.fw.ServiceTypeUnavailableException.
The service type is not available according to the Framework.
ServiceTypeUnavailableException() - Constructor for class org.csapi.jr.se.fw.ServiceTypeUnavailableException
 
ServiceTypeUnavailableException(String) - Constructor for class org.csapi.jr.se.fw.ServiceTypeUnavailableException
 
ServiceTypeUnavailableException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.ServiceTypeUnavailableException
 
ServiceTypeUnavailableException(Throwable) - Constructor for class org.csapi.jr.se.fw.ServiceTypeUnavailableException
 
SessionAbortedEvent - class org.csapi.jr.se.cs.SessionAbortedEvent.
Event created by an activity object to indicate that a Gateway originated call to the sessionAborted() method on the callback interface has occured.
SessionAbortedEvent(Object) - Constructor for class org.csapi.jr.se.cs.SessionAbortedEvent
Constructor for the SessionAbortedEvent Event.
SessionEndedCause - class org.csapi.jr.se.cs.SessionEndedCause.
Defines the reason for which a charging session is released.
SessionEndedEvent - class org.csapi.jr.se.cs.SessionEndedEvent.
Event created by an activity object to indicate that a Gateway originated call to the sessionEnded() method on the callback interface has occured.
SessionEndedEvent(Object, SessionEndedCause) - Constructor for class org.csapi.jr.se.cs.SessionEndedEvent
Constructor for the SessionEndedEvent Event.
setAccessControl(String, String, PAMAccessControlData, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMProvisioningManager
Invokes the setAccessControl() method on the Parlay Gateway.
setAccessControl(String, String, PAMAccessControlData, byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMPresenceAvailabilityManager
Invokes the setAccessControl() method on the Parlay Gateway.
setAccessControl(String, String, PAMAccessControlData, byte[]) - Method in interface org.csapi.jr.se.pam.event.PAMEventManager
Invokes the setAccessControl() method on the Parlay Gateway.
setAccessPointName(String) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a accessPointName.
setAccessTechnology(AccessTechnology) - Method in class org.csapi.jr.se.mm.NetworkStatusIndicator
This method sets a accessTechnology.
setAccountID(int) - Method in class org.csapi.jr.se.cs.MerchantAccountID
This method sets a accountID.
setAction(PolicyAction) - Method in class org.csapi.jr.se.policy.PolicyActionListElement
This method sets a action.
setActionList(PolicyActionListElement[]) - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the setActionList() method on the Parlay Gateway.
setActionList(PolicyActionListElement[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the setActionList() method on the Parlay Gateway.
setAdditionalCallEventCriteria(AdditionalCallEventCriteria) - Method in class org.csapi.jr.se.cc.CallEventRequest
This method sets a additionalCallEventCriteria.
setAdditionalCallEventInfo(CallAdditionalEventInfo) - Method in class org.csapi.jr.se.cc.CallEventInfo
This method sets a additionalCallEventInfo.
setAdditionalErorInfo(CallAdditionalErrorInfo) - Method in class org.csapi.jr.se.cc.CallError
This method sets a additionalErorInfo.
setAdditionalErrorInfo(DataSessionAdditionalErrorInfo) - Method in class org.csapi.jr.se.dsc.DataSessionError
This method sets a additionalErrorInfo.
setAdditionalInfo(byte[]) - Method in class org.csapi.jr.se.cc.CallChargePlan
This method sets a additionalInfo.
setAdditionalInfo(String) - Method in class org.csapi.jr.se.dsc.DataSessionChargePlan
This method sets a additionalInfo.
setAdditionalInfo(String) - Method in class org.csapi.jr.se.am.BalanceInfo
This method sets a additionalInfo.
setAdditionalInfo(String) - Method in class org.csapi.jr.se.am.TransactionHistory
This method sets a additionalInfo.
setAdditionalReportCriteria(CallAdditionalReportCriteria) - Method in class org.csapi.jr.se.cc.gccs.CallReportRequest
This method sets a additionalReportCriteria.
setAdditionalReportInfo(CallAdditionalReportInfo) - Method in class org.csapi.jr.se.cc.gccs.CallReport
This method sets a additionalReportInfo.
setAdditionalReportInfo(DataSessionAdditionalReportInfo) - Method in class org.csapi.jr.se.dsc.DataSessionReport
This method sets a additionalReportInfo.
setAdditionalTreatmentInfo(CallAdditionalTreatmentInfo) - Method in class org.csapi.jr.se.cc.gccs.CallTreatment
This method sets a additionalTreatmentInfo.
setAdditionalTreatmentInfo(CallAdditionalTreatmentInfo) - Method in class org.csapi.jr.se.cc.CallTreatment
This method sets a additionalTreatmentInfo.
setAddrString(String) - Method in class org.csapi.jr.se.Address
This method sets a addrString.
setAddrString(String) - Method in class org.csapi.jr.se.AddressRange
This method sets a addrString.
setAdviceOfCharge(AoCInfo, int) - Method in interface org.csapi.jr.se.cc.gccs.Call
Invokes the setAdviceOfCharge() method on the Parlay Gateway.
setAdviceOfCharge(AoCInfo, int) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the setAdviceOfCharge() method on the Parlay Gateway.
setAdviceOfCharge(AoCInfo, int) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Invokes the setAdviceOfCharge() method on the Parlay Gateway.
setAdviceOfCharge(AoCInfo, int) - Method in interface org.csapi.jr.se.dsc.DataSession
Invokes the setAdviceOfCharge() method on the Parlay Gateway.
setAgent(String) - Method in class org.csapi.jr.se.pam.PAMAANotificationData
This method sets a agent.
setAgent(String) - Method in class org.csapi.jr.se.pam.PAMAUNotificationData
This method sets a agent.
setAgent(String) - Method in class org.csapi.jr.se.pam.PAMACPSNotificationData
This method sets a agent.
setAgent(String) - Method in class org.csapi.jr.se.pam.PAMAPSNotificationData
This method sets a agent.
setAgentAssigned(PAMAAEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a AgentAssigned
setAgentAssignedNotify(PAMAANotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a AgentAssignedNotify
setAgentAttributes(String, String, PAMAttribute[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentManagement
Invokes the setAgentAttributes() method on the Parlay Gateway.
setAgentCapabilityPresenceSet(PAMACPSEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a AgentCapabilityPresenceSet
setAgentCapabilityPresenceSetNotify(PAMACPSNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a AgentCapabilityPresenceSetNotify
setAgentCreated(PAMACEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a AgentCreated
setAgentCreatedNotify(PAMACNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a AgentCreatedNotify
setAgentDeleted(PAMADEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a AgentDeleted
setAgentDeletedNotify(PAMADNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a AgentDeletedNotify
setAgentName(String[]) - Method in class org.csapi.jr.se.pam.PAMADEventData
This method sets a agentName.
setAgentName(String[]) - Method in class org.csapi.jr.se.pam.PAMAAEventData
This method sets a agentName.
setAgentName(String[]) - Method in class org.csapi.jr.se.pam.PAMAUEventData
This method sets a agentName.
setAgentName(String[]) - Method in class org.csapi.jr.se.pam.PAMACPSEventData
This method sets a agentName.
setAgentName(String[]) - Method in class org.csapi.jr.se.pam.PAMAPSEventData
This method sets a agentName.
setAgentPresenceSet(PAMAPSEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a AgentPresenceSet
setAgentPresenceSetNotify(PAMAPSNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a AgentPresenceSetNotify
setAgents(String[]) - Method in class org.csapi.jr.se.pam.PAMACNotificationData
This method sets a agents.
setAgents(String[]) - Method in class org.csapi.jr.se.pam.PAMADNotificationData
This method sets a agents.
setAgentType(String[]) - Method in class org.csapi.jr.se.pam.PAMACEventData
This method sets a agentType.
setAgentType(String[]) - Method in class org.csapi.jr.se.pam.PAMADEventData
This method sets a agentType.
setAgentType(String[]) - Method in class org.csapi.jr.se.pam.PAMAAEventData
This method sets a agentType.
setAgentType(String[]) - Method in class org.csapi.jr.se.pam.PAMAUEventData
This method sets a agentType.
setAgentType(String[]) - Method in class org.csapi.jr.se.pam.PAMACPSEventData
This method sets a agentType.
setAgentType(String[]) - Method in class org.csapi.jr.se.pam.PAMAPSEventData
This method sets a agentType.
setAgentUnassigned(PAMAUEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a AgentUnassigned
setAgentUnassignedNotify(PAMAUNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a AgentUnassignedNotify
setAllowList(String[]) - Method in class org.csapi.jr.se.pam.PAMAccessControlData
This method sets a allowList.
setAlreadyAssignedSagProfilePair(SagProfilePair) - Method in class org.csapi.jr.se.fw.AddSagMembersConflict
This method sets a alreadyAssignedSagProfilePair.
setAlreadyAssignedSagProfilePair(SagProfilePair) - Method in class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
This method sets a alreadyAssignedSagProfilePair.
setAltitude(float) - Method in class org.csapi.jr.se.mm.UlExtendedData
This method sets a altitude.
setAltitude(float) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a altitude.
setAltitudePresent(boolean) - Method in class org.csapi.jr.se.mm.UlExtendedData
This method sets a altitudePresent.
setAltitudePresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a altitudePresent.
setAltitudeRequested(boolean) - Method in class org.csapi.jr.se.mm.LocationRequest
This method sets a altitudeRequested.
setAmount(Amount) - Method in class org.csapi.jr.se.cs.ChargingPrice
This method sets a amount.
setAmount(Amount) - Method in class org.csapi.jr.se.cs.Volume
This method sets a amount.
setAngleOfSemiMajor(int) - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method sets a angleOfSemiMajor.
setAngleOfSemiMajor(int) - Method in class org.csapi.jr.se.mm.LocationTrigger
This method sets a angleOfSemiMajor.
setAppCallNotificationRequest(CallNotificationRequest) - Method in class org.csapi.jr.se.cc.NotificationRequested
This method sets a appCallNotificationRequest.
setAppInformation(AppInformation[]) - Method in class org.csapi.jr.se.cs.ApplicationDescription
This method sets a appInformation.
setAppNotificationMediaRequest(NotificationMediaRequest) - Method in class org.csapi.jr.se.cc.mmccs.MediaNotificationRequested
This method sets a appNotificationMediaRequest.
setAreaSemiMajor(float) - Method in class org.csapi.jr.se.mm.LocationTrigger
This method sets a areaSemiMajor.
setAreaSemiMinor(float) - Method in class org.csapi.jr.se.mm.LocationTrigger
This method sets a areaSemiMinor.
setAskerData(Attribute[]) - Method in class org.csapi.jr.se.pam.PAMContext
This method sets a askerData.
setAssignmentId(int) - Method in class org.csapi.jr.se.mm.MobilityStopAssignmentData
This method sets a assignmentId.
setAssignmentID(int) - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteriaResult
This method sets a assignmentID.
setAssignmentID(int) - Method in class org.csapi.jr.se.cc.mmccs.MediaNotificationRequested
This method sets a assignmentID.
setAssignmentID(int) - Method in class org.csapi.jr.se.cc.NotificationRequested
This method sets a assignmentID.
setAssignmentID(int) - Method in class org.csapi.jr.se.ui.UIEventCriteriaResult
This method sets a assignmentID.
setAssignmentID(int) - Method in class org.csapi.jr.se.mm.TriggeredStatusRequest
This method sets a assignmentID.
setAssignmentID(int) - Method in class org.csapi.jr.se.mm.PeriodicLocationRequest
This method sets a assignmentID.
setAssignmentID(int) - Method in class org.csapi.jr.se.mm.TriggeredLocationRequest
This method sets a assignmentID.
setAssignmentID(int) - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteriaResult
This method sets a assignmentID.
setAssignmentID(int) - Method in class org.csapi.jr.se.am.ChargingEventCriteriaResult
This method sets a assignmentID.
setAttachMechanism(CallLegAttachMechanism) - Method in class org.csapi.jr.se.cc.CallLegConnectionProperties
This method sets a attachMechanism.
setAttribute(Attribute) - Method in interface org.csapi.jr.se.policy.Policy
Invokes the setAttribute() method on the Parlay Gateway.
setAttribute(Attribute) - Method in interface org.csapi.jr.se.policy.provisioning.Policy
Invokes the setAttribute() method on the Parlay Gateway.
setAttributeName(String) - Method in class org.csapi.jr.se.pam.PAMAttribute
This method sets a attributeName.
setAttributeName(String) - Method in class org.csapi.jr.se.Attribute
This method sets a attributeName.
setAttributeNames(String[]) - Method in class org.csapi.jr.se.pam.PAMACPSEventData
This method sets a attributeNames.
setAttributeNames(String[]) - Method in class org.csapi.jr.se.pam.PAMACPSNotificationData
This method sets a attributeNames.
setAttributeNames(String[]) - Method in class org.csapi.jr.se.pam.PAMAPSEventData
This method sets a attributeNames.
setAttributeNames(String[]) - Method in class org.csapi.jr.se.pam.PAMAPSNotificationData
This method sets a attributeNames.
setAttributeNames(String[]) - Method in class org.csapi.jr.se.pam.PAMIPSEventData
This method sets a attributeNames.
setAttributeNames(String[]) - Method in class org.csapi.jr.se.pam.PAMAVCEventData
This method sets a attributeNames.
setAttributes(Attribute[]) - Method in interface org.csapi.jr.se.policy.Policy
Invokes the setAttributes() method on the Parlay Gateway.
setAttributes(Attribute[]) - Method in interface org.csapi.jr.se.policy.provisioning.Policy
Invokes the setAttributes() method on the Parlay Gateway.
setAttributes(Attribute[]) - Method in class org.csapi.jr.se.policy.PolicyEvent
This method sets a attributes.
setAttributes(PAMPresenceData[]) - Method in class org.csapi.jr.se.pam.PAMIPSNotificationData
This method sets a attributes.
setAttributeValue(AttributeValue) - Method in class org.csapi.jr.se.pam.PAMAttribute
This method sets a attributeValue.
setAttributeValue(AttributeValue) - Method in class org.csapi.jr.se.Attribute
This method sets a attributeValue.
setAudio(int) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
This method sets a Audio
setAuthenticationStatus(AuthStatusIndicator) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a authenticationStatus.
setAuthInterface(CsapiInterface) - Method in class org.csapi.jr.se.fw.AuthDomain
This method sets a authInterface.
setAvailability(PAMAvailabilityProfile[]) - Method in class org.csapi.jr.se.pam.PAMAVCNotificationData
This method sets a availability.
setAvailabilityChanged(PAMAVCEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a AvailabilityChanged
setAvailabilityChangedNotify(PAMAVCNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a AvailabilityChangedNotify
setAvailabilityData(PAMPresenceData) - Method in class org.csapi.jr.se.pam.PAMAvailabilityProfile
This method sets a availabilityData.
setAvailableOrUnavailable(boolean) - Method in class org.csapi.jr.se.fw.ServiceTypeDescription
This method sets a availableOrUnavailable.
setBackwardCompatibilityLevel(boolean) - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method sets a backwardCompatibilityLevel.
setBalanceInfo(BalanceInfo) - Method in class org.csapi.jr.se.am.Balance
This method sets a balanceInfo.
setBillingContact(Person) - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method sets a billingContact.
setBooleanValue(boolean) - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method sets a BooleanValue
setBooleanValue(boolean) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a BooleanValue
setBusy(CallReleaseCause) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method sets a Busy
setCall(Call) - Method in class org.csapi.jr.se.ui.UITargetObject
This method sets a Call
setCallAppAdditionalAddress(Address) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method sets a CallAppAdditionalAddress
setCallAppAdditionalAddress(Address) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppAdditionalAddress
setCallAppAlertingMechanism(int) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method sets a CallAppAlertingMechanism
setCallAppAlertingMechanism(int) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppAlertingMechanism
setCallAppBearerService(CallBearerService) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method sets a CallAppBearerService
setCallAppBearerService(CallBearerService) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppBearerService
setCallAppCarrier(Carrier[]) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppCarrier
setCallAppGenericInfo(String) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method sets a CallAppGenericInfo
setCallAppGenericInfo(String) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppGenericInfo
setCallAppInfo(CallAppInfo[]) - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method sets a callAppInfo.
setCallAppInfo(CallAppInfo[]) - Method in class org.csapi.jr.se.cc.CallNotificationInfo
This method sets a callAppInfo.
setCallAppInfo(CallAppInfo[]) - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method sets a callAppInfo.
setCallAppNetworkAccessType(CallNetworkAccessType) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method sets a CallAppNetworkAccessType
setCallAppNetworkAccessType(CallNetworkAccessType) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppNetworkAccessType
setCallAppOriginalDestinationAddress(Address) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppOriginalDestinationAddress
setCallAppPartyCategory(CallPartyCategory) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method sets a CallAppPartyCategory
setCallAppPartyCategory(CallPartyCategory) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppPartyCategory
setCallAppPresentationAddress(Address) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method sets a CallAppPresentationAddress
setCallAppPresentationAddress(Address) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppPresentationAddress
setCallAppRedirectingAddress(Address) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppRedirectingAddress
setCallAppTeleService(CallTeleService) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method sets a CallAppTeleService
setCallAppTeleService(CallTeleService) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallAppTeleService
setCallback(CsapiInterface) - Method in interface org.csapi.jr.se.Service
This method specifies the reference address of the callback interface that a service uses to invoke methods on the application.
It is not allowed to invoke this method on an interface that uses SessionIDs.
setCallChargePlan(CallChargePlan) - Method in interface org.csapi.jr.se.cc.gccs.Call
Invokes the setCallChargePlan() method on the Parlay Gateway.
setCallConnectedToDestinationTime(String) - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method sets a callConnectedToDestinationTime.
setCallConnectedToDestinationTime(String) - Method in class org.csapi.jr.se.cc.CallInfoReport
This method sets a callConnectedToDestinationTime.
setCallConnectedToResourceTime(String) - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method sets a callConnectedToResourceTime.
setCallConnectedToResourceTime(String) - Method in class org.csapi.jr.se.cc.CallInfoReport
This method sets a callConnectedToResourceTime.
setCallDisconnect(CallReleaseCause) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method sets a CallDisconnect
setCalledAddress(Address) - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method sets a CalledAddress
setCallEndTime(String) - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method sets a callEndTime.
setCallEndTime(String) - Method in class org.csapi.jr.se.cc.CallInfoReport
This method sets a callEndTime.
setCallErrorInvalidAddress(AddressError) - Method in class org.csapi.jr.se.cc.CallAdditionalErrorInfo
This method sets a CallErrorInvalidAddress
setCallEventCriteria(CallEventCriteria) - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteriaResult
This method sets a callEventCriteria.
setCallEventInfo(CallEventInfo) - Method in class org.csapi.jr.se.cc.CallNotificationInfo
This method sets a callEventInfo.
setCallEventName(int) - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
This method sets a callEventName.
setCallEventName(int) - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method sets a callEventName.
setCallEventsRequested(CallEventRequest[]) - Method in class org.csapi.jr.se.cc.CallNotificationRequest
This method sets a callEventsRequested.
setCallEventTime(String) - Method in class org.csapi.jr.se.cc.gccs.CallReport
This method sets a callEventTime.
setCallEventTime(String) - Method in class org.csapi.jr.se.cc.CallEventInfo
This method sets a callEventTime.
setCallEventType(CallEventType) - Method in class org.csapi.jr.se.cc.CallEventInfo
This method sets a callEventType.
setCallEventType(CallEventType) - Method in class org.csapi.jr.se.cc.CallEventRequest
This method sets a callEventType.
setCallHighProbabilityCompletion(int) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method sets a CallHighProbabilityCompletion
setCallInfoType(int) - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method sets a callInfoType.
setCallInfoType(int) - Method in class org.csapi.jr.se.cc.CallInfoReport
This method sets a callInfoType.
setCallInitiationStartTime(String) - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method sets a callInitiationStartTime.
setCallInitiationStartTime(String) - Method in class org.csapi.jr.se.cc.CallInfoReport
This method sets a callInitiationStartTime.
setCallLeg(CallLeg) - Method in class org.csapi.jr.se.ui.UITargetObject
This method sets a CallLeg
setCallLegConnectedToAddressTime(String) - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method sets a callLegConnectedToAddressTime.
setCallLegConnectedToResourceTime(String) - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method sets a callLegConnectedToResourceTime.
setCallLegEndTime(String) - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method sets a callLegEndTime.
setCallLegInfoType(int) - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method sets a callLegInfoType.
setCallLegPropertyName(String) - Method in class org.csapi.jr.se.cc.CallLegProperty
This method sets a callLegPropertyName.
setCallLegPropertyValue(String) - Method in class org.csapi.jr.se.cc.CallLegProperty
This method sets a callLegPropertyValue.
setCallLegReleaseCause(ReleaseCause) - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method sets a callLegReleaseCause.
setCallLegSessionID(int) - Method in class org.csapi.jr.se.cc.gccs.CallEndedReport
This method sets a callLegSessionID.
setCallLegSessionID(int) - Method in class org.csapi.jr.se.cc.CallEndedReport
This method sets a callLegSessionID.
setCallLegStartTime(String) - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method sets a callLegStartTime.
setCallLoadControl(int, CallLoadControlMechanism, CallTreatment, AddressRange) - Method in interface org.csapi.jr.se.cc.gccs.CallLoadControl
Invokes the setCallLoadControl() method on the Parlay Gateway.
setCallLoadControl(int, CallLoadControlMechanism, CallTreatment, AddressRange) - Method in interface org.csapi.jr.se.cc.mpccs.CallLoadControl
Invokes the setCallLoadControl() method on the Parlay Gateway.
setCallLoadControlPerInterval(int) - Method in class org.csapi.jr.se.cc.CallLoadControlMechanism
This method sets a CallLoadControlPerInterval
setCallMonitorMode(CallMonitorMode) - Method in class org.csapi.jr.se.cc.CallEventInfo
This method sets a callMonitorMode.
setCallMonitorMode(CallMonitorMode) - Method in class org.csapi.jr.se.cc.CallEventRequest
This method sets a callMonitorMode.
setCallNotificationReportScope(CallNotificationReportScope) - Method in class org.csapi.jr.se.cc.CallNotificationInfo
This method sets a callNotificationReportScope.
setCallNotificationScope(CallNotificationScope) - Method in class org.csapi.jr.se.cc.CallNotificationRequest
This method sets a callNotificationScope.
setCallNotificationType(CallNotificationType) - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
This method sets a callNotificationType.
setCallNotificationType(CallNotificationType) - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method sets a callNotificationType.
setCallPartySpecial(Address) - Method in class org.csapi.jr.se.cc.CallPartyToChargeAdditionalInfo
This method sets a CallPartySpecial
setCallReportType(CallReportType) - Method in class org.csapi.jr.se.cc.gccs.CallReport
This method sets a callReportType.
setCallReportType(CallReportType) - Method in class org.csapi.jr.se.cc.gccs.CallReportRequest
This method sets a callReportType.
setCallServiceCodeType(CallServiceCodeType) - Method in class org.csapi.jr.se.cc.CallServiceCode
This method sets a callServiceCodeType.
setCallTreatmentType(CallTreatmentType) - Method in class org.csapi.jr.se.cc.gccs.CallTreatment
This method sets a callTreatmentType.
setCallTreatmentType(CallTreatmentType) - Method in class org.csapi.jr.se.cc.CallTreatment
This method sets a callTreatmentType.
setCapabilities(String[]) - Method in class org.csapi.jr.se.pam.PAMCCEventData
This method sets a capabilities.
setCapabilities(String[]) - Method in class org.csapi.jr.se.pam.PAMACPSEventData
This method sets a capabilities.
setCapabilities(String[]) - Method in class org.csapi.jr.se.pam.PAMCCNotificationData
This method sets a capabilities.
setCapability(String) - Method in class org.csapi.jr.se.pam.PAMACPSNotificationData
This method sets a capability.
setCapabilityChanged(PAMCCEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a CapabilityChanged
setCapabilityChangedNotify(PAMCCNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a CapabilityChangedNotify
setCarrierID(byte[]) - Method in class org.csapi.jr.se.cc.Carrier
This method sets a carrierID.
setCarrierSelectionField(CarrierSelectionField) - Method in class org.csapi.jr.se.cc.Carrier
This method sets a carrierSelectionField.
setCause(CallReleaseCause) - Method in class org.csapi.jr.se.cc.gccs.CallEndedReport
This method sets a cause.
setCause(CallReleaseCause) - Method in class org.csapi.jr.se.cc.gccs.CallInfoReport
This method sets a cause.
setCause(PAMErrorCause) - Method in class org.csapi.jr.se.pam.PAMErrorInfo
This method sets a cause.
setCause(ReleaseCause) - Method in class org.csapi.jr.se.cc.CallEndedReport
This method sets a cause.
setCause(ReleaseCause) - Method in class org.csapi.jr.se.cc.CallInfoReport
This method sets a cause.
setCellIdOrLai(String) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a cellIdOrLai.
setCellIdOrLaiPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a cellIdOrLaiPresent.
setChangeType(PAMwatcherChangeType) - Method in class org.csapi.jr.se.pam.PAMWCNotificationData
This method sets a changeType.
setChannelSessionID(int) - Method in class org.csapi.jr.se.cc.mmccs.MediaStream
This method sets a channelSessionID.
setChargeAdviceInfo(ChargeAdviceInfo) - Method in class org.csapi.jr.se.AoCOrder
This method sets a ChargeAdviceInfo
setChargeOrder(AoCOrder) - Method in class org.csapi.jr.se.AoCInfo
This method sets a chargeOrder.
setChargeOrderType(CallChargeOrderCategory) - Method in class org.csapi.jr.se.cc.CallChargePlan
This method sets a chargeOrderType.
setChargeOrderType(DataSessionChargeOrder) - Method in class org.csapi.jr.se.dsc.DataSessionChargePlan
This method sets a chargeOrderType.
setChargePerTime(ChargePerTime) - Method in class org.csapi.jr.se.AoCOrder
This method sets a ChargePerTime
setChargePerVolume(ChargePerVolume) - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrder
This method sets a ChargePerVolume
setChargePlan(CallChargePlan) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the setChargePlan() method on the Parlay Gateway.
setChargePlan(CallChargePlan) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Invokes the setChargePlan() method on the Parlay Gateway.
setChargePlan(int) - Method in class org.csapi.jr.se.cc.CallChargePlan
This method sets a chargePlan.
setChargingEventCriteria(ChargingEventCriteria) - Method in class org.csapi.jr.se.am.ChargingEventCriteriaResult
This method sets a chargingEventCriteria.
setChargingEventName(ChargingEventName) - Method in class org.csapi.jr.se.am.ChargingEventInfo
This method sets a chargingEventName.
setChargingEvents(ChargingEventName[]) - Method in class org.csapi.jr.se.am.ChargingEventCriteria
This method sets a chargingEvents.
setChargingEventTime(String) - Method in class org.csapi.jr.se.am.ChargingEventInfo
This method sets a chargingEventTime.
setChargingSessionID(int) - Method in class org.csapi.jr.se.cs.ChargingSessionID
This method sets a chargingSessionID.
setChargingSessionReference(ChargingSession) - Method in class org.csapi.jr.se.cs.ChargingSessionID
This method sets a chargingSessionReference.
setCharValue(char) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a CharValue
setClientAppID(String) - Method in class org.csapi.jr.se.fw.ClientAppDescription
This method sets a clientAppID.
setClientAppID(String) - Method in class org.csapi.jr.se.fw.DomainID
This method sets a ClientAppID
setClientAppID(String) - Method in class org.csapi.jr.se.fw.LoadStatisticEntityID
This method sets a ClientAppID
setClientApplication(String) - Method in class org.csapi.jr.se.fw.AddSagMembersConflict
This method sets a clientApplication.
setClientApplication(String) - Method in class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
This method sets a clientApplication.
setClientAppProperties(Property[]) - Method in class org.csapi.jr.se.fw.ClientAppDescription
This method sets a clientAppProperties.
setCollectedAddress(Address) - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method sets a CollectedAddress
setCollectMode(UICollectMode) - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method sets a collectMode.
setCommunicationCapability(String) - Method in class org.csapi.jr.se.pam.PAMCommunicationContext
This method sets a communicationCapability.
setCommunicationContext(PAMCommunicationContext) - Method in class org.csapi.jr.se.pam.PAMContextData
This method sets a CommunicationContext
setCommunicationMeans(String) - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method sets a communicationMeans.
setCompatibleServiceID(String) - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method sets a compatibleServiceID.
setCompatibleServiceTypeNameList(String[]) - Method in class org.csapi.jr.se.fw.FwEventCriteria
This method sets a CompatibleServiceTypeNameList
setCondition(PolicyCondition) - Method in class org.csapi.jr.se.policy.PolicyConditionListElement
This method sets a condition.
setConditionList(PolicyConditionListElement[]) - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the setConditionList() method on the Parlay Gateway.
setConditionList(PolicyConditionListElement[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the setConditionList() method on the Parlay Gateway.
setConflictGeneratingSagProfilePair(SagProfilePair) - Method in class org.csapi.jr.se.fw.AddSagMembersConflict
This method sets a conflictGeneratingSagProfilePair.
setConnectedAddress(Address) - Method in class org.csapi.jr.se.cc.CallLegInfoReport
This method sets a connectedAddress.
setContactAddress(Address) - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method sets a contactAddress.
setContextData(PAMContextData) - Method in class org.csapi.jr.se.pam.PAMContext
This method sets a contextData.
setCorrelationID(int) - Method in class org.csapi.jr.se.cs.CorrelationID
This method sets a correlationID.
setCorrelationType(int) - Method in class org.csapi.jr.se.cs.CorrelationID
This method sets a correlationType.
setCountryCode(String) - Method in class org.csapi.jr.se.mm.NetworkStatusIndicator
This method sets a countryCode.
setCriterion(LocationTriggerCriteria) - Method in class org.csapi.jr.se.mm.LocationTrigger
This method sets a criterion.
setCurrency(String) - Method in class org.csapi.jr.se.dsc.DataSessionChargePlan
This method sets a currency.
setCurrency(String) - Method in class org.csapi.jr.se.cs.ChargingPrice
This method sets a currency.
setCurrency(String) - Method in class org.csapi.jr.se.am.BalanceInfo
This method sets a currency.
setCurrency(String) - Method in class org.csapi.jr.se.AoCInfo
This method sets a currency.
setCurrentBalanceInfo(BalanceInfo) - Method in class org.csapi.jr.se.am.ChargingEventInfo
This method sets a currentBalanceInfo.
setCurrentCAI(CAIElements) - Method in class org.csapi.jr.se.ChargeAdviceInfo
This method sets a currentCAI.
setCurrentChargePerKilobyte(int) - Method in class org.csapi.jr.se.dsc.ChargePerVolume
This method sets a currentChargePerKilobyte.
setCurrentChargePerMinute(int) - Method in class org.csapi.jr.se.ChargePerTime
This method sets a currentChargePerMinute.
setData(int) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
This method sets a Data
setDataMigrated(boolean) - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method sets a dataMigrated.
setDataSessionChargePlan(DataSessionChargePlan) - Method in interface org.csapi.jr.se.dsc.DataSession
Invokes the setDataSessionChargePlan() method on the Parlay Gateway.
setDataSessionDisconnect(DataSessionReleaseCause) - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalReportInfo
This method sets a DataSessionDisconnect
setDataSessionErrorInvalidAddress(AddressError) - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo
This method sets a DataSessionErrorInvalidAddress
setDataSessionEventName(int) - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteria
This method sets a dataSessionEventName.
setDataSessionEventName(int) - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
This method sets a dataSessionEventName.
setDataSessionEventTime(String) - Method in class org.csapi.jr.se.dsc.DataSessionReport
This method sets a dataSessionEventTime.
setDataSessionReportType(DataSessionReportType) - Method in class org.csapi.jr.se.dsc.DataSessionReport
This method sets a dataSessionReportType.
setDataSessionReportType(DataSessionReportType) - Method in class org.csapi.jr.se.dsc.DataSessionReportRequest
This method sets a dataSessionReportType.
setDataString(String) - Method in class org.csapi.jr.se.ui.UIEventInfo
This method sets a dataString.
setDataType(MediaStreamDataTypeRequest) - Method in class org.csapi.jr.se.cc.mmccs.MediaStream
This method sets a dataType.
setDataTypeIndication(UIEventInfoDataType) - Method in class org.csapi.jr.se.ui.UIEventInfo
This method sets a dataTypeIndication.
setDataTypeIndication(UIEventInfoDataType) - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
This method sets a dataTypeIndication.
setDataTypeRequest(MediaStreamDataTypeRequest) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
This method sets a dataTypeRequest.
setDefaultPolicy(PAMACLDefault) - Method in class org.csapi.jr.se.pam.PAMAccessControlData
This method sets a defaultPolicy.
setDefaultValues(Object) - Method in class org.csapi.jr.se.pam.PAMAttributeDef
This method sets a defaultValues.
setDenyList(String[]) - Method in class org.csapi.jr.se.pam.PAMAccessControlData
This method sets a denyList.
setDestinationAddress(Address) - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method sets a destinationAddress.
setDestinationAddress(Address) - Method in class org.csapi.jr.se.cc.CallNotificationReportScope
This method sets a destinationAddress.
setDestinationAddress(Address) - Method in class org.csapi.jr.se.ui.UIEventInfo
This method sets a destinationAddress.
setDestinationAddress(Address) - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
This method sets a destinationAddress.
setDestinationAddress(Address) - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
This method sets a destinationAddress.
setDestinationAddress(AddressRange) - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
This method sets a destinationAddress.
setDestinationAddress(AddressRange) - Method in class org.csapi.jr.se.cc.CallNotificationScope
This method sets a destinationAddress.
setDestinationAddress(AddressRange) - Method in class org.csapi.jr.se.ui.UIEventCriteria
This method sets a destinationAddress.
setDestinationAddress(AddressRange) - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteria
This method sets a destinationAddress.
setDigitalSignature(byte[]) - Method in class org.csapi.jr.se.fw.SignatureAndServiceMgr
This method sets a digitalSignature.
setDirection(MediaStreamDirection) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
This method sets a direction.
setDirection(MediaStreamDirection) - Method in class org.csapi.jr.se.cc.mmccs.MediaStream
This method sets a direction.
setDomainID(DomainID) - Method in class org.csapi.jr.se.fw.AuthDomain
This method sets a domainID.
setDoubleValue(double) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a DoubleValue
setElementType(PolicyType) - Method in class org.csapi.jr.se.policy.PolicyListType
This method sets a elementType.
setEmail(String) - Method in class org.csapi.jr.se.fw.Person
This method sets a email.
setEndSequence(String) - Method in class org.csapi.jr.se.ui.UIMessageCriteria
This method sets a endSequence.
setEndSequence(String) - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method sets a endSequence.
setEntOpID(String) - Method in class org.csapi.jr.se.fw.EntOp
This method sets a entOpID.
setEntOpID(String) - Method in class org.csapi.jr.se.fw.DomainID
This method sets a EntOpID
setEntOpProperties(Property[]) - Method in class org.csapi.jr.se.fw.EntOp
This method sets a entOpProperties.
setErrorData(PAMNotificationInfo) - Method in class org.csapi.jr.se.pam.PAMErrorInfo
This method sets a errorData.
setErrorTime(String) - Method in class org.csapi.jr.se.cc.CallError
This method sets a errorTime.
setErrorTime(String) - Method in class org.csapi.jr.se.dsc.DataSessionError
This method sets a errorTime.
setErrorType(CallErrorType) - Method in class org.csapi.jr.se.cc.CallError
This method sets a errorType.
setErrorType(DataSessionErrorType) - Method in class org.csapi.jr.se.dsc.DataSessionError
This method sets a errorType.
setEvent(PAMEventName) - Method in class org.csapi.jr.se.pam.PAMWCNotificationData
This method sets a event.
setEventCriteria(DataSessionEventCriteria) - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteriaResult
This method sets a eventCriteria.
setEventCriteria(UIEventCriteria) - Method in class org.csapi.jr.se.ui.UIEventCriteriaResult
This method sets a eventCriteria.
setEventDefinitionName(String) - Method in class org.csapi.jr.se.policy.PolicyEvent
This method sets a eventDefinitionName.
setEventDomainName(String) - Method in class org.csapi.jr.se.policy.PolicyEvent
This method sets a eventDomainName.
setEventID(int) - Method in class org.csapi.jr.se.policy.PolicyEvent
This method sets a eventID.
setEventNameUndefined(String) - Method in class org.csapi.jr.se.fw.FwEventCriteria
This method sets a EventNameUndefined
setEventNameUndefined(String) - Method in class org.csapi.jr.se.fw.FwEventInfo
This method sets a EventNameUndefined
setEvents(PAMEventName[]) - Method in class org.csapi.jr.se.pam.PAMWCEventData
This method sets a events.
setEventType(MediaStreamEventType) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
This method sets a eventType.
setExceptionType(int) - Method in class org.csapi.jr.se.CommonException
 
setExpiresIn(long) - Method in class org.csapi.jr.se.pam.PAMAttribute
This method sets a expiresIn.
setExponent(int) - Method in class org.csapi.jr.se.cs.Amount
This method sets a exponent.
setExponent(int) - Method in class org.csapi.jr.se.am.BalanceInfo
This method sets a exponent.
setExternalControlInterface(AppPAMPreferenceCheck) - Method in class org.csapi.jr.se.pam.PAMPreferenceData
This method sets a ExternalControlInterface
setExtraInformation(String) - Method in class org.csapi.jr.se.CommonException
 
setFault(InterfaceFault) - Method in class org.csapi.jr.se.fw.FaultStats
This method sets a fault.
setFaultStatsSet(FaultStats[]) - Method in class org.csapi.jr.se.fw.FaultStatsRecord
This method sets a faultStatsSet.
setFinal(boolean) - Method in class org.csapi.jr.se.cc.NotificationRequestedSetEntry
This method sets a _final.
setFinal(boolean) - Method in class org.csapi.jr.se.mm.TriggeredStatusRequestSetEntry
This method sets a _final.
setFinal(boolean) - Method in class org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry
This method sets a _final.
setFinal(boolean) - Method in class org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry
This method sets a _final.
setFixedValue(float) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a FixedValue
setFloatValue(float) - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method sets a FloatValue
setFloatValue(float) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a FloatValue
setForwardAddress(Address) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method sets a ForwardAddress
setForwardAddress(Address) - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method sets a ForwardAddress
setFrameworkID(String) - Method in class org.csapi.jr.se.fw.LoadStatisticEntityID
This method sets a FrameworkID
setFwID(String) - Method in class org.csapi.jr.se.fw.DomainID
This method sets a FwID
setGeographicalPosition(GeographicalPosition) - Method in class org.csapi.jr.se.mm.UlExtendedData
This method sets a geographicalPosition.
setGeographicalPosition(GeographicalPosition) - Method in class org.csapi.jr.se.mm.UserLocation
This method sets a geographicalPosition.
setGeographicalPosition(GeographicalPosition) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a geographicalPosition.
setGeographicalPosition(GeographicalPosition) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a geographicalPosition.
setGeographicalPositionPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a geographicalPositionPresent.
setGeographicalPositionPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a geographicalPositionPresent.
setGrammar(String) - Method in class org.csapi.jr.se.ui.UIRecognitionCriteria
This method sets a grammar.
setGroupMembershipChanged(PAMGMCEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a GroupMembershipChanged
setGroupMembershipChangedNotify(PAMGMCNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a GroupMembershipChangedNotify
setGroupName(String[]) - Method in class org.csapi.jr.se.pam.PAMGMCEventData
This method sets a groupName.
setGroupNames(String[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicySignature
Invokes the setGroupNames() method on the Parlay Gateway.
setGroupNumber(int) - Method in class org.csapi.jr.se.policy.PolicyConditionListElement
This method sets a groupNumber.
setGroups(String[]) - Method in class org.csapi.jr.se.pam.PAMGMCNotificationData
This method sets a groups.
setGroupType(String[]) - Method in class org.csapi.jr.se.pam.PAMGMCEventData
This method sets a groupType.
setHomePage(String) - Method in class org.csapi.jr.se.fw.Person
This method sets a homePage.
setIdentities(String[]) - Method in class org.csapi.jr.se.pam.PAMICNotificationData
This method sets a identities.
setIdentities(String[]) - Method in class org.csapi.jr.se.pam.PAMIDNotificationData
This method sets a identities.
setIdentity(String) - Method in class org.csapi.jr.se.pam.PAMAANotificationData
This method sets a identity.
setIdentity(String) - Method in class org.csapi.jr.se.pam.PAMAUNotificationData
This method sets a identity.
setIdentity(String) - Method in class org.csapi.jr.se.pam.PAMCCNotificationData
This method sets a identity.
setIdentity(String) - Method in class org.csapi.jr.se.pam.PAMIPSNotificationData
This method sets a identity.
setIdentity(String) - Method in class org.csapi.jr.se.pam.PAMAVCNotificationData
This method sets a identity.
setIdentity(String) - Method in class org.csapi.jr.se.pam.PAMWCNotificationData
This method sets a identity.
setIdentityAttributes(String, String, PAMAttribute[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMIdentityManagement
Invokes the setIdentityAttributes() method on the Parlay Gateway.
setIdentityCreated(PAMICEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a IdentityCreated
setIdentityCreatedNotify(PAMICNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a IdentityCreatedNotify
setIdentityDeleted(PAMIDEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a IdentityDeleted
setIdentityDeletedNotify(PAMIDNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a IdentityDeletedNotify
setIdentityName(String[]) - Method in class org.csapi.jr.se.pam.PAMIDEventData
This method sets a identityName.
setIdentityName(String[]) - Method in class org.csapi.jr.se.pam.PAMAAEventData
This method sets a identityName.
setIdentityName(String[]) - Method in class org.csapi.jr.se.pam.PAMAUEventData
This method sets a identityName.
setIdentityName(String[]) - Method in class org.csapi.jr.se.pam.PAMCCEventData
This method sets a identityName.
setIdentityName(String[]) - Method in class org.csapi.jr.se.pam.PAMIPSEventData
This method sets a identityName.
setIdentityName(String[]) - Method in class org.csapi.jr.se.pam.PAMAVCEventData
This method sets a identityName.
setIdentityName(String[]) - Method in class org.csapi.jr.se.pam.PAMWCEventData
This method sets a identityName.
setIdentityPresence(String, String, PAMAttribute[], byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMIdentityPresence
Invokes the setIdentityPresence() method on the Parlay Gateway.
setIdentityPresenceExpiration(String, String, String[], long, byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMIdentityPresence
Invokes the setIdentityPresenceExpiration() method on the Parlay Gateway.
setIdentityPresenceSet(PAMIPSEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a IdentityPresenceSet
setIdentityPresenceSetNotify(PAMIPSNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a IdentityPresenceSetNotify
setIdentityType(String[]) - Method in class org.csapi.jr.se.pam.PAMICEventData
This method sets a identityType.
setIdentityType(String[]) - Method in class org.csapi.jr.se.pam.PAMIDEventData
This method sets a identityType.
setIdentityType(String[]) - Method in class org.csapi.jr.se.pam.PAMAAEventData
This method sets a identityType.
setIdentityType(String[]) - Method in class org.csapi.jr.se.pam.PAMAUEventData
This method sets a identityType.
setIdentityType(String[]) - Method in class org.csapi.jr.se.pam.PAMCCEventData
This method sets a identityType.
setIdentityType(String[]) - Method in class org.csapi.jr.se.pam.PAMIPSEventData
This method sets a identityType.
setIdentityType(String[]) - Method in class org.csapi.jr.se.pam.PAMAVCEventData
This method sets a identityType.
setIdentityType(String[]) - Method in class org.csapi.jr.se.pam.PAMWCEventData
This method sets a identityType.
setImei(String) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a imei.
setImei(String) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method sets a imei.
setImeiPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a imeiPresent.
setImeiPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method sets a imeiPresent.
setInfoAddress(String) - Method in class org.csapi.jr.se.ui.UIInfo
This method sets a InfoAddress
setInfoAuData(byte[]) - Method in class org.csapi.jr.se.ui.UIInfo
This method sets a InfoAuData
setInfoBinData(byte[]) - Method in class org.csapi.jr.se.ui.UIInfo
This method sets a InfoBinData
setInfoData(String) - Method in class org.csapi.jr.se.ui.UIInfo
This method sets a InfoData
setInfoID(int) - Method in class org.csapi.jr.se.ui.UIInfo
This method sets a InfoID
setInfoMimeData(byte[]) - Method in class org.csapi.jr.se.ui.UIInfo
This method sets a InfoMimeData
setInformationToSend(UIInfo) - Method in class org.csapi.jr.se.cc.CallAdditionalTreatmentInfo
This method sets a InformationToSend
setInfoSynthData(UISynthesisInfoData) - Method in class org.csapi.jr.se.ui.UIInfo
This method sets a InfoSynthData
setInfoUUEncData(String) - Method in class org.csapi.jr.se.ui.UIInfo
This method sets a InfoUUEncData
setInfoVXMLData(String) - Method in class org.csapi.jr.se.ui.UIInfo
This method sets a InfoVXMLData
setInfoWaveData(byte[]) - Method in class org.csapi.jr.se.ui.UIInfo
This method sets a InfoWaveData
setInitialCharge(int) - Method in class org.csapi.jr.se.dsc.ChargePerVolume
This method sets a initialCharge.
setInitialCharge(int) - Method in class org.csapi.jr.se.ChargePerTime
This method sets a initialCharge.
setInitialSecsPerTimeInterval(int) - Method in class org.csapi.jr.se.CAIElements
This method sets a initialSecsPerTimeInterval.
setInputVariables(String[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicySignature
Invokes the setInputVariables() method on the Parlay Gateway.
setInt16Value(short) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a Int16Value
setInt32Value(int) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a Int32Value
setInt64Value(long) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a Int64Value
setInterCharTimeout(int) - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method sets a interCharTimeout.
setIntValue(int) - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method sets a IntValue
setIsRevertOnExpiration(boolean) - Method in class org.csapi.jr.se.pam.PAMAttributeDef
This method sets a isRevertOnExpiration.
setIsStatic(boolean) - Method in class org.csapi.jr.se.pam.PAMAttributeDef
This method sets a isStatic.
setLatitude(float) - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method sets a latitude.
setLatitude(float) - Method in class org.csapi.jr.se.mm.LocationTrigger
This method sets a latitude.
setListType(PolicyListType) - Method in class org.csapi.jr.se.policy.PolicyType
This method sets a ListType
setLoadLevel(LoadLevel) - Method in class org.csapi.jr.se.fw.LoadInitVal
This method sets a loadLevel.
setLoadLevel(LoadLevel) - Method in class org.csapi.jr.se.fw.LoadStatisticData
This method sets a loadLevel.
setLoadPolicy(String) - Method in class org.csapi.jr.se.fw.LoadPolicy
This method sets a loadPolicy.
setLoadStatisticData(LoadStatisticData) - Method in class org.csapi.jr.se.fw.LoadStatisticInfo
This method sets a LoadStatisticData
setLoadStatisticEntityID(LoadStatisticEntityID) - Method in class org.csapi.jr.se.fw.LoadStatistic
This method sets a loadStatisticEntityID.
setLoadStatisticError(LoadStatisticError) - Method in class org.csapi.jr.se.fw.LoadStatisticInfo
This method sets a LoadStatisticError
setLoadStatisticInfo(LoadStatisticInfo) - Method in class org.csapi.jr.se.fw.LoadStatistic
This method sets a loadStatisticInfo.
setLoadThreshold(float) - Method in class org.csapi.jr.se.fw.LoadThreshold
This method sets a loadThreshold.
setLoadThreshold(LoadThreshold) - Method in class org.csapi.jr.se.fw.LoadInitVal
This method sets a loadThreshold.
setLoadValue(float) - Method in class org.csapi.jr.se.fw.LoadStatisticData
This method sets a loadValue.
setLocation(int) - Method in class org.csapi.jr.se.cc.gccs.CallReleaseCause
This method sets a location.
setLocation(int) - Method in class org.csapi.jr.se.dsc.DataSessionReleaseCause
This method sets a location.
setLocationNumber(Address) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a locationNumber.
setLocationNumberPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a locationNumberPresent.
setLocationReq(LocationRequest) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method sets a locationReq.
setLocations(UlExtendedData[]) - Method in class org.csapi.jr.se.mm.UserLocationExtended
This method sets a locations.
setLongitude(float) - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method sets a longitude.
setLongitude(float) - Method in class org.csapi.jr.se.mm.LocationTrigger
This method sets a longitude.
setMaxDuration(int) - Method in class org.csapi.jr.se.fw.FaultStats
This method sets a maxDuration.
setMaxLength(int) - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method sets a maxLength.
setMaxMessageSize(int) - Method in class org.csapi.jr.se.ui.UIMessageCriteria
This method sets a maxMessageSize.
setMaxMessageTime(int) - Method in class org.csapi.jr.se.ui.UIMessageCriteria
This method sets a maxMessageTime.
setMediaMonitorMode(CallMonitorMode) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamRequest
This method sets a mediaMonitorMode.
setMediaNotificationScope(CallNotificationScope) - Method in class org.csapi.jr.se.cc.mmccs.NotificationMediaRequest
This method sets a mediaNotificationScope.
setMediaStream(MultiMediaStream) - Method in class org.csapi.jr.se.cc.mmccs.MediaStream
This method sets a mediaStream.
setMediaStreamsRequested(MediaStreamRequest[]) - Method in class org.csapi.jr.se.cc.mmccs.NotificationMediaRequest
This method sets a mediaStreamsRequested.
setMerchantID(String) - Method in class org.csapi.jr.se.cs.MerchantAccountID
This method sets a merchantID.
setMigrationAdditionalInfo(MigrationAdditionalInfo[]) - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method sets a migrationAdditionalInfo.
setMigrationDataAndTime(String) - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method sets a migrationDataAndTime.
setMigrationRequired(boolean) - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method sets a migrationRequired.
setMigrationServiceAvailable(FwMigrationServiceAvailableInfo) - Method in class org.csapi.jr.se.fw.FwEventInfo
This method sets a MigrationServiceAvailable
setMinAddressLength(int) - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method sets a MinAddressLength
setMinLength(int) - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method sets a minLength.
setMobileNetworkCode(String) - Method in class org.csapi.jr.se.mm.NetworkStatusIndicator
This method sets a mobileNetworkCode.
setMonitorMode(CallMonitorMode) - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
This method sets a monitorMode.
setMonitorMode(CallMonitorMode) - Method in class org.csapi.jr.se.cc.gccs.CallReport
This method sets a monitorMode.
setMonitorMode(CallMonitorMode) - Method in class org.csapi.jr.se.cc.gccs.CallReportRequest
This method sets a monitorMode.
setMonitorMode(CallMonitorMode) - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method sets a monitorMode.
setMonitorMode(DataSessionMonitorMode) - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteria
This method sets a monitorMode.
setMonitorMode(DataSessionMonitorMode) - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
This method sets a monitorMode.
setMonitorMode(DataSessionMonitorMode) - Method in class org.csapi.jr.se.dsc.DataSessionReport
This method sets a monitorMode.
setMonitorMode(DataSessionMonitorMode) - Method in class org.csapi.jr.se.dsc.DataSessionReportRequest
This method sets a monitorMode.
setMultiPartyCall(MultiPartyCall) - Method in class org.csapi.jr.se.ui.UITargetObject
This method sets a MultiPartyCall
setNaEsrd(String) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a naEsrd.
setNaEsrd(String) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method sets a naEsrd.
setNaEsrdPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a naEsrdPresent.
setNaEsrdPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method sets a naEsrdPresent.
setNaEsrk(String) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a naEsrk.
setNaEsrk(String) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method sets a naEsrk.
setNaEsrkPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a naEsrkPresent.
setNaEsrkPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method sets a naEsrkPresent.
setName(String) - Method in class org.csapi.jr.se.policy.PolicyNameValue
This method sets a name.
setName(String) - Method in class org.csapi.jr.se.pam.PAMAttributeDef
This method sets a name.
setName(String) - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method sets a name.
setName(String) - Method in class org.csapi.jr.se.Address
This method sets a name.
setName(String) - Method in class org.csapi.jr.se.AddressRange
This method sets a name.
setNames(String) - Method in class org.csapi.jr.se.policy.PolicyNameType
This method sets a names.
setNegated(boolean) - Method in class org.csapi.jr.se.policy.PolicyConditionListElement
This method sets a negated.
setNetworkCharge(String) - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrder
This method sets a NetworkCharge
setNetworkCharge(String) - Method in class org.csapi.jr.se.AoCOrder
This method sets a NetworkCharge
setNetworkProvidedLocation(String) - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method sets a networkProvidedLocation.
setNetworkStatus(NetworkStatusIndicator) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a networkStatus.
setNetworkStatus(String) - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method sets a networkStatus.
setNextCAI(CAIElements) - Method in class org.csapi.jr.se.ChargeAdviceInfo
This method sets a nextCAI.
setNextChargePerKilobyte(int) - Method in class org.csapi.jr.se.dsc.ChargePerVolume
This method sets a nextChargePerKilobyte.
setNextChargePerMinute(int) - Method in class org.csapi.jr.se.ChargePerTime
This method sets a nextChargePerMinute.
setNoAnswerDuration(int) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportCriteria
This method sets a NoAnswerDuration
setNotificationRequestSet(NotificationRequested[]) - Method in class org.csapi.jr.se.cc.NotificationRequestedSetEntry
This method sets a notificationRequestSet.
setNotReachable(CallReleaseCause) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method sets a NotReachable
setNumber(int) - Method in class org.csapi.jr.se.cs.Amount
This method sets a number.
setNumberOfClientsAffected(int) - Method in class org.csapi.jr.se.fw.FaultStats
This method sets a numberOfClientsAffected.
setOccurrences(int) - Method in class org.csapi.jr.se.fw.FaultStats
This method sets a occurrences.
setOctetValue(byte) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a OctetValue
setOctetValue(byte[]) - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method sets a OctetValue
setOptionalAttributes(Attribute[]) - Method in interface org.csapi.jr.se.policy.PolicyEventDefinition
Invokes the setOptionalAttributes() method on the Parlay Gateway.
setOptionalAttributes(Attribute[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyEventDefinition
Invokes the setOptionalAttributes() method on the Parlay Gateway.
setOriginalDestinationAddress(Address) - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method sets a originalDestinationAddress.
setOriginatingAddress(Address) - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method sets a originatingAddress.
setOriginatingAddress(Address) - Method in class org.csapi.jr.se.cc.CallNotificationReportScope
This method sets a originatingAddress.
setOriginatingAddress(Address) - Method in class org.csapi.jr.se.ui.UIEventInfo
This method sets a originatingAddress.
setOriginatingAddress(Address) - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
This method sets a originatingAddress.
setOriginatingAddress(Address) - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
This method sets a originatingAddress.
setOriginatingAddress(AddressRange) - Method in class org.csapi.jr.se.cc.gccs.CallEventCriteria
This method sets a originatingAddress.
setOriginatingAddress(AddressRange) - Method in class org.csapi.jr.se.cc.CallNotificationScope
This method sets a originatingAddress.
setOriginatingAddress(AddressRange) - Method in class org.csapi.jr.se.ui.UIEventCriteria
This method sets a originatingAddress.
setOriginatingAddress(String) - Method in interface org.csapi.jr.se.ui.UI
Invokes the setOriginatingAddress() method on the Parlay Gateway.
setOriginatingReleaseCause(ReleaseCause) - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method sets a OriginatingReleaseCause
setOriginatingReleaseCauseSet(ReleaseCause[]) - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method sets a OriginatingReleaseCauseSet
setOriginatingServiceCode(CallServiceCode) - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method sets a OriginatingServiceCode
setOriginatingServiceCode(CallServiceCode[]) - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method sets a OriginatingServiceCode
setOriginationAddress(AddressRange) - Method in class org.csapi.jr.se.dsc.DataSessionEventCriteria
This method sets a originationAddress.
setOtherInfo(String) - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method sets a otherInfo.
setOutputVariables(String[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicySignature
Invokes the setOutputVariables() method on the Parlay Gateway.
setPAMContext(PAMContext[]) - Method in class org.csapi.jr.se.pam.PAMAVCEventData
This method sets a pAMContext.
setParameterID(int) - Method in class org.csapi.jr.se.cs.ChargingParameter
This method sets a parameterID.
setParameterValue(ChargingParameterValue) - Method in class org.csapi.jr.se.cs.ChargingParameter
This method sets a parameterValue.
setPartyToCharge(CallPartyToChargeType) - Method in class org.csapi.jr.se.cc.CallChargePlan
This method sets a partyToCharge.
setPartyToChargeAdditionalInfo(CallPartyToChargeAdditionalInfo) - Method in class org.csapi.jr.se.cc.CallChargePlan
This method sets a partyToChargeAdditionalInfo.
setPassword(String) - Method in class org.csapi.jr.se.mm.UserInfo
This method sets a password.
setPDPContextActive(boolean) - Method in class org.csapi.jr.se.mm.UserStatusIndicatorExtended
This method sets a pDPContextActive.
setPeriod(TimeInterval) - Method in class org.csapi.jr.se.fw.FaultStatsRecord
This method sets a period.
setPersonName(String) - Method in class org.csapi.jr.se.fw.Person
This method sets a personName.
setPersonProperties(Property[]) - Method in class org.csapi.jr.se.fw.Person
This method sets a personProperties.
setPlan(AddressPlan) - Method in class org.csapi.jr.se.Address
This method sets a plan.
setPlan(AddressPlan) - Method in class org.csapi.jr.se.AddressRange
This method sets a plan.
setPolicyRoles(String[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicySignature
Invokes the setPolicyRoles() method on the Parlay Gateway.
setPostalAddress(String) - Method in class org.csapi.jr.se.fw.Person
This method sets a postalAddress.
setPreference(String, PAMContext, String, PAMPreferenceData, byte[]) - Method in interface org.csapi.jr.se.pam.access.PAMAvailability
Invokes the setPreference() method on the Parlay Gateway.
setPresentation(AddressPresentation) - Method in class org.csapi.jr.se.Address
This method sets a presentation.
setPrice(ChargingPrice) - Method in class org.csapi.jr.se.cs.PriceVolume
This method sets a price.
setPriority(int) - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method sets a priority.
setPriority(LocationPriority) - Method in class org.csapi.jr.se.mm.LocationRequest
This method sets a priority.
setPrivacyCode(String) - Method in class org.csapi.jr.se.pam.PAMAvailabilityProfile
This method sets a privacyCode.
setPronounceAs(String) - Method in class org.csapi.jr.se.ui.UIWordOverride
This method sets a pronounceAs.
setPronounceType(UIPronounceType) - Method in class org.csapi.jr.se.ui.UIWordOverride
This method sets a pronounceType.
setProperties(CallLegProperty[]) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the setProperties() method on the Parlay Gateway.
setProperties(UIRecognitionProperty[]) - Method in class org.csapi.jr.se.ui.UIRecognitionCriteria
This method sets a properties.
setPropertyName(String) - Method in class org.csapi.jr.se.ui.UIRecognitionProperty
This method sets a propertyName.
setPropertyName(String) - Method in class org.csapi.jr.se.fw.Property
This method sets a propertyName.
setPropertyValue(String) - Method in class org.csapi.jr.se.ui.UIRecognitionProperty
This method sets a propertyValue.
setPropertyValue(String) - Method in class org.csapi.jr.se.fw.Property
This method sets a propertyValue.
setQoSClass(DataSessionQosClass) - Method in class org.csapi.jr.se.dsc.DataSessionEventInfo
This method sets a qoSClass.
setQueueStatus(String) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method sets a QueueStatus
setRecognitionCriteria(UIRecognitionCriteria) - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method sets a recognitionCriteria.
setRecordType(PolicyNameType[]) - Method in class org.csapi.jr.se.policy.PolicyType
This method sets a RecordType
setRedirectingAddress(Address) - Method in class org.csapi.jr.se.cc.gccs.CallEventInfo
This method sets a redirectingAddress.
setReleaseCause(CallReleaseCause) - Method in class org.csapi.jr.se.cc.gccs.CallTreatment
This method sets a releaseCause.
setReleaseCause(ReleaseCause) - Method in class org.csapi.jr.se.cc.CallTreatment
This method sets a releaseCause.
setReportingInterval(int) - Method in class org.csapi.jr.se.mm.LocationTrigger
This method sets a reportingInterval.
setReportingInterval(int) - Method in class org.csapi.jr.se.mm.PeriodicLocationRequest
This method sets a reportingInterval.
setReportingPeriod(long) - Method in class org.csapi.jr.se.pam.PAMACPSEventData
This method sets a reportingPeriod.
setReportingPeriod(long) - Method in class org.csapi.jr.se.pam.PAMAPSEventData
This method sets a reportingPeriod.
setReportingPeriod(long) - Method in class org.csapi.jr.se.pam.PAMIPSEventData
This method sets a reportingPeriod.
setReportingPeriod(long) - Method in class org.csapi.jr.se.pam.PAMAVCEventData
This method sets a reportingPeriod.
setReportingPeriod(long) - Method in class org.csapi.jr.se.pam.PAMWCEventData
This method sets a reportingPeriod.
setRequest(LocationRequest) - Method in class org.csapi.jr.se.mm.PeriodicLocationRequest
This method sets a request.
setRequest(LocationRequest) - Method in class org.csapi.jr.se.mm.TriggeredLocationRequest
This method sets a request.
setRequestedAccuracy(float) - Method in class org.csapi.jr.se.mm.LocationRequest
This method sets a requestedAccuracy.
setRequestedLocationMethod(String) - Method in class org.csapi.jr.se.mm.LocationRequest
This method sets a requestedLocationMethod.
setRequestedResponseTime(LocationResponseTime) - Method in class org.csapi.jr.se.mm.LocationRequest
This method sets a requestedResponseTime.
setRequestNumberFirstRequest(int) - Method in class org.csapi.jr.se.cs.ChargingSessionID
This method sets a requestNumberFirstRequest.
setRequests(PeriodicLocationRequest[]) - Method in class org.csapi.jr.se.mm.PeriodicLocationRequestSetEntry
This method sets a requests.
setRequests(TriggeredLocationRequest[]) - Method in class org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry
This method sets a requests.
setRequests(TriggeredStatusRequest[]) - Method in class org.csapi.jr.se.mm.TriggeredStatusRequestSetEntry
This method sets a requests.
setRequiredAttributes(Attribute[]) - Method in interface org.csapi.jr.se.policy.PolicyEventDefinition
Invokes the setRequiredAttributes() method on the Parlay Gateway.
setRequiredAttributes(Attribute[]) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyEventDefinition
Invokes the setRequiredAttributes() method on the Parlay Gateway.
setResponseTime(LocationResponseIndicator) - Method in class org.csapi.jr.se.mm.LocationResponseTime
This method sets a responseTime.
setRoamingStatus(RoamingStatus) - Method in class org.csapi.jr.se.mm.NetworkStatusIndicator
This method sets a roamingStatus.
setRoutingFailure(CallReleaseCause) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method sets a RoutingFailure
setSag(String) - Method in class org.csapi.jr.se.fw.SagProfilePair
This method sets a sag.
setSagDescription(String) - Method in class org.csapi.jr.se.fw.Sag
This method sets a sagDescription.
setSagID(String) - Method in class org.csapi.jr.se.fw.Sag
This method sets a sagID.
setScalingFactor(int) - Method in class org.csapi.jr.se.CAIElements
This method sets a scalingFactor.
setScope(String) - Method in class org.csapi.jr.se.termcap.TerminalCapabilityScope
This method sets a scope.
setScopeType(TerminalCapabilityScopeType) - Method in class org.csapi.jr.se.termcap.TerminalCapabilityScope
This method sets a scopeType.
setScreening(AddressScreening) - Method in class org.csapi.jr.se.Address
This method sets a screening.
setSecondsPerTimeInterval(int) - Method in class org.csapi.jr.se.CAIElements
This method sets a secondsPerTimeInterval.
setSegmentEndAngle(int) - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method sets a segmentEndAngle.
setSegmentsPerDataInterval(int) - Method in class org.csapi.jr.se.CAIElements
This method sets a segmentsPerDataInterval.
setSegmentStartAngle(int) - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method sets a segmentStartAngle.
setSequenceNumber(int) - Method in class org.csapi.jr.se.policy.PolicyActionListElement
This method sets a sequenceNumber.
setService(String) - Method in class org.csapi.jr.se.fw.AddSagMembersConflict
This method sets a service.
setService(String) - Method in class org.csapi.jr.se.fw.AssignSagToServiceProfileConflict
This method sets a service.
setServiceCode(CallServiceCode) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method sets a ServiceCode
setServiceCode(CallServiceCode) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportCriteria
This method sets a ServiceCode
setServiceCode(String) - Method in class org.csapi.jr.se.ui.UIEventInfo
This method sets a serviceCode.
setServiceCode(String) - Method in class org.csapi.jr.se.ui.UIEventCriteria
This method sets a serviceCode.
setServiceCode(String) - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
This method sets a serviceCode.
setServiceCodeValue(String) - Method in class org.csapi.jr.se.cc.CallServiceCode
This method sets a serviceCodeValue.
setServiceContractDescription(ServiceContractDescription) - Method in class org.csapi.jr.se.fw.ServiceContract
This method sets a serviceContractDescription.
setServiceContractID(String) - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
This method sets a serviceContractID.
setServiceContractID(String) - Method in class org.csapi.jr.se.fw.ServiceContract
This method sets a serviceContractID.
setServiceDescription(ServiceDescription) - Method in class org.csapi.jr.se.fw.Service
This method sets a serviceDescription.
setServiceEndDate(String) - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method sets a serviceEndDate.
setServiceEndDate(String) - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
This method sets a serviceEndDate.
setServiceID(String) - Method in class org.csapi.jr.se.fw.Service
This method sets a serviceID.
setServiceID(String) - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method sets a serviceID.
setServiceID(String) - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method sets a serviceID.
setServiceID(String) - Method in class org.csapi.jr.se.fw.DomainID
This method sets a ServiceID
setServiceID(String) - Method in class org.csapi.jr.se.fw.LoadStatisticEntityID
This method sets a ServiceID
setServiceIDList(String[]) - Method in class org.csapi.jr.se.fw.FwEventInfo
This method sets a ServiceIDList
setServiceMgrInterface(Service) - Method in class org.csapi.jr.se.fw.SignatureAndServiceMgr
This method sets a serviceMgrInterface.
setServiceProfile(String) - Method in class org.csapi.jr.se.fw.SagProfilePair
This method sets a serviceProfile.
setServiceProfileDescription(ServiceProfileDescription) - Method in class org.csapi.jr.se.fw.ServiceProfile
This method sets a serviceProfileDescription.
setServiceProfileID(String) - Method in class org.csapi.jr.se.fw.ServiceProfile
This method sets a serviceProfileID.
setServicePropertyList(ServiceProperty[]) - Method in class org.csapi.jr.se.fw.ServiceDescription
This method sets a servicePropertyList.
setServicePropertyName(String) - Method in class org.csapi.jr.se.fw.ServiceProperty
This method sets a servicePropertyName.
setServicePropertyName(String) - Method in class org.csapi.jr.se.fw.ServiceTypeProperty
This method sets a servicePropertyName.
setServicePropertyName(String) - Method in class org.csapi.jr.se.fw.ServiceTypePropertyValue
This method sets a servicePropertyName.
setServicePropertyTypeName(String) - Method in class org.csapi.jr.se.fw.ServiceTypeProperty
This method sets a servicePropertyTypeName.
setServicePropertyTypeName(String) - Method in class org.csapi.jr.se.fw.ServiceTypePropertyValue
This method sets a servicePropertyTypeName.
setServicePropertyValueList(String[]) - Method in class org.csapi.jr.se.fw.ServiceProperty
This method sets a servicePropertyValueList.
setServicePropertyValueList(String[]) - Method in class org.csapi.jr.se.fw.ServiceTypePropertyValue
This method sets a servicePropertyValueList.
setServiceRequestor(Person) - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method sets a serviceRequestor.
setServiceStartDate(String) - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method sets a serviceStartDate.
setServiceStartDate(String) - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
This method sets a serviceStartDate.
setServiceSubscriptionProperties(ServiceProperty[]) - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method sets a serviceSubscriptionProperties.
setServiceSubscriptionProperties(ServiceProperty[]) - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
This method sets a serviceSubscriptionProperties.
setServiceSupplierID(String) - Method in class org.csapi.jr.se.fw.DomainID
This method sets a ServiceSupplierID
setServiceType(String) - Method in class org.csapi.jr.se.fw.FwMigrationServiceAvailableInfo
This method sets a serviceType.
setServiceTypeName(String) - Method in class org.csapi.jr.se.fw.ServiceDescription
This method sets a serviceTypeName.
setServiceTypeName(String) - Method in class org.csapi.jr.se.fw.ServiceContractDescription
This method sets a serviceTypeName.
setServiceTypeName(String) - Method in class org.csapi.jr.se.fw.ServiceProfileDescription
This method sets a serviceTypeName.
setServiceTypeNameList(String[]) - Method in class org.csapi.jr.se.fw.ServiceTypeDescription
This method sets a serviceTypeNameList.
setServiceTypeNameList(String[]) - Method in class org.csapi.jr.se.fw.FwEventCriteria
This method sets a ServiceTypeNameList
setServiceTypePropertyList(ServiceTypeProperty[]) - Method in class org.csapi.jr.se.fw.ServiceTypeDescription
This method sets a serviceTypePropertyList.
setServiceTypePropertyMode(ServiceTypePropertyMode) - Method in class org.csapi.jr.se.fw.ServiceTypeProperty
This method sets a serviceTypePropertyMode.
setServiceTypePropertyMode(ServiceTypePropertyMode) - Method in class org.csapi.jr.se.fw.ServiceTypePropertyValue
This method sets a serviceTypePropertyMode.
setSimpleType(SimpleAttributeTypeInfo) - Method in class org.csapi.jr.se.policy.PolicyType
This method sets a SimpleType
setSimpleValue(SimpleAttributeValue) - Method in class org.csapi.jr.se.AttributeValue
This method sets a SimpleValue
setSpeakerAge(UISynthesisAge) - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method sets a speakerAge.
setSpeakerGender(UISynthesisGender) - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method sets a speakerGender.
setSpeakerID(String) - Method in class org.csapi.jr.se.ui.UIRecognitionCriteria
This method sets a speakerID.
setSpeakerRange(UISynthesisRange) - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method sets a speakerRange.
setSpeakerRate(UISynthesisRate) - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method sets a speakerRate.
setSpelling(String) - Method in class org.csapi.jr.se.ui.UIWordOverride
This method sets a spelling.
setStartTime(String) - Method in class org.csapi.jr.se.TimeInterval
This method sets a startTime.
setStartTimeout(int) - Method in class org.csapi.jr.se.ui.UICollectCriteria
This method sets a startTimeout.
setStatus(UserStatusIndicator) - Method in class org.csapi.jr.se.mm.UserStatus
This method sets a status.
setStatus(UserStatusIndicatorExtended) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a status.
setStatusCode(BalanceQueryError) - Method in class org.csapi.jr.se.am.Balance
This method sets a statusCode.
setStatusCode(boolean) - Method in class org.csapi.jr.se.termcap.TypeTerminalCapabilities
This method sets a statusCode.
setStatusCode(MobilityError) - Method in class org.csapi.jr.se.mm.UserLocation
This method sets a statusCode.
setStatusCode(MobilityError) - Method in class org.csapi.jr.se.mm.UserLocationExtended
This method sets a statusCode.
setStatusCode(MobilityError) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a statusCode.
setStatusCode(MobilityError) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a statusCode.
setStatusCode(MobilityError) - Method in class org.csapi.jr.se.mm.UserStatus
This method sets a statusCode.
setStatusCode(MobilityError) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a statusCode.
setStopScope(MobilityStopScope) - Method in class org.csapi.jr.se.mm.MobilityStopAssignmentData
This method sets a stopScope.
setStopTime(String) - Method in class org.csapi.jr.se.TimeInterval
This method sets a stopTime.
setStringValue(String) - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method sets a StringValue
setStringValue(String) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a StringValue
setStructuredType(String) - Method in class org.csapi.jr.se.policy.PolicyType
This method sets a StructuredType
setStructuredValue(StructuredAttributeValue) - Method in class org.csapi.jr.se.AttributeValue
This method sets a StructuredValue
setSubAddressString(String) - Method in class org.csapi.jr.se.Address
This method sets a subAddressString.
setSubAddressString(String) - Method in class org.csapi.jr.se.AddressRange
This method sets a subAddressString.
setSubscriberProvidedLocation(String) - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method sets a subscriberProvidedLocation.
setSubscriberStatus(String) - Method in class org.csapi.jr.se.pam.PAMPresenceData
This method sets a subscriberStatus.
setTelephoneNumber(String) - Method in class org.csapi.jr.se.fw.Person
This method sets a telephoneNumber.
setTerminalCapabilities(String) - Method in class org.csapi.jr.se.termcap.TypeTerminalCapabilities
This method sets a terminalCapabilities.
setTerminalType(TerminalType) - Method in class org.csapi.jr.se.mm.UlExtendedData
This method sets a terminalType.
setTerminalType(TerminalType) - Method in class org.csapi.jr.se.mm.UserStatus
This method sets a terminalType.
setTerminalType(TerminalType) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a terminalType.
setTerminatingReleaseCause(ReleaseCause) - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method sets a TerminatingReleaseCause
setTerminatingReleaseCauseSet(ReleaseCause[]) - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method sets a TerminatingReleaseCauseSet
setTerminatingServiceCode(CallServiceCode) - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method sets a TerminatingServiceCode
setTerminatingServiceCode(CallServiceCode[]) - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method sets a TerminatingServiceCode
setText(String) - Method in class org.csapi.jr.se.cs.ApplicationDescription
This method sets a text.
setTextData(String) - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method sets a textData.
setTimeGenerated(String) - Method in class org.csapi.jr.se.policy.PolicyEvent
This method sets a timeGenerated.
setTimerValue(int) - Method in class org.csapi.jr.se.mm.LocationResponseTime
This method sets a timerValue.
setTimestamp(String) - Method in class org.csapi.jr.se.mm.UlExtendedData
This method sets a timestamp.
setTimestamp(String) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a timestamp.
setTimestamp(String) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a timestamp.
setTimestamp(String) - Method in class org.csapi.jr.se.cs.AppInformation
This method sets a Timestamp
setTimeStamp(String) - Method in class org.csapi.jr.se.am.TransactionHistory
This method sets a timeStamp.
setTimeStamp(String) - Method in class org.csapi.jr.se.fw.LoadStatistic
This method sets a timeStamp.
setTimestampPresent(boolean) - Method in class org.csapi.jr.se.mm.UlExtendedData
This method sets a timestampPresent.
setTimestampPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a timestampPresent.
setTimestampPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a timestampPresent.
setTotalDuration(int) - Method in class org.csapi.jr.se.fw.FaultStats
This method sets a totalDuration.
setTransactionID(int) - Method in class org.csapi.jr.se.am.TransactionHistory
This method sets a transactionID.
setTransparentCharge(byte[]) - Method in class org.csapi.jr.se.cc.CallChargePlan
This method sets a transparentCharge.
setTriggeringEvent(UserLocationEmergencyTrigger) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a triggeringEvent.
setType(LocationType) - Method in class org.csapi.jr.se.mm.LocationRequest
This method sets a type.
setType(String) - Method in class org.csapi.jr.se.pam.PAMAttributeDef
This method sets a type.
setType(String) - Method in class org.csapi.jr.se.StructuredAttributeValue
This method sets a type.
setTypeOfUncertaintyShape(LocationUncertaintyShape) - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method sets a typeOfUncertaintyShape.
setTypes(PolicyType) - Method in class org.csapi.jr.se.policy.PolicyNameType
This method sets a types.
setUIEventData(byte[]) - Method in class org.csapi.jr.se.ui.UIEventNotificationInfo
This method sets a uIEventData.
setUnavailableServiceIDList(String[]) - Method in class org.csapi.jr.se.fw.FwEventInfo
This method sets a UnavailableServiceIDList
setUnavailableServiceTypeNameList(String[]) - Method in class org.csapi.jr.se.fw.FwEventCriteria
This method sets a UnavailableServiceTypeNameList
setUncertaintyAltitude(float) - Method in class org.csapi.jr.se.mm.UlExtendedData
This method sets a uncertaintyAltitude.
setUncertaintyAltitude(float) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a uncertaintyAltitude.
setUncertaintyInnerSemiMajor(float) - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method sets a uncertaintyInnerSemiMajor.
setUncertaintyInnerSemiMinor(float) - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method sets a uncertaintyInnerSemiMinor.
setUncertaintyOuterSemiMajor(float) - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method sets a uncertaintyOuterSemiMajor.
setUncertaintyOuterSemiMinor(float) - Method in class org.csapi.jr.se.mm.GeographicalPosition
This method sets a uncertaintyOuterSemiMinor.
setUndefined(AppInformationType) - Method in class org.csapi.jr.se.cs.AppInformation
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(AttributeTagInfo) - Method in class org.csapi.jr.se.AttributeValue
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallAoCOrderCategory) - Method in class org.csapi.jr.se.AoCOrder
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallAppInfoType) - Method in class org.csapi.jr.se.cc.gccs.CallAppInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallAppInfoType) - Method in class org.csapi.jr.se.cc.CallAppInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallErrorType) - Method in class org.csapi.jr.se.cc.CallAdditionalErrorInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallEventType) - Method in class org.csapi.jr.se.cc.AdditionalCallEventCriteria
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallEventType) - Method in class org.csapi.jr.se.cc.CallAdditionalEventInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallLoadControlMechanismType) - Method in class org.csapi.jr.se.cc.CallLoadControlMechanism
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallPartyToChargeType) - Method in class org.csapi.jr.se.cc.CallPartyToChargeAdditionalInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallReportType) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallReportType) - Method in class org.csapi.jr.se.cc.gccs.CallAdditionalReportCriteria
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(CallTreatmentType) - Method in class org.csapi.jr.se.cc.CallAdditionalTreatmentInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(ChargingParameterValueType) - Method in class org.csapi.jr.se.cs.ChargingParameterValue
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(DataSessionChargeOrderCategory) - Method in class org.csapi.jr.se.dsc.DataSessionChargeOrder
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(DataSessionErrorType) - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(DataSessionReportType) - Method in class org.csapi.jr.se.dsc.DataSessionAdditionalReportInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(DomainIDType) - Method in class org.csapi.jr.se.fw.DomainID
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(FwEventName) - Method in class org.csapi.jr.se.fw.FwEventCriteria
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(FwEventName) - Method in class org.csapi.jr.se.fw.FwEventInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(LoadStatisticEntityType) - Method in class org.csapi.jr.se.fw.LoadStatisticEntityID
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(LoadStatisticInfoType) - Method in class org.csapi.jr.se.fw.LoadStatisticInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(MediaStreamDataTypeRequestType) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(MigrationAdditionalInfoType) - Method in class org.csapi.jr.se.fw.MigrationAdditionalInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(PAMContextName) - Method in class org.csapi.jr.se.pam.PAMContextData
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(PAMEventName) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(PAMEventName) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(PAMPreferenceType) - Method in class org.csapi.jr.se.pam.PAMPreferenceData
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(PolicyTypeInfo) - Method in class org.csapi.jr.se.policy.PolicyType
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(SimpleAttributeTypeInfo) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(UIInfoType) - Method in class org.csapi.jr.se.ui.UIInfo
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(UITargetObjectType) - Method in class org.csapi.jr.se.ui.UITargetObject
This method will receive the discriminator as a parameter and will set _object to null
setUndefined(UIVariablePartType) - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method will receive the discriminator as a parameter and will set _object to null
setUnit(int) - Method in class org.csapi.jr.se.cs.Volume
This method sets a unit.
setUnitIncrement(int) - Method in class org.csapi.jr.se.CAIElements
This method sets a unitIncrement.
setUnitsPerDataInterval(int) - Method in class org.csapi.jr.se.CAIElements
This method sets a unitsPerDataInterval.
setUnitsPerInterval(int) - Method in class org.csapi.jr.se.CAIElements
This method sets a unitsPerInterval.
setUnsignedInt16Value(short) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a UnsignedInt16Value
setUnsignedInt32Value(int) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a UnsignedInt32Value
setUnsignedInt64Value(long) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a UnsignedInt64Value
setUpdateInsideVlr(boolean) - Method in class org.csapi.jr.se.mm.LocationTriggerCamel
This method sets a updateInsideVlr.
setUpdateOutsideVlr(boolean) - Method in class org.csapi.jr.se.mm.LocationTriggerCamel
This method sets a updateOutsideVlr.
setUsedLocationMethod(String) - Method in class org.csapi.jr.se.mm.UlExtendedData
This method sets a usedLocationMethod.
setUsedLocationMethod(String) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a usedLocationMethod.
setUserAddress(Address) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method sets a userAddress.
setUserAddressPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergencyRequest
This method sets a userAddressPresent.
setUserConnectionID(String) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a userConnectionID.
setUserId(Address) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a userId.
setUserID(Address) - Method in class org.csapi.jr.se.mm.UserLocation
This method sets a userID.
setUserID(Address) - Method in class org.csapi.jr.se.mm.UserLocationExtended
This method sets a userID.
setUserID(Address) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a userID.
setUserID(Address) - Method in class org.csapi.jr.se.mm.UserStatus
This method sets a userID.
setUserID(Address) - Method in class org.csapi.jr.se.am.Balance
This method sets a userID.
setUserID(String) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a userID.
setUserIdPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationEmergency
This method sets a userIdPresent.
setUserInfo(UserInfo) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a userInfo.
setUserIPAddress(String) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a userIPAddress.
setUserMSISDN(String) - Method in class org.csapi.jr.se.mm.UserStatusExtended
This method sets a userMSISDN.
setUserName(String) - Method in class org.csapi.jr.se.mm.UserInfo
This method sets a userName.
setUsers(Address[]) - Method in class org.csapi.jr.se.mm.MobilityStopAssignmentData
This method sets a users.
setUsers(Address[]) - Method in class org.csapi.jr.se.mm.TriggeredStatusRequest
This method sets a users.
setUsers(Address[]) - Method in class org.csapi.jr.se.mm.PeriodicLocationRequest
This method sets a users.
setUsers(Address[]) - Method in class org.csapi.jr.se.mm.TriggeredLocationRequest
This method sets a users.
setUsers(Address[]) - Method in class org.csapi.jr.se.am.ChargingEventCriteria
This method sets a users.
setUserStatusIndicator(UserStatusIndicator) - Method in class org.csapi.jr.se.mm.UserStatusIndicatorExtended
This method sets a userStatusIndicator.
setValidityPeriodCondition(PolicyTimePeriodCondition) - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the setValidityPeriodCondition() method on the Parlay Gateway.
setValidityPeriodCondition(PolicyTimePeriodCondition) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the setValidityPeriodCondition() method on the Parlay Gateway.
setValidityPeriodConditionByName(String) - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway.
setValidityPeriodConditionByName(String) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway.
setValue(int) - Method in class org.csapi.jr.se.cc.gccs.CallReleaseCause
This method sets a value.
setValue(int) - Method in class org.csapi.jr.se.dsc.DataSessionReleaseCause
This method sets a value.
setValue(Object) - Method in class org.csapi.jr.se.policy.PolicyNameValue
This method sets a value.
setValue(Object) - Method in class org.csapi.jr.se.StructuredAttributeValue
This method sets a value.
setValuePartA(int) - Method in class org.csapi.jr.se.am.BalanceInfo
This method sets a valuePartA.
setValuePartB(int) - Method in class org.csapi.jr.se.am.BalanceInfo
This method sets a valuePartB.
setVariable(String, Attribute) - Method in interface org.csapi.jr.se.policy.PolicyDomain
Invokes the setVariable() method on the Parlay Gateway.
setVariablePartAddress(String) - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method sets a VariablePartAddress
setVariablePartDate(String) - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method sets a VariablePartDate
setVariablePartInteger(int) - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method sets a VariablePartInteger
setVariablePartPrice(String) - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method sets a VariablePartPrice
setVariablePartTime(String) - Method in class org.csapi.jr.se.ui.UIVariableInfo
This method sets a VariablePartTime
setVariableValue(String, String, Any) - Method in interface org.csapi.jr.se.policy.provisioning.PolicyDomain
Invokes the setVariableValue() method on the Parlay Gateway.
setVarName(String) - Method in class org.csapi.jr.se.policy.PolicyVar
This method sets a varName.
setVarType(PolicyType) - Method in class org.csapi.jr.se.policy.PolicyVar
This method sets a varType.
setVarValue(Object) - Method in class org.csapi.jr.se.policy.PolicyVar
This method sets a varValue.
setVideo(int) - Method in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
This method sets a Video
setVlrNumber(Address) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a vlrNumber.
setVlrNumberPresent(boolean) - Method in class org.csapi.jr.se.mm.UserLocationCamel
This method sets a vlrNumberPresent.
setVolume(Volume) - Method in class org.csapi.jr.se.cs.PriceVolume
This method sets a volume.
setVolumeQuantity(int) - Method in class org.csapi.jr.se.cc.mmccs.CallSuperviseVolume
This method sets a volumeQuantity.
setVolumeQuantity(int) - Method in class org.csapi.jr.se.dsc.DataSessionSuperviseVolume
This method sets a volumeQuantity.
setVolumeUnit(int) - Method in class org.csapi.jr.se.cc.mmccs.CallSuperviseVolume
This method sets a volumeUnit.
setVolumeUnit(int) - Method in class org.csapi.jr.se.dsc.DataSessionSuperviseVolume
This method sets a volumeUnit.
setWatchers(String[]) - Method in class org.csapi.jr.se.pam.PAMWCNotificationData
This method sets a watchers.
setWatchersChanged(PAMWCEventData) - Method in class org.csapi.jr.se.pam.PAMEventInfo
This method sets a WatchersChanged
setWatchersChangedNotify(PAMWCNotificationData) - Method in class org.csapi.jr.se.pam.PAMNotificationInfo
This method sets a WatchersChangedNotify
setWCharValue(char) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a WCharValue
setWordOverrideList(UIWordOverride[]) - Method in class org.csapi.jr.se.ui.UISynthesisInfoData
This method sets a wordOverrideList.
setWStringValue(String) - Method in class org.csapi.jr.se.SimpleAttributeValue
This method sets a WStringValue
setXMLString(String) - Method in class org.csapi.jr.se.policy.PolicyType
This method sets a XMLString
setXMLValue(String) - Method in class org.csapi.jr.se.AttributeValue
This method sets a XMLValue
SignatureAndServiceMgr - class org.csapi.jr.se.fw.SignatureAndServiceMgr.
This is a Sequence of Data Elements containing the digital signature of the Framework for the service agreement, and a reference to the SCF manager interface of the SCF.
SignatureAndServiceMgr() - Constructor for class org.csapi.jr.se.fw.SignatureAndServiceMgr
Creates a new SignatureAndServiceMgr instance.
SignatureAndServiceMgr(byte[], Service) - Constructor for class org.csapi.jr.se.fw.SignatureAndServiceMgr
Creates a new SignatureAndServiceMgr instance.
signServiceAgreement(String, String, String) - Method in interface org.csapi.jr.se.fw.fw_application.service_agreement.AppServiceAgreementManagement
Upon receipt of the initiateSignServiceAgrement() method from the client application, this method is used by the framework to request that the client application sign an agreement on the service.
signServiceAgreement(String, String, String) - Method in interface org.csapi.jr.se.fw.fw_application.service_agreement.ServiceAgreementManagement
After the framework has called signServiceAgreement() on the application's IpAppServiceAgreementManagement interface, this method is used by the client application to request that the framework sign the service agreement, which allows the client application to use the service.
SIMPLE_TYPE - Static variable in class org.csapi.jr.se.AttributeTagInfo
Simple type
SimpleAttributeTypeInfo - class org.csapi.jr.se.SimpleAttributeTypeInfo.
TpSimpleAttributeTypeInfo is an enumerated type used as a discriminator for the TpSimpleAttributeValue structure.
SimpleAttributeValue - class org.csapi.jr.se.SimpleAttributeValue.
This is a tagged choice of data elements to hold attribute values of different complexity.
SimpleAttributeValue() - Constructor for class org.csapi.jr.se.SimpleAttributeValue
Creates a new SimpleAttributeValue.
startTransaction() - Method in interface org.csapi.jr.se.policy.PolicyManager
Invokes the startTransaction() method on the Parlay Gateway.
startTransaction() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyManager
Invokes the startTransaction() method on the Parlay Gateway.
StatusReport - interface org.csapi.jr.se.mm.us.StatusReport.
This interface represents a StatusReport activity object.
StatusReportErrEvent - class org.csapi.jr.se.mm.us.StatusReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the statusReportErr() method on the callback interface has occured.
StatusReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.us.StatusReportErrEvent
Constructor for the StatusReportErrEvent Event.
StatusReportListener - interface org.csapi.jr.se.mm.us.StatusReportListener.
This interface is to be implemented for receiving events issued by the StatusReport activity object.
statusReportReq(Address[]) - Method in interface org.csapi.jr.se.mm.us.StatusReport
Invokes the statusReportReq() method on the Parlay Gateway.
StatusReportResEvent - class org.csapi.jr.se.mm.us.StatusReportResEvent.
Event created by an activity object to indicate that a Gateway originated call to the statusReportRes() method on the callback interface has occured.
StatusReportResEvent(Object, UserStatus[]) - Constructor for class org.csapi.jr.se.mm.us.StatusReportResEvent
Constructor for the StatusReportResEvent Event.
STRING - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpString.
STRUCTURED_TYPE - Static variable in class org.csapi.jr.se.AttributeTagInfo
Structured type
StructuredAttributeValue - class org.csapi.jr.se.StructuredAttributeValue.
This is a Sequence of Data Elements containing the structured attribute type tag and the value to be interpreted using that type.
StructuredAttributeValue() - Constructor for class org.csapi.jr.se.StructuredAttributeValue
Creates a new StructuredAttributeValue instance.
StructuredAttributeValue(String, Object) - Constructor for class org.csapi.jr.se.StructuredAttributeValue
Creates a new StructuredAttributeValue instance.
SUBJECT_CLIENT_APP - Static variable in class org.csapi.jr.se.fw.SubjectType
The subject is the client application.
SUBJECT_FW - Static variable in class org.csapi.jr.se.fw.SubjectType
The subject is the framework.
SUBJECT_UNDEFINED - Static variable in class org.csapi.jr.se.fw.SubjectType
The subject is neither the framework nor the client application.
SubjectType - class org.csapi.jr.se.fw.SubjectType.
Defines the subject of a query/notification request/result.
subtract() - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaStream
Invokes the subtract() method on the Parlay Gateway.
SuperviseCallErrEvent - class org.csapi.jr.se.cc.gccs.SuperviseCallErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the superviseCallErr() method on the callback interface has occured.
SuperviseCallErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.gccs.SuperviseCallErrEvent
Constructor for the SuperviseCallErrEvent Event.
superviseCallReq(int, int) - Method in interface org.csapi.jr.se.cc.gccs.Call
Invokes the superviseCallReq() method on the Parlay Gateway.
SuperviseCallResEvent - class org.csapi.jr.se.cc.gccs.SuperviseCallResEvent.
Event created by an activity object to indicate that a Gateway originated call to the superviseCallRes() method on the callback interface has occured.
SuperviseCallResEvent(Object, int, int) - Constructor for class org.csapi.jr.se.cc.gccs.SuperviseCallResEvent
Constructor for the SuperviseCallResEvent Event.
SuperviseDataSessionErrEvent - class org.csapi.jr.se.dsc.SuperviseDataSessionErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the superviseDataSessionErr() method on the callback interface has occured.
SuperviseDataSessionErrEvent(Object, DataSessionError) - Constructor for class org.csapi.jr.se.dsc.SuperviseDataSessionErrEvent
Constructor for the SuperviseDataSessionErrEvent Event.
superviseDataSessionReq(int, DataSessionSuperviseVolume) - Method in interface org.csapi.jr.se.dsc.DataSession
Invokes the superviseDataSessionReq() method on the Parlay Gateway.
SuperviseDataSessionResEvent - class org.csapi.jr.se.dsc.SuperviseDataSessionResEvent.
Event created by an activity object to indicate that a Gateway originated call to the superviseDataSessionRes() method on the callback interface has occured.
SuperviseDataSessionResEvent(Object, int, DataSessionSuperviseVolume, DataSessionQosClass) - Constructor for class org.csapi.jr.se.dsc.SuperviseDataSessionResEvent
Constructor for the SuperviseDataSessionResEvent Event.
SuperviseErrEvent - class org.csapi.jr.se.cc.mpccs.SuperviseErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the superviseErr() method on the callback interface has occured.
SuperviseErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.mpccs.SuperviseErrEvent
Constructor for the SuperviseErrEvent Event.
superviseReq(int, int) - Method in interface org.csapi.jr.se.cc.mpccs.CallLeg
Invokes the superviseReq() method on the Parlay Gateway.
superviseReq(int, int) - Method in interface org.csapi.jr.se.cc.mpccs.MultiPartyCall
Invokes the superviseReq() method on the Parlay Gateway.
SuperviseResEvent - class org.csapi.jr.se.cc.mpccs.SuperviseResEvent.
Event created by an activity object to indicate that a Gateway originated call to the superviseRes() method on the callback interface has occured.
SuperviseResEvent(Object, int, int) - Constructor for class org.csapi.jr.se.cc.mpccs.SuperviseResEvent
Constructor for the SuperviseResEvent Event.
SuperviseVolumeErrEvent - class org.csapi.jr.se.cc.mmccs.SuperviseVolumeErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the superviseVolumeErr() method on the callback interface has occured.
SuperviseVolumeErrEvent(Object, CallError) - Constructor for class org.csapi.jr.se.cc.mmccs.SuperviseVolumeErrEvent
Constructor for the SuperviseVolumeErrEvent Event.
superviseVolumeReq(CallSuperviseVolume, int) - Method in interface org.csapi.jr.se.cc.mmccs.MultiMediaCall
Invokes the superviseVolumeReq() method on the Parlay Gateway.
SuperviseVolumeResEvent - class org.csapi.jr.se.cc.mmccs.SuperviseVolumeResEvent.
Event created by an activity object to indicate that a Gateway originated call to the superviseVolumeRes() method on the callback interface has occured.
SuperviseVolumeResEvent(Object, int, CallSuperviseVolume, DataSessionQosClass) - Constructor for class org.csapi.jr.se.cc.mmccs.SuperviseVolumeResEvent
Constructor for the SuperviseVolumeResEvent Event.
suspendNotification() - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppLoadManager
The framework uses this method to request the application to suspend sending it any notifications: for example while the framework handles a temporary overload condition.
suspendNotification() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager
The framework uses this method to request the service instance to suspend sending it any notifications: for example while the framework handles a temporary overload condition.
suspendNotification(String[]) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.LoadManager
The client application uses this method to request the framework to suspend sending it load management notifications associated with either the framework or with its instances of the individual services used by the application; for example while the application handles a temporary overload condition.
suspendNotification(SubjectType) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwLoadManager
The service instance uses this method to request the framework to suspend sending it notifications associated with the framework or with the application that uses the service instance; for example while the service instance handles a temporary overload condition.
SVC_AVAILABLE - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The Service has become available again
SVC_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The SCF has closed itself (for example to protect from fraud or malicious attack) Normally take longer time to correct
SVC_UNAVAILABLE_GATEWAY_FAILURE - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The gateway API software or hardware has failed Normally take longer time to correct
SVC_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The Local API software or hardware has failed.
SVC_UNAVAILABLE_NO_RESPONSE - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The Framework has detected that the service has failed: for example non-response from an activity test, failure to return heartbeats
SVC_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The SCF is fully overloaded Normally a temporary problem
SVC_UNAVAILABLE_SW_UPGRADE - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The Service is unavailable due to SW upgrade or other similar maintenance Normally a temporary problem
SVC_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
Undefined
svcActivityTestErr(int) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
The service instance uses this method to indicate that an error occurred during a framework-requested activity test.
svcActivityTestReq(int) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
The framework invokes this method to test that the service instance is operational.
svcActivityTestRes(int, String) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
The service instance uses this method to return the result of a framework-requested activity test.
svcAvailStatusInd(String, SvcAvailStatusReason) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
The framework invokes this method to inform the client application about the Service instance availability status, that is that it can no longer use its instance of the indicated service according to the reason parameter but as well information when the Service Instance becomes available again.
svcAvailStatusInd(SvcAvailStatusReason) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
This method is used by the service instance to inform the framework that it is about to become unavailable for use according to the provided reason and as well to inform the Framework when the Service instance becomes available again.
SvcAvailStatusReason - class org.csapi.jr.se.fw.SvcAvailStatusReason.
Defines the reason detailing the change in status of Service availability.
SvcEventNotification - interface org.csapi.jr.se.fw.fw_service.notification.SvcEventNotification.
This interface is used by the framework to inform the service of a generic event.
SvcFaultManager - interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager.
This interface is used to inform the service instance of events that affect the integrity of the Framework, Service or Client Application.
SvcHeartBeat - interface org.csapi.jr.se.fw.fw_service.integrity.SvcHeartBeat.
The service heartbeat interface is used by the framework to send the service instance its heartbeat.
SvcHeartBeatMgmt - interface org.csapi.jr.se.fw.fw_service.integrity.SvcHeartBeatMgmt.
This interface allows the initialisation of a heartbeat supervision of the service instance by the framework.
SvcLoadManager - interface org.csapi.jr.se.fw.fw_service.integrity.SvcLoadManager.
The service developer supplies the load manager service interface to handle requests, reports and other responses from the framework load manager function.
SvcOAM - interface org.csapi.jr.se.fw.fw_service.integrity.SvcOAM.
This interface and the systemDateTimeQuery() method are optional.
svcUnavailableInd() - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcFaultManager
The framework invokes this method to inform the service instance that the client application has reported that it can no longer use the service instance.
svcUnavailableInd(String) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.FaultManager
This method is used by the client application to inform the framework that it can no longer use its instance of the indicated service (either due to a failure in the client application or in the service instance itself).
svcUnavailableInd(String, SvcUnavailReason) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppFaultManager
Deprecated.  
svcUnavailableInd(SvcUnavailReason) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwFaultManager
Deprecated.  
SvcUnavailReason - class org.csapi.jr.se.fw.SvcUnavailReason.
Defines the reason why a SCF is unavailable.
SyntaxErrorException - exception org.csapi.jr.se.policy.SyntaxErrorException.
Thrown if the specified name is formatted improperly.
SyntaxErrorException() - Constructor for class org.csapi.jr.se.policy.SyntaxErrorException
 
SyntaxErrorException(String) - Constructor for class org.csapi.jr.se.policy.SyntaxErrorException
 
SyntaxErrorException(String, Throwable) - Constructor for class org.csapi.jr.se.policy.SyntaxErrorException
 
SyntaxErrorException(Throwable) - Constructor for class org.csapi.jr.se.policy.SyntaxErrorException
 
systemDateTimeQuery(String) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.OAM
This method is used to query the system date and time.
systemDateTimeQuery(String) - Method in interface org.csapi.jr.se.fw.fw_application.integrity.AppOAM
This method is used to query the system date and time.
systemDateTimeQuery(String) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.FwOAM
This method is used to query the system date and time.
systemDateTimeQuery(String) - Method in interface org.csapi.jr.se.fw.fw_service.integrity.SvcOAM
This method is used by the framework to send the system date and time to the service.

T

TASK_CANCELLED - Static variable in interface org.csapi.jr.se.Constants
The requested method has been cancelled.
TASK_REFUSED - Static variable in interface org.csapi.jr.se.Constants
The requested method has been refused.
TaskCancelledException - exception org.csapi.jr.se.TaskCancelledException.
Thrown in case of a temporary problem
TaskCancelledException() - Constructor for class org.csapi.jr.se.TaskCancelledException
 
TaskCancelledException(String) - Constructor for class org.csapi.jr.se.TaskCancelledException
 
TaskCancelledException(String, Throwable) - Constructor for class org.csapi.jr.se.TaskCancelledException
 
TaskCancelledException(Throwable) - Constructor for class org.csapi.jr.se.TaskCancelledException
 
TaskRefusedException - exception org.csapi.jr.se.TaskRefusedException.
Thrown in case of a problem that is not temporary and when none of the other common or dedicated exceptions apply
TaskRefusedException() - Constructor for class org.csapi.jr.se.TaskRefusedException
 
TaskRefusedException(String) - Constructor for class org.csapi.jr.se.TaskRefusedException
 
TaskRefusedException(String, Throwable) - Constructor for class org.csapi.jr.se.TaskRefusedException
 
TaskRefusedException(Throwable) - Constructor for class org.csapi.jr.se.TaskRefusedException
 
TERMCAP_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
Undefined.
TERMCAP_INFO_UNAVAILABLE - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
The terminal capability information is not available.
TERMCAP_INVALID_TERMINALID - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
The request can not be handled because the terminal id specified is not valid.
TERMCAP_SYSTEM_FAILURE - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
System failure.
TERMINAL_CAPABILITY_CHANGE_CRITERIA_GENERAL - Static variable in interface org.csapi.jr.se.termcap.Constants
Any change in the terminal capabilities.
TERMINAL_CAPABILITY_CHANGE_CRITERIA_HW_UPDATE - Static variable in interface org.csapi.jr.se.termcap.Constants
The terminal device hardware has been modified or replaced completely.
TERMINAL_CAPABILITY_CHANGE_CRITERIA_INITIAL - Static variable in interface org.csapi.jr.se.termcap.Constants
The initial device capabilities reported when monitoring has been started by an application.
TERMINAL_CAPABILITY_CHANGE_CRITERIA_SW_UPDATE - Static variable in interface org.csapi.jr.se.termcap.Constants
The software of the terminal has been updated in any way.
TERMINAL_CAPABILITY_CHANGE_CRITERIA_UNDEFINED - Static variable in interface org.csapi.jr.se.termcap.Constants
Undefined
TERMINAL_CAPABILITY_SCOPE_TYPE_CCPP - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilityScopeType
Indicates that the terminal capability scope is expressed as CC/PP headers as specified in W3C (see [6] in ES 203 915-1) and adopted in the WAP UAProf specification (see [9] in ES 203 915-1).
TERMINAL_CAPABILITY_SCOPE_TYPE_UNDEFINED - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilityScopeType
Undefined.
TerminalCapabilities - interface org.csapi.jr.se.termcap.TerminalCapabilities.
This interface represents a TerminalCapabilities.
TerminalCapabilitiesError - class org.csapi.jr.se.termcap.TerminalCapabilitiesError.
Defines an error that is reported by the Terminal Capabilities SCF.
TerminalCapabilityScope - class org.csapi.jr.se.termcap.TerminalCapabilityScope.
Defines the Sequence of Data Elements that specify the scope of the terminal capabilities.
TerminalCapabilityScope() - Constructor for class org.csapi.jr.se.termcap.TerminalCapabilityScope
Creates a new TerminalCapabilityScope instance.
TerminalCapabilityScope(TerminalCapabilityScopeType, String) - Constructor for class org.csapi.jr.se.termcap.TerminalCapabilityScope
Creates a new TerminalCapabilityScope instance.
TerminalCapabilityScopeType - class org.csapi.jr.se.termcap.TerminalCapabilityScopeType.
Defines a specific type of the terminal capability scope definition.
TerminalType - class org.csapi.jr.se.mm.TerminalType.
Defines which kind of terminal is used.
terminateAccess(String, byte[]) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.Access
The terminateAccess method is used by the client to request that its access session with the framework is ended.
terminateAccess(String, String, byte[]) - Method in interface org.csapi.jr.se.fw.fw_access.trust_and_security.ClientAccess
The terminateAccess operation is used by the framework to end the client's access session.
terminateServiceAgreement(String, String, byte[]) - Method in interface org.csapi.jr.se.fw.fw_application.service_agreement.AppServiceAgreementManagement
This method is used by the framework to terminate an agreement for the service.
terminateServiceAgreement(String, String, byte[]) - Method in interface org.csapi.jr.se.fw.fw_application.service_agreement.ServiceAgreementManagement
This method is used by the client application to terminate an agreement for the service.
TERMINATING - Static variable in class org.csapi.jr.se.cc.gccs.CallNotificationType
Indicates that the notification is related to the terminating user in the call.
TimeInterval - class org.csapi.jr.se.TimeInterval.
Defines the Sequence of Data Elements that specify a time interval.
TimeInterval() - Constructor for class org.csapi.jr.se.TimeInterval
Creates a new TimeInterval instance.
TimeInterval(String, String) - Constructor for class org.csapi.jr.se.TimeInterval
Creates a new TimeInterval instance.
TIMER_EXPIRY - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The call / call leg was released because an activity timer expired.
TransactionHistory - class org.csapi.jr.se.am.TransactionHistory.
This data type is a sequence of data elements that describes the transaction history.
TransactionHistory() - Constructor for class org.csapi.jr.se.am.TransactionHistory
Creates a new TransactionHistory instance.
TransactionHistory(int, String, String) - Constructor for class org.csapi.jr.se.am.TransactionHistory
Creates a new TransactionHistory instance.
TransactionHistoryStatus - class org.csapi.jr.se.am.TransactionHistoryStatus.
Defines a status code that is reported by the Account Manager service capability feature as a result of a transaction history retrieval request.
TransactionInProcessException - exception org.csapi.jr.se.policy.TransactionInProcessException.
Thrown if there is currently a transaction in process.
TransactionInProcessException() - Constructor for class org.csapi.jr.se.policy.TransactionInProcessException
 
TransactionInProcessException(String) - Constructor for class org.csapi.jr.se.policy.TransactionInProcessException
 
TransactionInProcessException(String, Throwable) - Constructor for class org.csapi.jr.se.policy.TransactionInProcessException
 
TransactionInProcessException(Throwable) - Constructor for class org.csapi.jr.se.policy.TransactionInProcessException
 
TriggerConditionsNotSubscribedException - exception org.csapi.jr.se.mm.TriggerConditionsNotSubscribedException.
Trigger conditions not subscribed
TriggerConditionsNotSubscribedException() - Constructor for class org.csapi.jr.se.mm.TriggerConditionsNotSubscribedException
 
TriggerConditionsNotSubscribedException(String) - Constructor for class org.csapi.jr.se.mm.TriggerConditionsNotSubscribedException
 
TriggerConditionsNotSubscribedException(String, Throwable) - Constructor for class org.csapi.jr.se.mm.TriggerConditionsNotSubscribedException
 
TriggerConditionsNotSubscribedException(Throwable) - Constructor for class org.csapi.jr.se.mm.TriggerConditionsNotSubscribedException
 
TriggeredLocationReportErrEvent - class org.csapi.jr.se.mm.ul.TriggeredLocationReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the triggeredLocationReportErr() method on the callback interface has occured.
TriggeredLocationReportErrEvent - class org.csapi.jr.se.mm.ulc.TriggeredLocationReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the triggeredLocationReportErr() method on the callback interface has occured.
TriggeredLocationReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.ul.TriggeredLocationReportErrEvent
Constructor for the TriggeredLocationReportErrEvent Event.
TriggeredLocationReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.ulc.TriggeredLocationReportErrEvent
Constructor for the TriggeredLocationReportErrEvent Event.
TriggeredLocationReportEvent - class org.csapi.jr.se.mm.ul.TriggeredLocationReportEvent.
Event created by an activity object to indicate that a Gateway originated call to the triggeredLocationReport() method on the callback interface has occured.
TriggeredLocationReportEvent - class org.csapi.jr.se.mm.ulc.TriggeredLocationReportEvent.
Event created by an activity object to indicate that a Gateway originated call to the triggeredLocationReport() method on the callback interface has occured.
TriggeredLocationReportEvent(Object, UserLocationCamel, LocationTriggerCamel) - Constructor for class org.csapi.jr.se.mm.ulc.TriggeredLocationReportEvent
Constructor for the TriggeredLocationReportEvent Event.
TriggeredLocationReportEvent(Object, UserLocationExtended, LocationTriggerCriteria) - Constructor for class org.csapi.jr.se.mm.ul.TriggeredLocationReportEvent
Constructor for the TriggeredLocationReportEvent Event.
TriggeredLocationReporting - interface org.csapi.jr.se.mm.ul.TriggeredLocationReporting.
This interface represents a TriggeredLocationReporting activity object.
TriggeredLocationReporting - interface org.csapi.jr.se.mm.ulc.TriggeredLocationReporting.
This interface represents a TriggeredLocationReporting activity object.
TriggeredLocationReportingListener - interface org.csapi.jr.se.mm.ul.TriggeredLocationReportingListener.
This interface is to be implemented for receiving events issued by the TriggeredLocationReporting activity object.
TriggeredLocationReportingListener - interface org.csapi.jr.se.mm.ulc.TriggeredLocationReportingListener.
This interface is to be implemented for receiving events issued by the TriggeredLocationReporting activity object.
triggeredLocationReportingStartReq(Address[], LocationRequest, LocationTrigger[]) - Method in interface org.csapi.jr.se.mm.ul.TriggeredLocationReporting
Invokes the triggeredLocationReportingStartReq() method on the Parlay Gateway.
triggeredLocationReportingStartReq(Address[], LocationTriggerCamel) - Method in interface org.csapi.jr.se.mm.ulc.TriggeredLocationReporting
Invokes the triggeredLocationReportingStartReq() method on the Parlay Gateway.
triggeredLocationReportingStop(MobilityStopAssignmentData) - Method in interface org.csapi.jr.se.mm.ul.TriggeredLocationReporting
Invokes the triggeredLocationReportingStop() method on the Parlay Gateway.
triggeredLocationReportingStop(MobilityStopAssignmentData) - Method in interface org.csapi.jr.se.mm.ulc.TriggeredLocationReporting
Invokes the triggeredLocationReportingStop() method on the Parlay Gateway.
TriggeredLocationRequest - class org.csapi.jr.se.mm.TriggeredLocationRequest.
Defines the Sequence of Data Elements that specify the criteria relating to triggered location requests.
TriggeredLocationRequest() - Constructor for class org.csapi.jr.se.mm.TriggeredLocationRequest
Creates a new TriggeredLocationRequest instance.
TriggeredLocationRequest(Address[], LocationRequest, int) - Constructor for class org.csapi.jr.se.mm.TriggeredLocationRequest
Creates a new TriggeredLocationRequest instance.
TriggeredLocationRequestSetEntry - class org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry.
Defines the Sequence of Data Elements that specify a set of triggered requests and an indication whether more triggered location requests can be requested.
TriggeredLocationRequestSetEntry() - Constructor for class org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry
Creates a new TriggeredLocationRequestSetEntry instance.
TriggeredLocationRequestSetEntry(TriggeredLocationRequest[], boolean) - Constructor for class org.csapi.jr.se.mm.TriggeredLocationRequestSetEntry
Creates a new TriggeredLocationRequestSetEntry instance.
TriggeredStatusReportErrEvent - class org.csapi.jr.se.mm.us.TriggeredStatusReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the triggeredStatusReportErr() method on the callback interface has occured.
TriggeredStatusReportErrEvent(Object, MobilityError, MobilityDiagnostic) - Constructor for class org.csapi.jr.se.mm.us.TriggeredStatusReportErrEvent
Constructor for the TriggeredStatusReportErrEvent Event.
TriggeredStatusReportEvent - class org.csapi.jr.se.mm.us.TriggeredStatusReportEvent.
Event created by an activity object to indicate that a Gateway originated call to the triggeredStatusReport() method on the callback interface has occured.
TriggeredStatusReportEvent(Object, UserStatus) - Constructor for class org.csapi.jr.se.mm.us.TriggeredStatusReportEvent
Constructor for the TriggeredStatusReportEvent Event.
TriggeredStatusReporting - interface org.csapi.jr.se.mm.us.TriggeredStatusReporting.
This interface represents a TriggeredStatusReporting activity object.
TriggeredStatusReportingListener - interface org.csapi.jr.se.mm.us.TriggeredStatusReportingListener.
This interface is to be implemented for receiving events issued by the TriggeredStatusReporting activity object.
triggeredStatusReportingStartReq(Address[]) - Method in interface org.csapi.jr.se.mm.us.TriggeredStatusReporting
Invokes the triggeredStatusReportingStartReq() method on the Parlay Gateway.
triggeredStatusReportingStop(MobilityStopAssignmentData) - Method in interface org.csapi.jr.se.mm.us.TriggeredStatusReporting
Invokes the triggeredStatusReportingStop() method on the Parlay Gateway.
TriggeredStatusRequest - class org.csapi.jr.se.mm.TriggeredStatusRequest.
Defines the Sequence of Data Elements that specify the criteria relating to triggered status requests.
TriggeredStatusRequest() - Constructor for class org.csapi.jr.se.mm.TriggeredStatusRequest
Creates a new TriggeredStatusRequest instance.
TriggeredStatusRequest(Address[], int) - Constructor for class org.csapi.jr.se.mm.TriggeredStatusRequest
Creates a new TriggeredStatusRequest instance.
TriggeredStatusRequestSetEntry - class org.csapi.jr.se.mm.TriggeredStatusRequestSetEntry.
Defines the Sequence of Data Elements that specify a set of triggered requests and an indication whether more triggered status requests can be requested.
TriggeredStatusRequestSetEntry() - Constructor for class org.csapi.jr.se.mm.TriggeredStatusRequestSetEntry
Creates a new TriggeredStatusRequestSetEntry instance.
TriggeredStatusRequestSetEntry(TriggeredStatusRequest[], boolean) - Constructor for class org.csapi.jr.se.mm.TriggeredStatusRequestSetEntry
Creates a new TriggeredStatusRequestSetEntry instance.
TriggeredTerminalCapability - interface org.csapi.jr.se.termcap.TriggeredTerminalCapability.
This interface represents a TriggeredTerminalCapability activity object.
TriggeredTerminalCapabilityListener - interface org.csapi.jr.se.termcap.TriggeredTerminalCapabilityListener.
This interface is to be implemented for receiving events issued by the TriggeredTerminalCapability activity object.
TriggeredTerminalCapabilityReportErrEvent - class org.csapi.jr.se.termcap.TriggeredTerminalCapabilityReportErrEvent.
Event created by an activity object to indicate that a Gateway originated call to the triggeredTerminalCapabilityReportErr() method on the callback interface has occured.
TriggeredTerminalCapabilityReportErrEvent(Object, Address[], TerminalCapabilitiesError) - Constructor for class org.csapi.jr.se.termcap.TriggeredTerminalCapabilityReportErrEvent
Constructor for the TriggeredTerminalCapabilityReportErrEvent Event.
TriggeredTerminalCapabilityReportEvent - class org.csapi.jr.se.termcap.TriggeredTerminalCapabilityReportEvent.
Event created by an activity object to indicate that a Gateway originated call to the triggeredTerminalCapabilityReport() method on the callback interface has occured.
TriggeredTerminalCapabilityReportEvent(Object, Address[], int, TypeTerminalCapabilities) - Constructor for class org.csapi.jr.se.termcap.TriggeredTerminalCapabilityReportEvent
Constructor for the TriggeredTerminalCapabilityReportEvent Event.
triggeredTerminalCapabilityStartReq(Address[], TerminalCapabilityScope, int) - Method in interface org.csapi.jr.se.termcap.TriggeredTerminalCapability
Invokes the triggeredTerminalCapabilityStartReq() method on the Parlay Gateway.
triggeredTerminalCapabilityStop() - Method in interface org.csapi.jr.se.termcap.TriggeredTerminalCapability
Invokes the triggeredTerminalCapabilityStop() method on the Parlay Gateway.
TriggeredUserLocation - interface org.csapi.jr.se.mm.ul.TriggeredUserLocation.
This interface represents a TriggeredUserLocation.
TriggeredUserLocationListener - interface org.csapi.jr.se.mm.ul.TriggeredUserLocationListener.
This interface is to be implemented for receiving events issued by the TriggeredUserLocation service object.
TypeTerminalCapabilities - class org.csapi.jr.se.termcap.TypeTerminalCapabilities.
This data type is a Sequence of Data Elements that describes the terminal capabilities.
TypeTerminalCapabilities() - Constructor for class org.csapi.jr.se.termcap.TypeTerminalCapabilities
Creates a new TerminalCapabilities instance.
TypeTerminalCapabilities(String, boolean) - Constructor for class org.csapi.jr.se.termcap.TypeTerminalCapabilities
Creates a new TerminalCapabilities instance.

U

UI - interface org.csapi.jr.se.ui.UI.
This interface represents a UI.
UI_AGE_ADULT - Static variable in class org.csapi.jr.se.ui.UISynthesisAge
Adult voice
UI_AGE_CHILD - Static variable in class org.csapi.jr.se.ui.UISynthesisAge
child voice
UI_AGE_OLDER_ADULT - Static variable in class org.csapi.jr.se.ui.UISynthesisAge
Older adult voice
UI_AGE_YOUNG_ADULT - Static variable in class org.csapi.jr.se.ui.UISynthesisAge
Young adults voice
UI_CALL_ENDED - Static variable in class org.csapi.jr.se.ui.UIFault
The related Call object has been terminated.
UI_COLLECT_MODE_DTMF - Static variable in class org.csapi.jr.se.ui.UICollectMode
Collect DTMF digits only
UI_COLLECT_MODE_DTMFANDVOICE - Static variable in class org.csapi.jr.se.ui.UICollectMode
Collect both DTMF digits and voice recognized data
UI_COLLECT_MODE_VOICE - Static variable in class org.csapi.jr.se.ui.UICollectMode
Collect Voice recognized data
UI_ERROR_ABANDON - Static variable in class org.csapi.jr.se.ui.UIError
The specified leg is disconnected before the send information completed
UI_ERROR_ID_NOT_FOUND - Static variable in class org.csapi.jr.se.ui.UIError
A legal InfoId is not known to the User Interaction service
UI_ERROR_ILLEGAL_INFO - Static variable in class org.csapi.jr.se.ui.UIError
The specified information (InfoId, InfoData, or InfoAddress) is invalid
UI_ERROR_ILLEGAL_RANGE - Static variable in class org.csapi.jr.se.ui.UIError
The values for minimum and maximum collection length are out of range
UI_ERROR_IMPROPER_USER_RESPONSE - Static variable in class org.csapi.jr.se.ui.UIError
Improper user response
UI_ERROR_NO_OPERATION_ACTIVE - Static variable in class org.csapi.jr.se.ui.UIError
There is no active User Interaction for the specified leg.
UI_ERROR_NO_SPACE_AVAILABLE - Static variable in class org.csapi.jr.se.ui.UIError
There is no more storage capacity to record the message when the recordMessageReq() operation was called
UI_ERROR_RESOURCE_TIMEOUT - Static variable in class org.csapi.jr.se.ui.UIError
The request has been accepted by the resource but it did not report a result.
UI_ERROR_RESOURCE_UNAVAILABLE - Static variable in class org.csapi.jr.se.ui.UIError
The information resources used by the User Interaction service are unavailable, for example due to an overload situation.
UI_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.ui.UIError
Undefined error
UI_EVENT_DATA_TYPE_TEXT - Static variable in class org.csapi.jr.se.ui.UIEventInfoDataType
Text
UI_EVENT_DATA_TYPE_UNDEFINED - Static variable in class org.csapi.jr.se.ui.UIEventInfoDataType
Undefined (for example binary data)
UI_EVENT_DATA_TYPE_UNSPECIFIED - Static variable in class org.csapi.jr.se.ui.UIEventInfoDataType
Unspecified data
UI_EVENT_DATA_TYPE_USSD_DATA - Static variable in class org.csapi.jr.se.ui.UIEventInfoDataType
USSD data starting with coding scheme
UI_FAULT_UNDEFINED - Static variable in class org.csapi.jr.se.ui.UIFault
Undefined.
UI_FINAL_REQUEST - Static variable in interface org.csapi.jr.se.ui.Constants
This is the final request.
UI_GENDER_FEMALE - Static variable in class org.csapi.jr.se.ui.UISynthesisGender
Female
UI_GENDER_MALE - Static variable in class org.csapi.jr.se.ui.UISynthesisGender
Male
UI_INFO_ADDRESS - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user consists of a URL.
UI_INFO_AU - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to the end-user is .au audio data
UI_INFO_BIN_DATA - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user consists of a 8 bit binary data set.
UI_INFO_DATA - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user consists of a data string.
UI_INFO_ID - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user consists of an ID.
UI_INFO_MIME - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to the end-user consists of MIME encoded data
UI_INFO_SYNTHESIS - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user is synthesized from text.
UI_INFO_UUENCODED - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user consists of UUEncoded data
UI_INFO_VXML - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to the end-user is controlled by this VXML
UI_INFO_WAVE - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to the end-user is .wav waveform data
UI_LAST_ANNOUNCEMENT_IN_A_ROW - Static variable in interface org.csapi.jr.se.ui.Constants
This is the final announcement within a sequence.
UI_PRONOUNCE_IPA - Static variable in class org.csapi.jr.se.ui.UIPronounceType
The IPA pronunciation type
UI_PRONOUNCE_SOUNDSLIKE - Static variable in class org.csapi.jr.se.ui.UIPronounceType
The simple sounds like replacement type
UI_RANGE_AVERAGE - Static variable in class org.csapi.jr.se.ui.UISynthesisRange
Average speech
UI_RANGE_CALM - Static variable in class org.csapi.jr.se.ui.UISynthesisRange
Moderately calm speech
UI_RANGE_CALMER - Static variable in class org.csapi.jr.se.ui.UISynthesisRange
Very Calm or monotone speech
UI_RANGE_EXCITED - Static variable in class org.csapi.jr.se.ui.UISynthesisRange
Moderately excited or lively speech
UI_RANGE_MORE_EXCITED - Static variable in class org.csapi.jr.se.ui.UISynthesisRange
Excited or lively speech
UI_RATE_AVERAGE - Static variable in class org.csapi.jr.se.ui.UISynthesisRate
Average speech rate
UI_RATE_FAST - Static variable in class org.csapi.jr.se.ui.UISynthesisRate
Fast speech rate
UI_RATE_SLOW - Static variable in class org.csapi.jr.se.ui.UISynthesisRate
Slow speech rate
UI_REPORT_INFO_COLLECTED - Static variable in class org.csapi.jr.se.ui.UIReport
Information collected., meeting the specified criteria.
UI_REPORT_INFO_SENT - Static variable in class org.csapi.jr.se.ui.UIReport
Confirmation that the information has been sent.
UI_REPORT_MESSAGE_DELETED - Static variable in class org.csapi.jr.se.ui.UIReport
A message has been deleted successfully.
UI_REPORT_MESSAGE_NOT_DELETED - Static variable in class org.csapi.jr.se.ui.UIReport
A message has not been deleted successfully.
UI_REPORT_MESSAGE_NOT_STORED - Static variable in class org.csapi.jr.se.ui.UIReport
The message has not been stored successfully.
UI_REPORT_MESSAGE_STORED - Static variable in class org.csapi.jr.se.ui.UIReport
A message has been stored successfully.
UI_REPORT_NO_INPUT - Static variable in class org.csapi.jr.se.ui.UIReport
No information collected.
UI_REPORT_TIMEOUT - Static variable in class org.csapi.jr.se.ui.UIReport
No information collected.
UI_REPORT_UNDEFINED - Static variable in class org.csapi.jr.se.ui.UIReport
Undefined report.
UI_RESPONSE_REQUIRED - Static variable in interface org.csapi.jr.se.ui.Constants
The User Interaction Call shall send a response when the request has completed.
UI_TARGET_OBJECT_CALL - Static variable in class org.csapi.jr.se.ui.UITargetObjectType
User-interaction will be performed on a complete Call.
UI_TARGET_OBJECT_CALL_LEG - Static variable in class org.csapi.jr.se.ui.UITargetObjectType
User-interaction will be performed on a single Call Leg.
UI_TARGET_OBJECT_MULTI_PARTY_CALL - Static variable in class org.csapi.jr.se.ui.UITargetObjectType
User-interaction will be performed on a complete Multi-party Call.
UI_VARIABLE_PART_ADDRESS - Static variable in class org.csapi.jr.se.ui.UIVariablePartType
Variable part is of type address
UI_VARIABLE_PART_DATE - Static variable in class org.csapi.jr.se.ui.UIVariablePartType
Variable part is of type date
UI_VARIABLE_PART_INT - Static variable in class org.csapi.jr.se.ui.UIVariablePartType
Variable part is of type integer
UI_VARIABLE_PART_PRICE - Static variable in class org.csapi.jr.se.ui.UIVariablePartType
Variable part is of type price
UI_VARIABLE_PART_TIME - Static variable in class org.csapi.jr.se.ui.UIVariablePartType
Variable part is of type time
UIAdminManager - interface org.csapi.jr.se.ui.UIAdminManager.
This interface represents a UIAdminManager.
UIAdminManagerListener - interface org.csapi.jr.se.ui.UIAdminManagerListener.
This interface is to be implemented for receiving events issued by the UIAdminManager service object.
UICall - interface org.csapi.jr.se.ui.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.
UICollectCriteria - class org.csapi.jr.se.ui.UICollectCriteria.
Defines the Sequence of Data Elements that specify the additional properties for the collection of information, such as the end character, first character timeout, inter-character timeout, and maximum interaction time.
UICollectCriteria() - Constructor for class org.csapi.jr.se.ui.UICollectCriteria
Creates a new UICollectCriteria instance.
UICollectCriteria(int, int, String, int, int, UICollectMode, UIRecognitionCriteria) - Constructor for class org.csapi.jr.se.ui.UICollectCriteria
Creates a new UICollectCriteria instance.
UICollectMode - class org.csapi.jr.se.ui.UICollectMode.
Defines the type of collection.
UIError - class org.csapi.jr.se.ui.UIError.
Defines the UI error codes.
UIEventCriteria - class org.csapi.jr.se.ui.UIEventCriteria.
Defines the Sequence of Data Elements that specify the additional criteria for receiving a UI notification.
UIEventCriteria() - Constructor for class org.csapi.jr.se.ui.UIEventCriteria
Creates a new UIEventCriteria instance.
UIEventCriteria(AddressRange, AddressRange, String) - Constructor for class org.csapi.jr.se.ui.UIEventCriteria
Creates a new UIEventCriteria instance.
UIEventCriteriaResult - class org.csapi.jr.se.ui.UIEventCriteriaResult.
Defines a sequence of data elements that specify a requested event notification criteria with the associated assignmentID.
UIEventCriteriaResult() - Constructor for class org.csapi.jr.se.ui.UIEventCriteriaResult
Creates a new UIEventCriteriaResult instance.
UIEventCriteriaResult(UIEventCriteria, int) - Constructor for class org.csapi.jr.se.ui.UIEventCriteriaResult
Creates a new UIEventCriteriaResult instance.
UIEventInfo - class org.csapi.jr.se.ui.UIEventInfo.
Defines the Sequence of Data Elements that specify a UI notification.
UIEventInfo() - Constructor for class org.csapi.jr.se.ui.UIEventInfo
Creates a new UIEventInfo instance.
UIEventInfo(Address, Address, String, UIEventInfoDataType, String) - Constructor for class org.csapi.jr.se.ui.UIEventInfo
Creates a new UIEventInfo instance.
UIEventInfoDataType - class org.csapi.jr.se.ui.UIEventInfoDataType.
Defines the type of the dataString parameter in the method userInteractionEventNotify.
UIEventNotificationInfo - class org.csapi.jr.se.ui.UIEventNotificationInfo.
Defines the Sequence of Data Elements that specify a UI event notification.
UIEventNotificationInfo() - Constructor for class org.csapi.jr.se.ui.UIEventNotificationInfo
Creates a new UIEventNotificationInfo instance.
UIEventNotificationInfo(Address, Address, String, UIEventInfoDataType, byte[]) - Constructor for class org.csapi.jr.se.ui.UIEventNotificationInfo
Creates a new UIEventNotificationInfo instance.
UIFault - class org.csapi.jr.se.ui.UIFault.
Defines the cause of the UI fault detected.
UIGeneric - interface org.csapi.jr.se.ui.UIGeneric.
A generic User Interaction, providing methods to send information to, or gather information from the user.
UIInfo - class org.csapi.jr.se.ui.UIInfo.
Defines the Tagged Choice of Data Elements that specify the information to send to the user.
UIInfo() - Constructor for class org.csapi.jr.se.ui.UIInfo
Creates a new UIInfo.
UIInfoType - class org.csapi.jr.se.ui.UIInfoType.
Defines the type of the information to be sent to the user.
UIListener - interface org.csapi.jr.se.ui.UIListener.
This interface is to be implemented for receiving events issued by the UI service object.
UIManager - interface org.csapi.jr.se.ui.UIManager.
This interface represents a UIManager.
UIManagerListener - interface org.csapi.jr.se.ui.UIManagerListener.
This interface is to be implemented for receiving events issued by the UIManager service object.
UIMessageCriteria - class org.csapi.jr.se.ui.UIMessageCriteria.
Defines the Sequence of Data Elements that specify the additional properties for the recording of a message.
UIMessageCriteria() - Constructor for class org.csapi.jr.se.ui.UIMessageCriteria
Creates a new UIMessageCriteria instance.
UIMessageCriteria(String, int, int) - Constructor for class org.csapi.jr.se.ui.UIMessageCriteria
Creates a new UIMessageCriteria instance.
UIPronounceType - class org.csapi.jr.se.ui.UIPronounceType.
Defines the pronunciation type.
UIRecognitionCriteria - class org.csapi.jr.se.ui.UIRecognitionCriteria.
Defines the Sequence of Data Elements that specify the additional properties for the collection of information in the form of voice recognition according to the specified grammar.
UIRecognitionCriteria() - Constructor for class org.csapi.jr.se.ui.UIRecognitionCriteria
Creates a new UIRecognitionCriteria instance.
UIRecognitionCriteria(String, UIRecognitionProperty[], String) - Constructor for class org.csapi.jr.se.ui.UIRecognitionCriteria
Creates a new UIRecognitionCriteria instance.
UIRecognitionProperty - class org.csapi.jr.se.ui.UIRecognitionProperty.
Defines the Sequence of Data Elements that specify the additional properties for the recognition engine.
UIRecognitionProperty() - Constructor for class org.csapi.jr.se.ui.UIRecognitionProperty
Creates a new UIRecognitionProperty instance.
UIRecognitionProperty(String, String) - Constructor for class org.csapi.jr.se.ui.UIRecognitionProperty
Creates a new UIRecognitionProperty instance.
UIReport - class org.csapi.jr.se.ui.UIReport.
Defines the UI reports if a response was requested.
UISynthesisAge - class org.csapi.jr.se.ui.UISynthesisAge.
Defines the UI reports if a response was requested.
UISynthesisGender - class org.csapi.jr.se.ui.UISynthesisGender.
Defines the UI reports if a response was requested.
UISynthesisInfoData - class org.csapi.jr.se.ui.UISynthesisInfoData.
Defines the Sequence of Data Elements that specify the information to use in generating the desired effects on the generated voice.
UISynthesisInfoData() - Constructor for class org.csapi.jr.se.ui.UISynthesisInfoData
Creates a new UISynthesisInfoData instance.
UISynthesisInfoData(UISynthesisGender, UISynthesisAge, UISynthesisRate, UISynthesisRange, String, UIWordOverride[]) - Constructor for class org.csapi.jr.se.ui.UISynthesisInfoData
Creates a new UISynthesisInfoData instance.
UISynthesisRange - class org.csapi.jr.se.ui.UISynthesisRange.
Defines the range or liveliness of the speech.
UISynthesisRate - class org.csapi.jr.se.ui.UISynthesisRate.
Defines the rate of the speech.
UITargetObject - class org.csapi.jr.se.ui.UITargetObject.
Defines the Tagged Choice of Data Elements that specify the object to perform User Interaction on.
UITargetObject() - Constructor for class org.csapi.jr.se.ui.UITargetObject
Creates a new UITargetObject.
UITargetObjectType - class org.csapi.jr.se.ui.UITargetObjectType.
Defines the type of object where User Interaction should be performed upon.
UIVariableInfo - class org.csapi.jr.se.ui.UIVariableInfo.
Defines the Tagged Choice of Data Elements that specify the variable parts in the information to send to the user.
UIVariableInfo() - Constructor for class org.csapi.jr.se.ui.UIVariableInfo
Creates a new UIVariableInfo.
UIVariablePartType - class org.csapi.jr.se.ui.UIVariablePartType.
Defines the type of the variable parts in the information to send to the user.
UIWordOverride - class org.csapi.jr.se.ui.UIWordOverride.
Defines the Sequence of Data Elements that specify the information to use in overriding the default pronunciation of a word.
UIWordOverride() - Constructor for class org.csapi.jr.se.ui.UIWordOverride
Creates a new UIWordOverride instance.
UIWordOverride(String, UIPronounceType, String) - Constructor for class org.csapi.jr.se.ui.UIWordOverride
Creates a new UIWordOverride instance.
UL_ENTERING_AREA - Static variable in class org.csapi.jr.se.mm.LocationTriggerCriteria
User enters the area
UL_LEAVING_AREA - Static variable in class org.csapi.jr.se.mm.LocationTriggerCriteria
User leaves the area
ULE_CALL_ORIGINATION - Static variable in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
An emergency service user originated an emergency call.
ULE_CALL_RELEASE - Static variable in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
An emergency service user released an emergency call.
ULE_LOCATION_REQUEST - Static variable in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
The report is a response to an emergency location report request.
UlExtendedData - class org.csapi.jr.se.mm.UlExtendedData.
Defines the Sequence of Data Elements that specify a location (extended format).
UlExtendedData() - Constructor for class org.csapi.jr.se.mm.UlExtendedData
Creates a new UlExtendedData instance.
UlExtendedData(GeographicalPosition, TerminalType, boolean, float, float, boolean, String, String) - Constructor for class org.csapi.jr.se.mm.UlExtendedData
Creates a new UlExtendedData instance.
UMTS_AMR_NB - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
UMTS Narrowband Adaptive Multirate Codec
UMTS_AMR_WB - Static variable in interface org.csapi.jr.se.cc.mmccs.Constants
UMTS Wideband Adaptive Multirate Codec
unannounceService(String) - Method in interface org.csapi.jr.se.fw.fw_service.service_registration.FwServiceRegistration
This method results in the service no longer being discoverable by applications.
unassignAgent(String, String, byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMAgentAssignment
Invokes the unassignAgent() method on the Parlay Gateway.
unassignCapabilitiesFromType(String, String[], byte[]) - Method in interface org.csapi.jr.se.pam.provisioning.PAMCapabilityManagement
Invokes the unassignCapabilitiesFromType() method on the Parlay Gateway.
UnauthorisedParameterValueException - exception org.csapi.jr.se.UnauthorisedParameterValueException.
A method parameter value violates the Service Level Agreement.
UnauthorisedParameterValueException() - Constructor for class org.csapi.jr.se.UnauthorisedParameterValueException
 
UnauthorisedParameterValueException(String) - Constructor for class org.csapi.jr.se.UnauthorisedParameterValueException
 
UnauthorisedParameterValueException(String, Throwable) - Constructor for class org.csapi.jr.se.UnauthorisedParameterValueException
 
UnauthorisedParameterValueException(Throwable) - Constructor for class org.csapi.jr.se.UnauthorisedParameterValueException
 
UnauthorizedApplicationException - exception org.csapi.jr.se.am.UnauthorizedApplicationException.
Application is not authorized to perform charging operations.
UnauthorizedApplicationException() - Constructor for class org.csapi.jr.se.am.UnauthorizedApplicationException
 
UnauthorizedApplicationException(String) - Constructor for class org.csapi.jr.se.am.UnauthorizedApplicationException
 
UnauthorizedApplicationException(String, Throwable) - Constructor for class org.csapi.jr.se.am.UnauthorizedApplicationException
 
UnauthorizedApplicationException(Throwable) - Constructor for class org.csapi.jr.se.am.UnauthorizedApplicationException
 
UNAVAILABLE_RESOURCE - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The request could not be carried out as no resources were available.
UNDEFINED - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The reason of release is not known, because no info was received from the network.
UNKNOWN_ROAMING_STATUS - Static variable in class org.csapi.jr.se.mm.RoamingStatus
No information on Roaming status has been found.
UnknownServiceIdException - exception org.csapi.jr.se.fw.UnknownServiceIdException.
Unknown Service ID
UnknownServiceIdException() - Constructor for class org.csapi.jr.se.fw.UnknownServiceIdException
 
UnknownServiceIdException(String) - Constructor for class org.csapi.jr.se.fw.UnknownServiceIdException
 
UnknownServiceIdException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.UnknownServiceIdException
 
UnknownServiceIdException(Throwable) - Constructor for class org.csapi.jr.se.fw.UnknownServiceIdException
 
UnknownServiceTypeException - exception org.csapi.jr.se.fw.UnknownServiceTypeException.
Unknown Service Type
UnknownServiceTypeException() - Constructor for class org.csapi.jr.se.fw.UnknownServiceTypeException
 
UnknownServiceTypeException(String) - Constructor for class org.csapi.jr.se.fw.UnknownServiceTypeException
 
UnknownServiceTypeException(String, Throwable) - Constructor for class org.csapi.jr.se.fw.UnknownServiceTypeException
 
UnknownServiceTypeException(Throwable) - Constructor for class org.csapi.jr.se.fw.UnknownServiceTypeException
 
UnknownSubscriberException - exception org.csapi.jr.se.UnknownSubscriberException.
The subscriber is not known in the network or the application is unauthorised to access information.
UnknownSubscriberException() - Constructor for class org.csapi.jr.se.UnknownSubscriberException
 
UnknownSubscriberException(String) - Constructor for class org.csapi.jr.se.UnknownSubscriberException
 
UnknownSubscriberException(String, Throwable) - Constructor for class org.csapi.jr.se.UnknownSubscriberException
 
UnknownSubscriberException(Throwable) - Constructor for class org.csapi.jr.se.UnknownSubscriberException
 
unregisterService(String) - Method in interface org.csapi.jr.se.fw.fw_service.service_registration.FwServiceRegistration
The unregisterService() operation is used by the service suppliers to remove a registered service from the Framework.
unsetValidityPeriodCondition() - Method in interface org.csapi.jr.se.policy.PolicyRule
Invokes the unsetValidityPeriodCondition() method on the Parlay Gateway.
unsetValidityPeriodCondition() - Method in interface org.csapi.jr.se.policy.provisioning.PolicyRule
Invokes the unsetValidityPeriodCondition() method on the Parlay Gateway.
UNSIGNED_INT16 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpUnsignedInt16.
UNSIGNED_INT32 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpUnsignedInt32.
UNSIGNED_INT64 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpUnsignedInt64.
UNSUPPORTED_MEDIA - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The call / call leg was released either because the message body of the request is in a format not supported or because the media is not supported.
UnsupportedAddressPlanException - exception org.csapi.jr.se.UnsupportedAddressPlanException.
An address contains an address plan which is not supported.
UnsupportedAddressPlanException() - Constructor for class org.csapi.jr.se.UnsupportedAddressPlanException
 
UnsupportedAddressPlanException(String) - Constructor for class org.csapi.jr.se.UnsupportedAddressPlanException
 
UnsupportedAddressPlanException(String, Throwable) - Constructor for class org.csapi.jr.se.UnsupportedAddressPlanException
 
UnsupportedAddressPlanException(Throwable) - Constructor for class org.csapi.jr.se.UnsupportedAddressPlanException
 
US_BUSY - Static variable in class org.csapi.jr.se.mm.UserStatusIndicator
User is busy (only applicable for interactive user status request, not when triggers are used)
US_NOT_REACHABLE - Static variable in class org.csapi.jr.se.mm.UserStatusIndicator
User is not reachable
US_REACHABLE - Static variable in class org.csapi.jr.se.mm.UserStatusIndicator
User is reachable
USER_NOT_AVAILABLE - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The user is not available in the network.
UserInfo - class org.csapi.jr.se.mm.UserInfo.
Used to reference the user name and password supplied by the user, if known by the network
UserInfo() - Constructor for class org.csapi.jr.se.mm.UserInfo
Creates a new UserInfo instance.
UserInfo(String, String) - Constructor for class org.csapi.jr.se.mm.UserInfo
Creates a new UserInfo instance.
UserInteractionAbortedEvent - class org.csapi.jr.se.ui.UserInteractionAbortedEvent.
Event created by an activity object to indicate that a Gateway originated call to the userInteractionAborted() method on the callback interface has occured.
UserInteractionAbortedEvent(Object, UI) - Constructor for class org.csapi.jr.se.ui.UserInteractionAbortedEvent
Constructor for the UserInteractionAbortedEvent Event.
UserInteractionFaultDetectedEvent - class org.csapi.jr.se.ui.UserInteractionFaultDetectedEvent.
Event created by an activity object to indicate that a Gateway originated call to the userInteractionFaultDetected() method on the callback interface has occured.
UserInteractionFaultDetectedEvent(Object, UIFault) - Constructor for class org.csapi.jr.se.ui.UserInteractionFaultDetectedEvent
Constructor for the UserInteractionFaultDetectedEvent Event.
UserInteractionNotificationContinuedEvent - class org.csapi.jr.se.ui.UserInteractionNotificationContinuedEvent.
Event created by an activity object to indicate that a Gateway originated call to the userInteractionNotificationContinued() method on the callback interface has occured.
UserInteractionNotificationContinuedEvent(Object) - Constructor for class org.csapi.jr.se.ui.UserInteractionNotificationContinuedEvent
Constructor for the UserInteractionNotificationContinuedEvent Event.
UserInteractionNotificationInterruptedEvent - class org.csapi.jr.se.ui.UserInteractionNotificationInterruptedEvent.
Event created by an activity object to indicate that a Gateway originated call to the userInteractionNotificationInterrupted() method on the callback interface has occured.
UserInteractionNotificationInterruptedEvent(Object) - Constructor for class org.csapi.jr.se.ui.UserInteractionNotificationInterruptedEvent
Constructor for the UserInteractionNotificationInterruptedEvent Event.
UserLocation - interface org.csapi.jr.se.mm.ul.UserLocation.
This interface represents a UserLocation.
UserLocation - class org.csapi.jr.se.mm.UserLocation.
Defines the Sequence of Data Elements that specify the identity and location of a user (basic format).
UserLocation() - Constructor for class org.csapi.jr.se.mm.UserLocation
Creates a new UserLocation instance.
UserLocation(Address, MobilityError, GeographicalPosition) - Constructor for class org.csapi.jr.se.mm.UserLocation
Creates a new UserLocation instance.
UserLocationCamel - interface org.csapi.jr.se.mm.ulc.UserLocationCamel.
This interface represents a UserLocationCamel.
UserLocationCamel - class org.csapi.jr.se.mm.UserLocationCamel.
Defines the Sequence of Data Elements that specify the location of a mobile telephony user.
UserLocationCamel() - Constructor for class org.csapi.jr.se.mm.UserLocationCamel
Creates a new UserLocationCamel instance.
UserLocationCamel(Address, MobilityError, boolean, GeographicalPosition, boolean, String, boolean, Address, boolean, Address, boolean, String) - Constructor for class org.csapi.jr.se.mm.UserLocationCamel
Creates a new UserLocationCamel instance.
UserLocationCamelListener - interface org.csapi.jr.se.mm.ulc.UserLocationCamelListener.
This interface is to be implemented for receiving events issued by the UserLocationCamel service object.
UserLocationEmergency - class org.csapi.jr.se.mm.UserLocationEmergency.
Defines the Sequence of Data Elements that specify the identity and location of an emergency service user.
UserLocationEmergency() - Constructor for class org.csapi.jr.se.mm.UserLocationEmergency
Creates a new UserLocationEmergency instance.
UserLocationEmergency(MobilityError, boolean, Address, boolean, String, boolean, String, boolean, String, UserLocationEmergencyTrigger, boolean, GeographicalPosition, boolean, float, float, boolean, String, String) - Constructor for class org.csapi.jr.se.mm.UserLocationEmergency
Creates a new UserLocationEmergency instance.
UserLocationEmergencyRequest - class org.csapi.jr.se.mm.UserLocationEmergencyRequest.
Defines the Sequence of Data Elements that specify the request for the location of an emergency service user.
UserLocationEmergencyRequest() - Constructor for class org.csapi.jr.se.mm.UserLocationEmergencyRequest
Creates a new UserLocationEmergencyRequest instance.
UserLocationEmergencyRequest(boolean, Address, boolean, String, boolean, String, boolean, String, LocationRequest) - Constructor for class org.csapi.jr.se.mm.UserLocationEmergencyRequest
Creates a new UserLocationEmergencyRequest instance.
UserLocationEmergencyTrigger - class org.csapi.jr.se.mm.UserLocationEmergencyTrigger.
Defines which event triggered the emergency User Location report.
UserLocationExtended - class org.csapi.jr.se.mm.UserLocationExtended.
Defines the Sequence of Data Elements that specify the identity and location(s) of a user (extended format).
UserLocationExtended() - Constructor for class org.csapi.jr.se.mm.UserLocationExtended
Creates a new UserLocationExtended instance.
UserLocationExtended(Address, MobilityError, UlExtendedData[]) - Constructor for class org.csapi.jr.se.mm.UserLocationExtended
Creates a new UserLocationExtended instance.
UserLocationListener - interface org.csapi.jr.se.mm.ul.UserLocationListener.
This interface is to be implemented for receiving events issued by the UserLocation service object.
UserStatus - interface org.csapi.jr.se.mm.us.UserStatus.
This interface represents a UserStatus.
UserStatus - class org.csapi.jr.se.mm.UserStatus.
Defines the Sequence of Data Elements that specify the identity and status of a user.
UserStatus() - Constructor for class org.csapi.jr.se.mm.UserStatus
Creates a new UserStatus instance.
UserStatus(Address, MobilityError, UserStatusIndicator, TerminalType) - Constructor for class org.csapi.jr.se.mm.UserStatus
Creates a new UserStatus instance.
UserStatusExtended - class org.csapi.jr.se.mm.UserStatusExtended.
Defines the Sequence of Data Elements that specify the identity and status of a user.
UserStatusExtended() - Constructor for class org.csapi.jr.se.mm.UserStatusExtended
Creates a new UserStatusExtended instance.
UserStatusExtended(String, MobilityError, UserStatusIndicatorExtended, TerminalType, AuthStatusIndicator, NetworkStatusIndicator, String, String, UserInfo, String, String) - Constructor for class org.csapi.jr.se.mm.UserStatusExtended
Creates a new UserStatusExtended instance.
UserStatusIndicator - class org.csapi.jr.se.mm.UserStatusIndicator.
Defines the status of a user.
UserStatusIndicatorExtended - class org.csapi.jr.se.mm.UserStatusIndicatorExtended.
Defines the status of a user.
UserStatusIndicatorExtended() - Constructor for class org.csapi.jr.se.mm.UserStatusIndicatorExtended
Creates a new UserStatusIndicatorExtended instance.
UserStatusIndicatorExtended(UserStatusIndicator, boolean) - Constructor for class org.csapi.jr.se.mm.UserStatusIndicatorExtended
Creates a new UserStatusIndicatorExtended instance.
UserStatusListener - interface org.csapi.jr.se.mm.us.UserStatusListener.
This interface is to be implemented for receiving events issued by the UserStatus service object.

V

VIDEO - Static variable in interface org.csapi.jr.se.cc.Constants
Video stream
VIDEO_CAPABILITIES - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
Video stream capabilities
Volume - class org.csapi.jr.se.cs.Volume.
Defines a volume.
Volume() - Constructor for class org.csapi.jr.se.cs.Volume
Creates a new Volume instance.
Volume(Amount, int) - Constructor for class org.csapi.jr.se.cs.Volume
Creates a new Volume instance.

W

WCHAR - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpWChar.
WSTRING - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpWString.

X

XML_TYPE - Static variable in class org.csapi.jr.se.AttributeTagInfo
XML type

_

__READONLY - Static variable in class org.csapi.jr.se.fw.ServiceTypePropertyMode
The value of the corresponding SCF property type is optional, but once given a value it can not be modified/restricted by a service level agreement
_ADDRESS_INVALID_CANNOT_DECODE - Static variable in class org.csapi.jr.se.AddressError
Address cannot be decoded
_ADDRESS_INVALID_INCOMPLETE - Static variable in class org.csapi.jr.se.AddressError
Address is incomplete
_ADDRESS_INVALID_MISSING - Static variable in class org.csapi.jr.se.AddressError
Mandatory address not present
_ADDRESS_INVALID_MISSING_ELEMENT - Static variable in class org.csapi.jr.se.AddressError
Mandatory address element not present
_ADDRESS_INVALID_OUT_OF_RANGE - Static variable in class org.csapi.jr.se.AddressError
Address is outside of the valid range
_ADDRESS_INVALID_UNDEFINED - Static variable in class org.csapi.jr.se.AddressError
Undefined error
_ADDRESS_PLAN_AESA - Static variable in class org.csapi.jr.se.AddressPlan
AESA
_ADDRESS_PLAN_ANY - Static variable in class org.csapi.jr.se.AddressPlan
Any address plan is deemed to match (This is only used for TpAddressRange)
_ADDRESS_PLAN_E164 - Static variable in class org.csapi.jr.se.AddressPlan
ITU-T Recommendation E.164
_ADDRESS_PLAN_IP - Static variable in class org.csapi.jr.se.AddressPlan
IP
_ADDRESS_PLAN_MSMAIL - Static variable in class org.csapi.jr.se.AddressPlan
Microsoft Mail
_ADDRESS_PLAN_MULTICAST - Static variable in class org.csapi.jr.se.AddressPlan
Multicast
_ADDRESS_PLAN_NATIONAL - Static variable in class org.csapi.jr.se.AddressPlan
Reserved for National Specific use
_ADDRESS_PLAN_NOT_PRESENT - Static variable in class org.csapi.jr.se.AddressPlan
No Address Present
_ADDRESS_PLAN_NSAP - Static variable in class org.csapi.jr.se.AddressPlan
NSAP
_ADDRESS_PLAN_SIP - Static variable in class org.csapi.jr.se.AddressPlan
Any valid address string allowed in RFC 3261 'SIP: Session Initiation Protocol'
_ADDRESS_PLAN_SMTP - Static variable in class org.csapi.jr.se.AddressPlan
SMTP
_ADDRESS_PLAN_UNDEFINED - Static variable in class org.csapi.jr.se.AddressPlan
Undefined
_ADDRESS_PLAN_UNICAST - Static variable in class org.csapi.jr.se.AddressPlan
Unicast
_ADDRESS_PLAN_URL - Static variable in class org.csapi.jr.se.AddressPlan
URL
_ADDRESS_PLAN_X400 - Static variable in class org.csapi.jr.se.AddressPlan
ITU-T Recommendation X.400
_ADDRESS_PRESENTATION_ADDRESS_NOT_AVAILABLE - Static variable in class org.csapi.jr.se.AddressPresentation
Address not available for presentation
_ADDRESS_PRESENTATION_ALLOWED - Static variable in class org.csapi.jr.se.AddressPresentation
Presentation Allowed
_ADDRESS_PRESENTATION_RESTRICTED - Static variable in class org.csapi.jr.se.AddressPresentation
Presentation Restricted
_ADDRESS_PRESENTATION_UNDEFINED - Static variable in class org.csapi.jr.se.AddressPresentation
Undefined
_ADDRESS_SCREENING_NETWORK - Static variable in class org.csapi.jr.se.AddressScreening
Network provided address (Note that even though the application may provide the address to the gateway, from the end-user point of view it is still regarded as a network provided address)
_ADDRESS_SCREENING_UNDEFINED - Static variable in class org.csapi.jr.se.AddressScreening
Undefined
_ADDRESS_SCREENING_USER_NOT_VERIFIED - Static variable in class org.csapi.jr.se.AddressScreening
user provided address not verified
_ADDRESS_SCREENING_USER_VERIFIED_FAILED - Static variable in class org.csapi.jr.se.AddressScreening
user provided address verified and failed
_ADDRESS_SCREENING_USER_VERIFIED_PASSED - Static variable in class org.csapi.jr.se.AddressScreening
user provided address verified and passed
_AM_ACCOUNT_DISABLED - Static variable in class org.csapi.jr.se.am.ChargingEventName
Account has been disabled
_AM_ACCOUNT_LOW - Static variable in class org.csapi.jr.se.am.ChargingEventName
Account balance is below the balance threshold
_AM_ACCOUNT_ZERO - Static variable in class org.csapi.jr.se.am.ChargingEventName
Account balance is at zero
_AM_CHARGING - Static variable in class org.csapi.jr.se.am.ChargingEventName
End user's account has been charged by an application
_AM_RECHARGING - Static variable in class org.csapi.jr.se.am.ChargingEventName
End user has recharged the account
_AM_TRANSACTION_ERROR_UNSPECIFIED - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
General error, unspecified.
_AM_TRANSACTION_INVALID_INTERVAL - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
An invalid interval for the transaction history was specified.
_AM_TRANSACTION_PROCESSING_ERROR - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
A processing error occurred while compiling the transaction history.
_AM_TRANSACTION_SYSTEM_FAILURE - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
System failure.
_AM_TRANSACTION_UNAUTHORIZED_APPLICATION - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
Application is not authorized to query balance.
_AM_TRANSACTION_UNKNOWN_ACCOUNT - Static variable in class org.csapi.jr.se.am.TransactionHistoryStatus
No account for the specified user is known.
_API_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
_API_UNAVAILABLE_GATEWAY_FAILURE - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
_API_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
_API_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
_API_UNAVAILABLE_PROTOCOL_FAILURE - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
_API_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.APIUnavailReason
 
_APP_AVAILABLE - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
The Application has become available
_APP_INF_TIMESTAMP - Static variable in class org.csapi.jr.se.cs.AppInformationType
The information item contains a timestamp.
_APP_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
The Application has closed itself (for example to protect from fraud or malicious attack) Normally take longer time to correct
_APP_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
A local failure in the Application has been detected Normally take longer time to correct
_APP_UNAVAILABLE_NO_RESPONSE - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
The Framework has detected that the application has failed: for example non-response from an activity test, failure to return heartbeats
_APP_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
The Application is fully overloaded Often a temporary problem
_APP_UNAVAILABLE_REMOTE_FAILURE - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
A remote failure to the application has been detected, for example a database is not working Normally take longer time to correct
_APP_UNAVAILABLE_SW_UPGRADE - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
The Application is unavailable due to SW upgrade or other similar maintenance Often a temporary problem
_APP_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.AppAvailStatusReason
Undefined
_AUDIO_CAPABILITIES - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
Audio stream capabilities
_AUTHENTICATED_FOR_NETWORK_AND_IP_SERVICES - Static variable in class org.csapi.jr.se.mm.AuthStatusIndicator
Authenticated for the network and IP services
_AUTHENTICATED_FOR_NETWORK_ONLY - Static variable in class org.csapi.jr.se.mm.AuthStatusIndicator
Authenticated only for the network.
_BALANCE_QUERY_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.am.BalanceQueryError
General error, unspecified
_BALANCE_QUERY_OK - Static variable in class org.csapi.jr.se.am.BalanceQueryError
No error occurred while processing the request
_BALANCE_QUERY_SYSTEM_FAILURE - Static variable in class org.csapi.jr.se.am.BalanceQueryError
System failure.
_BALANCE_QUERY_UNAUTHORIZED_APPLICATION - Static variable in class org.csapi.jr.se.am.BalanceQueryError
Application is not authorized to query balance
_BALANCE_QUERY_UNKNOWN_SUBSCRIBER - Static variable in class org.csapi.jr.se.am.BalanceQueryError
Subscriber for which balance is queried is unknown
_BOOLEAN - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpBoolean.
_BUSY - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The user is busy.
_CALL_APP_ADDITIONAL_ADDRESS - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Indicates an additional address
_CALL_APP_ADDITIONAL_ADDRESS - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Indicates an additional address
_CALL_APP_ALERTING_MECHANISM - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
The alerting mechanism or pattern to use
_CALL_APP_ALERTING_MECHANISM - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
The alerting mechanism or pattern to use
_CALL_APP_BEARER_SERVICE - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Indicates the bearer service (for example 64kbit/s unrestricted data)
_CALL_APP_BEARER_SERVICE - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Indicates the bearer service (for example 64 kbit/s unrestricted data).
_CALL_APP_CARRIER - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Indicates the set of Carrier identifications to be used to route the call.
_CALL_APP_GENERIC_INFO - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Carries unspecified service-service information
_CALL_APP_GENERIC_INFO - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Carries unspecified service-service information
_CALL_APP_HIGH_PROBABILITY_COMPLETION - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Indicates high probability of completion and its priority
_CALL_APP_NETWORK_ACCESS_TYPE - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
The network access type (for example ISDN)
_CALL_APP_NETWORK_ACCESS_TYPE - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
The network access type (for example ISDN)
_CALL_APP_ORIGINAL_DESTINATION_ADDRESS - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Contains the original address specified by the originating user when launching the call.
_CALL_APP_PARTY_CATEGORY - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
The category of the calling party
_CALL_APP_PARTY_CATEGORY - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
The category of the calling party
_CALL_APP_PRESENTATION_ADDRESS - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
The address to be presented to other call parties
_CALL_APP_PRESENTATION_ADDRESS - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
The address to be presented to other call parties
_CALL_APP_REDIRECTING_ADDRESS - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Contains the address of the user from which the call is diverting.
_CALL_APP_TELE_SERVICE - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Indicates the tele-service (for example telephony)
_CALL_APP_TELE_SERVICE - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Indicates the tele-service (for example telephony)
_CALL_APP_UNDEFINED - Static variable in class org.csapi.jr.se.cc.gccs.CallAppInfoType
Undefined
_CALL_APP_UNDEFINED - Static variable in class org.csapi.jr.se.cc.CallAppInfoType
Undefined
_CALL_BEARER_SERVICE_AUDIO - Static variable in class org.csapi.jr.se.cc.CallBearerService
3,1 kHz audio
_CALL_BEARER_SERVICE_DIGITALRESTRICTED - Static variable in class org.csapi.jr.se.cc.CallBearerService
Restricted digital information
_CALL_BEARER_SERVICE_DIGITALUNRESTRICTED - Static variable in class org.csapi.jr.se.cc.CallBearerService
Unrestricted digital information
_CALL_BEARER_SERVICE_DIGITALUNRESTRICTEDTONES - Static variable in class org.csapi.jr.se.cc.CallBearerService
Unrestricted digital information with tones/announcements
_CALL_BEARER_SERVICE_SPEECH - Static variable in class org.csapi.jr.se.cc.CallBearerService
Speech
_CALL_BEARER_SERVICE_UNKNOWN - Static variable in class org.csapi.jr.se.cc.CallBearerService
Bearer capability information unknown at this time
_CALL_BEARER_SERVICE_VIDEO - Static variable in class org.csapi.jr.se.cc.CallBearerService
Video
_CALL_CHARGE_PREDEFINED_SET - Static variable in class org.csapi.jr.se.cc.CallChargeOrderCategory
Pre-defined charge plan.
_CALL_CHARGE_TRANSPARENT - Static variable in class org.csapi.jr.se.cc.CallChargeOrderCategory
Operator specific charge plan specification, for example charging table name / charging table entry.
_CALL_ERROR_INVALID_ADDRESS - Static variable in class org.csapi.jr.se.cc.CallErrorType
The operation failed because an invalid address was given
_CALL_ERROR_INVALID_STATE - Static variable in class org.csapi.jr.se.cc.CallErrorType
The call was not in a valid state for the requested operation
_CALL_ERROR_RESOURCE_UNAVAILABLE - Static variable in class org.csapi.jr.se.cc.CallErrorType
There are not enough resources to complete the request successfully
_CALL_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.cc.CallErrorType
Undefined; the method failed or was refused, but no specific reason can be given.
_CALL_EVENT_ADDRESS_ANALYSED - Static variable in class org.csapi.jr.se.cc.CallEventType
The destination address has been analysed.
_CALL_EVENT_ADDRESS_COLLECTED - Static variable in class org.csapi.jr.se.cc.CallEventType
The destination address has been collected.
_CALL_EVENT_ALERTING - Static variable in class org.csapi.jr.se.cc.CallEventType
Call is alerting at the call party.
_CALL_EVENT_ANSWER - Static variable in class org.csapi.jr.se.cc.CallEventType
Call answered at address.
_CALL_EVENT_ORIGINATING_CALL_ATTEMPT - Static variable in class org.csapi.jr.se.cc.CallEventType
An originating call attempt takes place (for example Off-hook event).
_CALL_EVENT_ORIGINATING_CALL_ATTEMPT_AUTHORISED - Static variable in class org.csapi.jr.se.cc.CallEventType
An originating call attempt is authorised
_CALL_EVENT_ORIGINATING_RELEASE - Static variable in class org.csapi.jr.se.cc.CallEventType
A originating call/call leg is released
_CALL_EVENT_ORIGINATING_SERVICE_CODE - Static variable in class org.csapi.jr.se.cc.CallEventType
Mid-call originating service code received.
_CALL_EVENT_QUEUED - Static variable in class org.csapi.jr.se.cc.CallEventType
The Call Event has been queued.
_CALL_EVENT_REDIRECTED - Static variable in class org.csapi.jr.se.cc.CallEventType
Call redirected to new address: an indication from the network that the call has been redirected to a new address (no events disarmed as a result of this).
_CALL_EVENT_TERMINATING_CALL_ATTEMPT - Static variable in class org.csapi.jr.se.cc.CallEventType
A terminating call attempt takes place
_CALL_EVENT_TERMINATING_CALL_ATTEMPT_AUTHORISED - Static variable in class org.csapi.jr.se.cc.CallEventType
A terminating call is authorized
_CALL_EVENT_TERMINATING_RELEASE - Static variable in class org.csapi.jr.se.cc.CallEventType
A terminating call leg has been released or the call could not be routed.
_CALL_EVENT_TERMINATING_SERVICE_CODE - Static variable in class org.csapi.jr.se.cc.CallEventType
Mid call terminating service code received.
_CALL_EVENT_UNDEFINED - Static variable in class org.csapi.jr.se.cc.CallEventType
Undefined
_CALL_FAULT_UNDEFINED - Static variable in class org.csapi.jr.se.cc.gccs.CallFault
Undefined
_CALL_LOAD_CONTROL_PER_INTERVAL - Static variable in class org.csapi.jr.se.cc.CallLoadControlMechanismType
Admit one call per interval
_CALL_MONITOR_MODE_DO_NOT_MONITOR - Static variable in class org.csapi.jr.se.cc.CallMonitorMode
Do not monitor for the event
_CALL_MONITOR_MODE_INTERRUPT - Static variable in class org.csapi.jr.se.cc.CallMonitorMode
The call event is intercepted by the call control service and call processing is interrupted.
_CALL_MONITOR_MODE_NOTIFY - Static variable in class org.csapi.jr.se.cc.CallMonitorMode
The call event is detected by the call control service but not intercepted.
_CALL_NETWORK_ACCESS_TYPE_DIALUPINTERNET - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
Dial-up Internet
_CALL_NETWORK_ACCESS_TYPE_ISDN - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
ISDN
_CALL_NETWORK_ACCESS_TYPE_POT - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
POTS
_CALL_NETWORK_ACCESS_TYPE_UNKNOWN - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
Network type information unknown at this time
_CALL_NETWORK_ACCESS_TYPE_WIRELESS - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
Wireless
_CALL_NETWORK_ACCESS_TYPE_XDSL - Static variable in class org.csapi.jr.se.cc.CallNetworkAccessType
xDSL
_CALL_PARTY_CATEGORY_DATA_CALL - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
data call (voice band data)
_CALL_PARTY_CATEGORY_OPERATOR_E - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
operator, language English
_CALL_PARTY_CATEGORY_OPERATOR_F - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
operator, language French
_CALL_PARTY_CATEGORY_OPERATOR_G - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
operator, language German
_CALL_PARTY_CATEGORY_OPERATOR_R - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
operator, language Russian
_CALL_PARTY_CATEGORY_OPERATOR_S - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
operator, language Spanish
_CALL_PARTY_CATEGORY_ORDINARY_SUB - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
ordinary calling subscriber
_CALL_PARTY_CATEGORY_PAYPHONE - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
payphone
_CALL_PARTY_CATEGORY_PRIORITY_SUB - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
calling subscriber with priority
_CALL_PARTY_CATEGORY_TEST_CALL - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
test call
_CALL_PARTY_CATEGORY_UNKNOWN - Static variable in class org.csapi.jr.se.cc.CallPartyCategory
calling party's category unknown at this time
_CALL_PARTY_DESTINATION - Static variable in class org.csapi.jr.se.cc.CallPartyToChargeType
Called Party
_CALL_PARTY_ORIGINATING - Static variable in class org.csapi.jr.se.cc.CallPartyToChargeType
Calling party, that is party that initiated the call.
_CALL_PARTY_SPECIAL - Static variable in class org.csapi.jr.se.cc.CallPartyToChargeType
An address identifying for example a third party, a service provider
_CALL_REPORT_ALERTING - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Call is alerting at the call party.
_CALL_REPORT_ANSWER - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Call answered at address.
_CALL_REPORT_BUSY - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Called address refused call due to busy.
_CALL_REPORT_DISCONNECT - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
The media stream of the called party has disconnected.
_CALL_REPORT_NO_ANSWER - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
No answer at called address.
_CALL_REPORT_NOT_REACHABLE - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
The called address is not reachable; for example the phone has been switched off or the phone is outside the coverage area of the network.
_CALL_REPORT_PROGRESS - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Call routing progress event: an indication from the network that progress has been made in routing the call to the requested call party.
_CALL_REPORT_QUEUED - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
The call is being held in a queue.
_CALL_REPORT_REDIRECTED - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Call redirected to new address: an indication from the network that the call has been redirected to a new address.
_CALL_REPORT_ROUTING_FAILURE - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Call routing failed - re-routing is possible.
_CALL_REPORT_SERVICE_CODE - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Mid-call service code received.
_CALL_REPORT_UNDEFINED - Static variable in class org.csapi.jr.se.cc.gccs.CallReportType
Undefined.
_CALL_RESTRICTED - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The call was subject of restrictions
_CALL_SERVICE_CODE_DIGITS - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
The user entered a digit sequence during the call.
_CALL_SERVICE_CODE_FACILITY - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
A facility information element is received.
_CALL_SERVICE_CODE_HOOKFLASH - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
The user performed a hookflash, optionally followed by some digits.
_CALL_SERVICE_CODE_RECALL - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
The user pressed the register recall button, optionally followed by some digits.
_CALL_SERVICE_CODE_U2U - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
A user-to-user message was received.
_CALL_SERVICE_CODE_UNDEFINED - Static variable in class org.csapi.jr.se.cc.CallServiceCodeType
The type of service code is unknown.
_CALL_TELE_SERVICE_ALT_SPEECH_FAX_3 - Static variable in class org.csapi.jr.se.cc.CallTeleService
Alternate speech and facsimile group 3
_CALL_TELE_SERVICE_AUDIOGRAPH_CONF - Static variable in class org.csapi.jr.se.cc.CallTeleService
Audiographic conferencing
_CALL_TELE_SERVICE_AUTOMATIC_FAX_3 - Static variable in class org.csapi.jr.se.cc.CallTeleService
Automatic Facsimile group 3
_CALL_TELE_SERVICE_CELL_BROADCAST - Static variable in class org.csapi.jr.se.cc.CallTeleService
Cell Broadcast Service
_CALL_TELE_SERVICE_CS_INI_CALL - Static variable in class org.csapi.jr.se.cc.CallTeleService
Capability set of initial channel associated with an active 3,1 kHz audio or speech call.
_CALL_TELE_SERVICE_CS_INI_H221 - Static variable in class org.csapi.jr.se.cc.CallTeleService
Capability set of initial channel of ITU-T Recommendation H.221
_CALL_TELE_SERVICE_CS_SUB_H221 - Static variable in class org.csapi.jr.se.cc.CallTeleService
Capability set of subsequent channel of ITU-T Recommendation H.221
_CALL_TELE_SERVICE_DATATRAFFIC - Static variable in class org.csapi.jr.se.cc.CallTeleService
Data traffic.
_CALL_TELE_SERVICE_EMERGENCY_CALLS - Static variable in class org.csapi.jr.se.cc.CallTeleService
Emergency Calls
_CALL_TELE_SERVICE_FAX_2_3 - Static variable in class org.csapi.jr.se.cc.CallTeleService
Facsimile Group 2/3
_CALL_TELE_SERVICE_FAX_4_I - Static variable in class org.csapi.jr.se.cc.CallTeleService
Facsimile Group 4, Class I
_CALL_TELE_SERVICE_FAX_4_II_III - Static variable in class org.csapi.jr.se.cc.CallTeleService
Facsimile Group 4, Classes II and III
_CALL_TELE_SERVICE_FTAM - Static variable in class org.csapi.jr.se.cc.CallTeleService
FTAM application
_CALL_TELE_SERVICE_MHS - Static variable in class org.csapi.jr.se.cc.CallTeleService
Message Handling Systems
_CALL_TELE_SERVICE_MULTIMEDIA - Static variable in class org.csapi.jr.se.cc.CallTeleService
Multimedia services
_CALL_TELE_SERVICE_OSI - Static variable in class org.csapi.jr.se.cc.CallTeleService
OSI application
_CALL_TELE_SERVICE_SMS_MO_PP - Static variable in class org.csapi.jr.se.cc.CallTeleService
Short message MO/PP
_CALL_TELE_SERVICE_SMS_MT_PP - Static variable in class org.csapi.jr.se.cc.CallTeleService
Short message MT/PP
_CALL_TELE_SERVICE_TELEPHONY - Static variable in class org.csapi.jr.se.cc.CallTeleService
Telephony
_CALL_TELE_SERVICE_TELEX - Static variable in class org.csapi.jr.se.cc.CallTeleService
Telex service
_CALL_TELE_SERVICE_UNKNOWN - Static variable in class org.csapi.jr.se.cc.CallTeleService
Teleservice information unknown at this time
_CALL_TELE_SERVICE_VIDEO - Static variable in class org.csapi.jr.se.cc.CallTeleService
Videotelephony
_CALL_TELE_SERVICE_VIDEO_CONF - Static variable in class org.csapi.jr.se.cc.CallTeleService
Videoconferencing
_CALL_TELE_SERVICE_VIDEOTEX_INT - Static variable in class org.csapi.jr.se.cc.CallTeleService
International Videotex interworking via gateways or interworking units
_CALL_TELE_SERVICE_VIDEOTEX_SYN - Static variable in class org.csapi.jr.se.cc.CallTeleService
Syntax based Videotex
_CALL_TELE_SERVICE_VOICE_BROADCAST - Static variable in class org.csapi.jr.se.cc.CallTeleService
Voice Broadcast Service
_CALL_TELE_SERVICE_VOICE_GROUP_CALL - Static variable in class org.csapi.jr.se.cc.CallTeleService
Voice Group Call Service
_CALL_TIMEOUT_ON_INTERRUPT - Static variable in class org.csapi.jr.se.cc.gccs.CallFault
This fault occurs when the application did not instruct the gateway how to handle the call within a specified time, after the gateway reported an event that was requested by the application in interrupt mode.
_CALL_TIMEOUT_ON_RELEASE - Static variable in class org.csapi.jr.se.cc.gccs.CallFault
This fault occurs when the final report has been sent to the application, but the application did not explicitly release or deassign the call object, within a specified time.
_CALL_TREATMENT_DEFAULT - Static variable in class org.csapi.jr.se.cc.CallTreatmentType
Default treatment
_CALL_TREATMENT_RELEASE - Static variable in class org.csapi.jr.se.cc.CallTreatmentType
Release the call
_CALL_TREATMENT_SIAR - Static variable in class org.csapi.jr.se.cc.CallTreatmentType
Send information to the user, and release the call (Send Info & Release)
_CALLLEG_ATTACH_EXPLICITLY - Static variable in class org.csapi.jr.se.cc.CallLegAttachMechanism
CallLeg should be attached explicitly to the call by using the attachMediaReq() operation.
_CALLLEG_ATTACH_IMPLICITLY - Static variable in class org.csapi.jr.se.cc.CallLegAttachMechanism
CallLeg should be attached implicitly to the call.
_CHAR - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpChar.
_CHARGE_ADVICE_INFO - Static variable in class org.csapi.jr.se.CallAoCOrderCategory
Set of GSM Charge Advice Information elements according to TS 122 024
_CHARGE_NETWORK - Static variable in class org.csapi.jr.se.CallAoCOrderCategory
Operator specific charge plan specification, for example charging table name / charging table entry
_CHARGE_PER_TIME - Static variable in class org.csapi.jr.se.CallAoCOrderCategory
Charge per time
_CHS_CAUSE_TIMER_EXPIRED - Static variable in class org.csapi.jr.se.cs.SessionEndedCause
The session lifetime has expired.
_CHS_CAUSE_UNDEFINED - Static variable in class org.csapi.jr.se.cs.SessionEndedCause
The reason of release is not known, because no info was received from the network.
_CHS_ERR_ACCOUNT - Static variable in class org.csapi.jr.se.cs.ChargingError
Merchant account unknown.
_CHS_ERR_CONFIRMATION_REQUIRED - Static variable in class org.csapi.jr.se.cs.ChargingError
A user confirmation is required, but couldn't be obtained by the SCS.
_CHS_ERR_CURRENCY - Static variable in class org.csapi.jr.se.cs.ChargingError
This currency is not supported for this transaction.
_CHS_ERR_NO_CREDIT - Static variable in class org.csapi.jr.se.cs.ChargingError
For some reason the application is not allowed to pay this user.
_CHS_ERR_NO_DEBIT - Static variable in class org.csapi.jr.se.cs.ChargingError
For some reason the application is not allowed to get money from this user.
_CHS_ERR_NO_EXTEND - Static variable in class org.csapi.jr.se.cs.ChargingError
Request to extend the lifetime of a reservation is rejected.
_CHS_ERR_PARAMETER - Static variable in class org.csapi.jr.se.cs.ChargingError
The set of charging parameters contains an unknown parameter, or a required parameter is missing.
_CHS_ERR_RESERVATION_LIMIT - Static variable in class org.csapi.jr.se.cs.ChargingError
This amount or volume violates the bounds of the reservation.
_CHS_ERR_UNDEFINED - Static variable in class org.csapi.jr.se.cs.ChargingError
Generic error.
_CHS_ERR_USER - Static variable in class org.csapi.jr.se.cs.ChargingError
Unknown user.
_CHS_ERR_VOLUMES - Static variable in class org.csapi.jr.se.cs.ChargingError
Required volumes are missing.
_CHS_PARAMETER_BOOLEAN - Static variable in class org.csapi.jr.se.cs.ChargingParameterValueType
Parameter represented by a TpBoolean.
_CHS_PARAMETER_FLOAT - Static variable in class org.csapi.jr.se.cs.ChargingParameterValueType
Parameter represented by a TpFloat.
_CHS_PARAMETER_INT32 - Static variable in class org.csapi.jr.se.cs.ChargingParameterValueType
Parameter represented by a TpInt32.
_CHS_PARAMETER_OCTETSET - Static variable in class org.csapi.jr.se.cs.ChargingParameterValueType
Parameter represented by a TpOctetSet.
_CHS_PARAMETER_STRING - Static variable in class org.csapi.jr.se.cs.ChargingParameterValueType
Parameter represented by a TpString.
_CIC_INPUT - Static variable in class org.csapi.jr.se.cc.CarrierSelectionField
The carrier identification code (CIC) is pre subscribed and provided by the calling party.
_CIC_NO_INPUT - Static variable in class org.csapi.jr.se.cc.CarrierSelectionField
The carrier identification code (CIC) is pre subscribed (not provided by the calling party).
_CIC_NOT_PRESCRIBED - Static variable in class org.csapi.jr.se.cc.CarrierSelectionField
The selected carrier identification code (CIC) is provided by calling party (not pre subscribed).
_CIC_UNDEFINED - Static variable in class org.csapi.jr.se.cc.CarrierSelectionField
No indication
_CIC_UNDETERMINED - Static variable in class org.csapi.jr.se.cc.CarrierSelectionField
The selected carrier identification code (CIC) is pre subscribed, but no indication is present of whether it is provided by the calling party (undetermined).
_CLIENT_APPLICATION - Static variable in class org.csapi.jr.se.fw.DomainIDType
A client application
_DATA_CAPABILITIES - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
Data stream (for example, ITU-T Rec.
_DATA_SESSION_CHARGE_NETWORK - Static variable in class org.csapi.jr.se.dsc.DataSessionChargeOrderCategory
Operator specific charge plan specification, for example charging table name / charging table entry.
_DATA_SESSION_CHARGE_PER_VOLUME - Static variable in class org.csapi.jr.se.dsc.DataSessionChargeOrderCategory
Charge per volume.
_DATA_SESSION_ERROR_INVALID_ADDRESS - Static variable in class org.csapi.jr.se.dsc.DataSessionErrorType
The operation failed because an invalid address was given.
_DATA_SESSION_ERROR_INVALID_STATE - Static variable in class org.csapi.jr.se.dsc.DataSessionErrorType
The data session was not in a valid state for the requested operation.
_DATA_SESSION_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.dsc.DataSessionErrorType
Undefined; the method failed or was refused, but no specific reason can be given.
_DATA_SESSION_FAULT_UNDEFINED - Static variable in class org.csapi.jr.se.dsc.DataSessionFault
Undefined.
_DATA_SESSION_FAULT_USER_ABORTED - Static variable in class org.csapi.jr.se.dsc.DataSessionFault
User has finalised the data session before any message could be sent by the application.
_DATA_SESSION_MONITOR_MODE_DO_NOT_MONITOR - Static variable in class org.csapi.jr.se.dsc.DataSessionMonitorMode
Do not monitor for the event.
_DATA_SESSION_MONITOR_MODE_INTERRUPT - Static variable in class org.csapi.jr.se.dsc.DataSessionMonitorMode
The data session event is intercepted by the data session control service and data session establishment is interrupted.
_DATA_SESSION_MONITOR_MODE_NOTIFY - Static variable in class org.csapi.jr.se.dsc.DataSessionMonitorMode
The data session event is detected by the data session control service but not intercepted.
_DATA_SESSION_QOS_CLASS_BACKGROUND - Static variable in class org.csapi.jr.se.DataSessionQosClass
Specifies the Background QoS class, as specified in 3G TS 23.107.
_DATA_SESSION_QOS_CLASS_CONVERSATIONAL - Static variable in class org.csapi.jr.se.DataSessionQosClass
Specifies the Conversational QoS class, as specified in 3G TS 23.107.
_DATA_SESSION_QOS_CLASS_INTERACTIVE - Static variable in class org.csapi.jr.se.DataSessionQosClass
Specifies the Interactive QoS class, as specified in 3G TS 23.107.
_DATA_SESSION_QOS_CLASS_STREAMING - Static variable in class org.csapi.jr.se.DataSessionQosClass
Specifies the Streaming QoS class, as specified in 3G TS 23.107.
_DATA_SESSION_REPORT_CONNECTED - Static variable in class org.csapi.jr.se.dsc.DataSessionReportType
Data session established.
_DATA_SESSION_REPORT_DISCONNECT - Static variable in class org.csapi.jr.se.dsc.DataSessionReportType
Data session disconnect requested by data session party.
_DATA_SESSION_REPORT_UNDEFINED - Static variable in class org.csapi.jr.se.dsc.DataSessionReportType
Undefined.
_DATA_SESSION_TIMEOUT_ON_INTERRUPT - Static variable in class org.csapi.jr.se.dsc.DataSessionFault
This fault occurs when the application did not instruct the gateway how to handle the call within a specified time, after the gateway reported an event that was requested by the application in interrupt mode.
_DATA_SESSION_TIMEOUT_ON_RELEASE - Static variable in class org.csapi.jr.se.dsc.DataSessionFault
This fault occurs when the final report has been sent to the application, but the application did not explicitly release data session object, within a specified time.
_DISCONNECTED - Static variable in class org.csapi.jr.se.cc.ReleaseCause
A disconnect was received.
_DOUBLE - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpDouble.
_ENT_OP - Static variable in class org.csapi.jr.se.fw.DomainIDType
An enterprise operator
_EVENT_FW_MIGRATION_SERVICE_AVAILABLE - Static variable in class org.csapi.jr.se.fw.FwEventName
Notification of a backwards compatible SCS becoming available, to which the application can migrate.
_EVENT_FW_NAME_UNDEFINED - Static variable in class org.csapi.jr.se.fw.FwEventName
Undefined.
_EVENT_FW_SERVICE_AVAILABLE - Static variable in class org.csapi.jr.se.fw.FwEventName
Notification of SCS(s) available.
_EVENT_FW_SERVICE_UNAVAILABLE - Static variable in class org.csapi.jr.se.fw.FwEventName
Notification of SCS(s) becoming unavailable.
_FAULT_INFO_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.fw.FaultStatisticsError
Undefined error
_FAULT_INFO_UNAVAILABLE - Static variable in class org.csapi.jr.se.fw.FaultStatisticsError
Fault statistics unavailable
_FIXED - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpFixed.
_FIXED_ACCESS - Static variable in class org.csapi.jr.se.mm.AccessTechnology
Access via a fixed network
_FLOAT - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpFloat.
_FRAMEWORK_AVAILABLE - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
The Framework has become available
_FRAMEWORK_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
The Framework has closed itself (for example to protect from fraud or malicious attack).
_FRAMEWORK_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
A local failure in the Framework has been detected.
_FRAMEWORK_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
The Framework is fully overloaded.
_FRAMEWORK_UNAVAILABLE_PROTOCOL_FAILURE - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
The Framework has detected that the protocol used between client and framework has failed
_FRAMEWORK_UNAVAILABLE_REMOTE_FAILURE - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
A remote failure to the Framework has been detected, for example a database is not working.
_FRAMEWORK_UNAVAILABLE_SW_UPGRADE - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
The Framework is unavailable due to SW upgrade or other similar maintenance.
_FRAMEWORK_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.FwAvailStatusReason
Undefined
_FW - Static variable in class org.csapi.jr.se.fw.DomainIDType
The Framework
_FW_DUMMY - Static variable in class org.csapi.jr.se.fw.FWExceptionType
 
_FW_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
The Framework has closed itself (for example to protect from fraud or malicious attack)
_FW_UNAVAILABLE_GATEWAY_FAILURE - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
The gateway API software or hardware has failed
_FW_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
The Local API software or hardware has failed
_FW_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
The Framework is fully overloaded
_FW_UNAVAILABLE_PROTOCOL_FAILURE - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
The protocol used on the client-gateway link has failed
_FW_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.FwUnavailReason
Undefined
_GENERAL_FAILURE - Static variable in class org.csapi.jr.se.cc.ReleaseCause
A general network failure occurred.
_HOME_USER - Static variable in class org.csapi.jr.se.mm.RoamingStatus
User is in the home network
_INT16 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpInt16.
_INT32 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpInt32.
_INT64 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpInt64
_INTERFACE_FAULT_GATEWAY_FAILURE - Static variable in class org.csapi.jr.se.fw.InterfaceFault
A fault in the gateway API software or hardware has been detected
_INTERFACE_FAULT_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.InterfaceFault
A fault in the local API software or hardware has been detected
_INTERFACE_FAULT_PROTOCOL_ERROR - Static variable in class org.csapi.jr.se.fw.InterfaceFault
An error in the protocol used on the client-gateway link has been detected
_INTERFACE_FAULT_UNDEFINED - Static variable in class org.csapi.jr.se.fw.InterfaceFault
Undefined
_INTERNATIONAL_ROAMING - Static variable in class org.csapi.jr.se.mm.RoamingStatus
User has roamed to another operator abroad
_LOAD_INFO_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.fw.LoadStatisticError
Undefined error
_LOAD_INFO_UNAVAILABLE - Static variable in class org.csapi.jr.se.fw.LoadStatisticError
Load statistics unavailable
_LOAD_LEVEL_NORMAL - Static variable in class org.csapi.jr.se.fw.LoadLevel
Normal load
_LOAD_LEVEL_OVERLOAD - Static variable in class org.csapi.jr.se.fw.LoadLevel
Overload
_LOAD_LEVEL_SEVERE_OVERLOAD - Static variable in class org.csapi.jr.se.fw.LoadLevel
Severe Overload
_LOAD_STATISTICS_APP_TYPE - Static variable in class org.csapi.jr.se.fw.LoadStatisticEntityType
Application-type load statistics
_LOAD_STATISTICS_FW_TYPE - Static variable in class org.csapi.jr.se.fw.LoadStatisticEntityType
Framework-type load statistics
_LOAD_STATISTICS_INVALID - Static variable in class org.csapi.jr.se.fw.LoadStatisticInfoType
Invalid load statistics
_LOAD_STATISTICS_SVC_TYPE - Static variable in class org.csapi.jr.se.fw.LoadStatisticEntityType
Service-type load statistics
_LOAD_STATISTICS_VALID - Static variable in class org.csapi.jr.se.fw.LoadStatisticInfoType
Valid load statistics
_LOAD_STATUS_ERROR_UNAVAILABLE - Static variable in class org.csapi.jr.se.fw.LoadStatusError
 
_LOAD_STATUS_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.fw.LoadStatusError
 
_M_ABSENT_SUBSCRIBER - Static variable in class org.csapi.jr.se.mm.MobilityError
Absent subscriber.
_M_ALL_IN_ASSIGNMENT - Static variable in class org.csapi.jr.se.mm.MobilityStopScope
The request concerns all users in an assignment.
_M_APPL_NOT_IN_PRIV_EXCEPT_LST - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Application not in privacy exception list.
_M_CALL_TO_USER_NOT_SETUP - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Call to user not set-up.
_M_CONGESTION - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Congestion.
_M_CURRENT - Static variable in class org.csapi.jr.se.mm.LocationType
Current location
_M_CURRENT_OR_LAST_KNOWN - Static variable in class org.csapi.jr.se.mm.LocationType
Current or last known location
_M_DELAY_TOLERANT - Static variable in class org.csapi.jr.se.mm.LocationResponseIndicator
Delay tolerant: obtain the current location with regard to fulfilling the accuracy requirement.
_M_DISALL_BY_LOCAL_REGULAT_REQ - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Disallowed by local regulatory requirements.
_M_FIXED - Static variable in class org.csapi.jr.se.mm.TerminalType
Fixed terminal.
_M_HIGH - Static variable in class org.csapi.jr.se.mm.LocationPriority
High
_M_INCONSISTENT_MEAS_DATA - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Inconsistent measurement data.
_M_INITIAL - Static variable in class org.csapi.jr.se.mm.LocationType
Initial location for an emergency services call
_M_INSUFFICIENT_MEAS_DATA - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Insufficient measurement data.
_M_INSUFFICIENT_RESOURCES - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Insufficient resources.
_M_IP - Static variable in class org.csapi.jr.se.mm.TerminalType
IP terminal.
_M_LOC_PROC_NOT_COMPLETED - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Location procedure not completed.
_M_LOC_PROC_NOT_SUPP_BY_USER - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Location procedure not supported by user.
_M_LOW_DELAY - Static variable in class org.csapi.jr.se.mm.LocationResponseIndicator
Low delay: return the current location with minimum delay.
_M_MOBILE - Static variable in class org.csapi.jr.se.mm.TerminalType
Mobile terminal.
_M_NO_DELAY - Static variable in class org.csapi.jr.se.mm.LocationResponseIndicator
No delay: return either initial or last known location of the user.
_M_NO_INFORMATION - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
No diagnostic information present.
_M_NORMAL - Static variable in class org.csapi.jr.se.mm.LocationPriority
Normal
_M_OK - Static variable in class org.csapi.jr.se.mm.MobilityError
No error occurred while processing the request.
_M_POSITION_METHOD_FAILURE - Static variable in class org.csapi.jr.se.mm.MobilityError
Position method failure.
_M_PRIVACY_OVERRIDE_NOT_APPLIC - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Privacy override not applicable.
_M_QOS_NOT_ATTAINABLE - Static variable in class org.csapi.jr.se.mm.MobilityDiagnostic
Quality of service not attainable.
_M_SHAPE_CIRCLE - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is a circle.
_M_SHAPE_CIRCLE_ARC_STRIPE - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is a circle arc stripe.
_M_SHAPE_CIRCLE_SECTOR - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is a circle sector.
_M_SHAPE_ELLIPSE - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is an ellipse.
_M_SHAPE_ELLIPSE_ARC_STRIPE - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is an ellipse arc stripe.
_M_SHAPE_ELLIPSE_SECTOR - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
Uncertainty shape is an ellipse sector.
_M_SHAPE_NONE - Static variable in class org.csapi.jr.se.mm.LocationUncertaintyShape
No uncertainty shape present.
_M_SPECIFIED_USERS - Static variable in class org.csapi.jr.se.mm.MobilityStopScope
The request concerns only the users that are explicitly specified in a list.
_M_SYSTEM_FAILURE - Static variable in class org.csapi.jr.se.mm.MobilityError
System failure.
_M_UNAUTHORIZED_APPLICATION - Static variable in class org.csapi.jr.se.mm.MobilityError
Unauthorised application.
_M_UNAUTHORIZED_NETWORK - Static variable in class org.csapi.jr.se.mm.MobilityError
Unauthorised network, The requesting network is not authorised to obtain the user's location or status.
_M_UNKNOWN_SUBSCRIBER - Static variable in class org.csapi.jr.se.mm.MobilityError
Unknown subscriber.
_M_USE_TIMER_VALUE - Static variable in class org.csapi.jr.se.mm.LocationResponseIndicator
Use timer value: obtain the current location with regard to fulfilling the response time requirement.
_MANDATORY - Static variable in class org.csapi.jr.se.fw.ServiceTypePropertyMode
The value of the corresponding SCF property type shall be provided at service registration time
_MANDATORY_READONLY - Static variable in class org.csapi.jr.se.fw.ServiceTypePropertyMode
The value of the corresponding SCF property type shall be provided but can not subsequently be modified/restricted by a service level agreement
_MEDIA_STREAM_ADDED - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
The media stream is added
_MEDIA_STREAM_QOS_CLASS_CHANGED - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
A change in QoS class has taken place during the life of the media stream.
_MEDIA_STREAM_SUBTRACTED - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamEventType
The media stream is subtracted.
_MIGRATION_INFO_UNDEFINED - Static variable in class org.csapi.jr.se.fw.MigrationAdditionalInfoType
Undefined
_MOBILE_ACCESS_CS - Static variable in class org.csapi.jr.se.mm.AccessTechnology
Access via a circuit switched connection in mobile network
_MOBILE_ACCESS_PS - Static variable in class org.csapi.jr.se.mm.AccessTechnology
Access via packet switched connection in mobile network
_NATIONAL_ROAMING - Static variable in class org.csapi.jr.se.mm.RoamingStatus
User has roamed to another operator in the same country
_NO_ANSWER - Static variable in class org.csapi.jr.se.cc.ReleaseCause
No answer was received
_NORMAL - Static variable in class org.csapi.jr.se.fw.ServiceTypePropertyMode
The value of the corresponding SCF property type may optionally be provided
_NOT_AUTHENTICATED - Static variable in class org.csapi.jr.se.mm.AuthStatusIndicator
Not authenticated
_NOT_REACHABLE - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The user terminal is not reachable
_OCTET - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpOctet.
_OPERATOR_ROAMING - Static variable in class org.csapi.jr.se.mm.RoamingStatus
User has roamed to a partner operator abroad
_ORIGINATING - Static variable in class org.csapi.jr.se.cc.gccs.CallNotificationType
Indicates that the notification is related to the originating user in the call.
_PAM_ACCESS_ALLOW - Static variable in class org.csapi.jr.se.pam.PAMACLDefault
Allow access by default
_PAM_ACCESS_DENY - Static variable in class org.csapi.jr.se.pam.PAMACLDefault
Deny access by default
_PAM_ACCESS_LIST - Static variable in class org.csapi.jr.se.pam.PAMPreferenceType
The control data contains additions or modifications to access control list of who is authorized to access the presence information or subscribe to it.
_PAM_CAUSE_EVENT_REGISTRATION_CANCELLED - Static variable in class org.csapi.jr.se.pam.PAMErrorCause
The registration for the event has been cancelled by the service.
_PAM_CAUSE_INFO_UNAVAILABLE - Static variable in class org.csapi.jr.se.pam.PAMErrorCause
The information is currently not available.
_PAM_CAUSE_INVALID_ADDRESS - Static variable in class org.csapi.jr.se.pam.PAMErrorCause
The request cannot be handled because the address specified is not valid.
_PAM_CAUSE_SYSTEM_FAILURE - Static variable in class org.csapi.jr.se.pam.PAMErrorCause
System failure.
_PAM_CAUSE_UNDEFINED - Static variable in class org.csapi.jr.se.pam.PAMErrorCause
Undefined.
_PAM_CE_AGENT_ASSIGNED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if an agent is assigned to an identity
_PAM_CE_AGENT_CAPABILITY_PRESENCE_SET - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the value of presence attributes of an agent is explicitly set
_PAM_CE_AGENT_CREATED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if a new agent has been created
_PAM_CE_AGENT_DELETED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if an agent has been deleted
_PAM_CE_AGENT_PRESENCE_SET - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the value of presence attributes of an agent is explicitly set
_PAM_CE_AGENT_UNASSIGNED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if an agent has been unassigned from an identity
_PAM_CE_AVAILABILITY_CHANGED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the availability of an identity changes
_PAM_CE_CAPABILITY_CHANGED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the capability of an identity changes
_PAM_CE_GROUP_MEMBERSHIP_CHANGED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the membership of a group changes.
_PAM_CE_IDENTITY_CREATED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if a new identity has been created
_PAM_CE_IDENTITY_DELETED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if an identity has been deleted
_PAM_CE_IDENTITY_PRESENCE_SET - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the value of presence attributes of an identity is explicitly set
_PAM_CE_WATCHERS_CHANGED - Static variable in class org.csapi.jr.se.pam.PAMEventName
Notify if the current set of watchers change
_PAM_CONTEXT_ANY - Static variable in class org.csapi.jr.se.pam.PAMContextName
Denotes any known context
_PAM_CONTEXT_COMMUNICATION - Static variable in class org.csapi.jr.se.pam.PAMContextName
Denotes a communication context
_PAM_EXTERNAL_CONTROL - Static variable in class org.csapi.jr.se.pam.PAMPreferenceType
The access control and availability computations are done external to the presence service.
_PAM_WATCHERS_ADDED - Static variable in class org.csapi.jr.se.pam.PAMwatcherChangeType
Watchers added to the list.
_PAM_WATCHERS_DELETED - Static variable in class org.csapi.jr.se.pam.PAMwatcherChangeType
Watchers deleted from the list.
_PAM_WATCHERS_PERIODIC - Static variable in class org.csapi.jr.se.pam.PAMwatcherChangeType
Periodic reporting, not necessarily a change.
_PM_CNF - Static variable in class org.csapi.jr.se.policy.PolicyConditionListType
Conjunctive normal form
_PM_DNF - Static variable in class org.csapi.jr.se.policy.PolicyConditionListType
Disjunctive normal form
_PM_EVENT_ACTION - Static variable in class org.csapi.jr.se.policy.PolicyActionType
IpPolicyEventAction
_PM_EVENT_CONDITION - Static variable in class org.csapi.jr.se.policy.PolicyConditionType
IpPolicyEventCondition
_PM_EXPRESSION_ACTION - Static variable in class org.csapi.jr.se.policy.PolicyActionType
IpPolicyExpressionAction
_PM_EXPRESSION_CONDITION - Static variable in class org.csapi.jr.se.policy.PolicyConditionType
IpPolicyExpressionCondition
_PM_SIMPLE_TYPE - Static variable in class org.csapi.jr.se.policy.PolicyTypeInfo
Simple type
_PM_STRUCTURED_TYPE - Static variable in class org.csapi.jr.se.policy.PolicyTypeInfo
Structured Type
_PM_TIME_PERIOD_CONDITION - Static variable in class org.csapi.jr.se.policy.PolicyConditionType
IpPolicyTimePeriodCondition
_PM_TYPE_LIST - Static variable in class org.csapi.jr.se.policy.PolicyTypeInfo
List type
_PM_TYPE_RECORD - Static variable in class org.csapi.jr.se.policy.PolicyTypeInfo
Record type
_PM_XML_TYPE - Static variable in class org.csapi.jr.se.policy.PolicyTypeInfo
XML Type
_PREMATURE_DISCONNECT - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The user disconnected the call / call leg during the setup phase.
_READONLY - Static variable in class org.csapi.jr.se.fw.ServiceTypePropertyMode
The value of the corresponding SCF property type is optional, but once given a value it can not be modified/restricted by a service level agreement
_RECEIVE_ONLY - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
Indicates that the offerer is only willing to receive this media stream
_ROUTING_FAILURE - Static variable in class org.csapi.jr.se.cc.ReleaseCause
A routing failure occurred.
_SEND_ONLY - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
Indicates that the offerer is only willing to send this media stream
_SEND_RECEIVE - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDirection
Indicates that the offerer is willing to send and receive this media stream
_SERVICE_INSTANCE - Static variable in class org.csapi.jr.se.fw.DomainIDType
A service instance
_SERVICE_SUPPLIER - Static variable in class org.csapi.jr.se.fw.DomainIDType
A service supplier
_SERVICE_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.SvcUnavailReason
The SCF has closed itself (for example to protect from fraud or malicious attack)
_SERVICE_UNAVAILABLE_GATEWAY_FAILURE - Static variable in class org.csapi.jr.se.fw.SvcUnavailReason
The gateway API software or hardware has failed
_SERVICE_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.SvcUnavailReason
The Local API software or hardware has failed
_SERVICE_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.SvcUnavailReason
The SCF is fully overloaded
_SERVICE_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.SvcUnavailReason
Undefined
_SIMPLE_TYPE - Static variable in class org.csapi.jr.se.AttributeTagInfo
Simple type
_STRING - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpString.
_STRUCTURED_TYPE - Static variable in class org.csapi.jr.se.AttributeTagInfo
Structured type
_SUBJECT_CLIENT_APP - Static variable in class org.csapi.jr.se.fw.SubjectType
The subject is the client application.
_SUBJECT_FW - Static variable in class org.csapi.jr.se.fw.SubjectType
The subject is the framework.
_SUBJECT_UNDEFINED - Static variable in class org.csapi.jr.se.fw.SubjectType
The subject is neither the framework nor the client application.
_SVC_AVAILABLE - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The Service has become available again
_SVC_UNAVAILABLE_CLOSED - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The SCF has closed itself (for example to protect from fraud or malicious attack) Normally take longer time to correct
_SVC_UNAVAILABLE_GATEWAY_FAILURE - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The gateway API software or hardware has failed Normally take longer time to correct
_SVC_UNAVAILABLE_LOCAL_FAILURE - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The Local API software or hardware has failed.
_SVC_UNAVAILABLE_NO_RESPONSE - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The Framework has detected that the service has failed: for example non-response from an activity test, failure to return heartbeats
_SVC_UNAVAILABLE_OVERLOADED - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The SCF is fully overloaded Normally a temporary problem
_SVC_UNAVAILABLE_SW_UPGRADE - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
The Service is unavailable due to SW upgrade or other similar maintenance Normally a temporary problem
_SVC_UNAVAILABLE_UNDEFINED - Static variable in class org.csapi.jr.se.fw.SvcAvailStatusReason
Undefined
_TERMCAP_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
Undefined.
_TERMCAP_INFO_UNAVAILABLE - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
The terminal capability information is not available.
_TERMCAP_INVALID_TERMINALID - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
The request can not be handled because the terminal id specified is not valid.
_TERMCAP_SYSTEM_FAILURE - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilitiesError
System failure.
_TERMINAL_CAPABILITY_SCOPE_TYPE_CCPP - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilityScopeType
Indicates that the terminal capability scope is expressed as CC/PP headers as specified in W3C (see [6] in ES 203 915-1) and adopted in the WAP UAProf specification (see [9] in ES 203 915-1).
_TERMINAL_CAPABILITY_SCOPE_TYPE_UNDEFINED - Static variable in class org.csapi.jr.se.termcap.TerminalCapabilityScopeType
Undefined.
_TERMINATING - Static variable in class org.csapi.jr.se.cc.gccs.CallNotificationType
Indicates that the notification is related to the terminating user in the call.
_TIMER_EXPIRY - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The call / call leg was released because an activity timer expired.
_UI_AGE_ADULT - Static variable in class org.csapi.jr.se.ui.UISynthesisAge
Adult voice
_UI_AGE_CHILD - Static variable in class org.csapi.jr.se.ui.UISynthesisAge
child voice
_UI_AGE_OLDER_ADULT - Static variable in class org.csapi.jr.se.ui.UISynthesisAge
Older adult voice
_UI_AGE_YOUNG_ADULT - Static variable in class org.csapi.jr.se.ui.UISynthesisAge
Young adults voice
_UI_CALL_ENDED - Static variable in class org.csapi.jr.se.ui.UIFault
The related Call object has been terminated.
_UI_COLLECT_MODE_DTMF - Static variable in class org.csapi.jr.se.ui.UICollectMode
Collect DTMF digits only
_UI_COLLECT_MODE_DTMFANDVOICE - Static variable in class org.csapi.jr.se.ui.UICollectMode
Collect both DTMF digits and voice recognized data
_UI_COLLECT_MODE_VOICE - Static variable in class org.csapi.jr.se.ui.UICollectMode
Collect Voice recognized data
_UI_ERROR_ABANDON - Static variable in class org.csapi.jr.se.ui.UIError
The specified leg is disconnected before the send information completed
_UI_ERROR_ID_NOT_FOUND - Static variable in class org.csapi.jr.se.ui.UIError
A legal InfoId is not known to the User Interaction service
_UI_ERROR_ILLEGAL_INFO - Static variable in class org.csapi.jr.se.ui.UIError
The specified information (InfoId, InfoData, or InfoAddress) is invalid
_UI_ERROR_ILLEGAL_RANGE - Static variable in class org.csapi.jr.se.ui.UIError
The values for minimum and maximum collection length are out of range
_UI_ERROR_IMPROPER_USER_RESPONSE - Static variable in class org.csapi.jr.se.ui.UIError
Improper user response
_UI_ERROR_NO_OPERATION_ACTIVE - Static variable in class org.csapi.jr.se.ui.UIError
There is no active User Interaction for the specified leg.
_UI_ERROR_NO_SPACE_AVAILABLE - Static variable in class org.csapi.jr.se.ui.UIError
There is no more storage capacity to record the message when the recordMessageReq() operation was called
_UI_ERROR_RESOURCE_TIMEOUT - Static variable in class org.csapi.jr.se.ui.UIError
The request has been accepted by the resource but it did not report a result.
_UI_ERROR_RESOURCE_UNAVAILABLE - Static variable in class org.csapi.jr.se.ui.UIError
The information resources used by the User Interaction service are unavailable, for example due to an overload situation.
_UI_ERROR_UNDEFINED - Static variable in class org.csapi.jr.se.ui.UIError
Undefined error
_UI_EVENT_DATA_TYPE_TEXT - Static variable in class org.csapi.jr.se.ui.UIEventInfoDataType
Text
_UI_EVENT_DATA_TYPE_UNDEFINED - Static variable in class org.csapi.jr.se.ui.UIEventInfoDataType
Undefined (for example binary data)
_UI_EVENT_DATA_TYPE_UNSPECIFIED - Static variable in class org.csapi.jr.se.ui.UIEventInfoDataType
Unspecified data
_UI_EVENT_DATA_TYPE_USSD_DATA - Static variable in class org.csapi.jr.se.ui.UIEventInfoDataType
USSD data starting with coding scheme
_UI_FAULT_UNDEFINED - Static variable in class org.csapi.jr.se.ui.UIFault
Undefined.
_UI_GENDER_FEMALE - Static variable in class org.csapi.jr.se.ui.UISynthesisGender
Female
_UI_GENDER_MALE - Static variable in class org.csapi.jr.se.ui.UISynthesisGender
Male
_UI_INFO_ADDRESS - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user consists of a URL.
_UI_INFO_AU - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to the end-user is .au audio data
_UI_INFO_BIN_DATA - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user consists of a 8 bit binary data set.
_UI_INFO_DATA - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user consists of a data string.
_UI_INFO_ID - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user consists of an ID.
_UI_INFO_MIME - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to the end-user consists of MIME encoded data
_UI_INFO_SYNTHESIS - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user is synthesized from text.
_UI_INFO_UUENCODED - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to an end-user consists of UUEncoded data
_UI_INFO_VXML - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to the end-user is controlled by this VXML
_UI_INFO_WAVE - Static variable in class org.csapi.jr.se.ui.UIInfoType
The information to be sent to the end-user is .wav waveform data
_UI_PRONOUNCE_IPA - Static variable in class org.csapi.jr.se.ui.UIPronounceType
The IPA pronunciation type
_UI_PRONOUNCE_SOUNDSLIKE - Static variable in class org.csapi.jr.se.ui.UIPronounceType
The simple sounds like replacement type
_UI_RANGE_AVERAGE - Static variable in class org.csapi.jr.se.ui.UISynthesisRange
Average speech
_UI_RANGE_CALM - Static variable in class org.csapi.jr.se.ui.UISynthesisRange
Moderately calm speech
_UI_RANGE_CALMER - Static variable in class org.csapi.jr.se.ui.UISynthesisRange
Very Calm or monotone speech
_UI_RANGE_EXCITED - Static variable in class org.csapi.jr.se.ui.UISynthesisRange
Moderately excited or lively speech
_UI_RANGE_MORE_EXCITED - Static variable in class org.csapi.jr.se.ui.UISynthesisRange
Excited or lively speech
_UI_RATE_AVERAGE - Static variable in class org.csapi.jr.se.ui.UISynthesisRate
Average speech rate
_UI_RATE_FAST - Static variable in class org.csapi.jr.se.ui.UISynthesisRate
Fast speech rate
_UI_RATE_SLOW - Static variable in class org.csapi.jr.se.ui.UISynthesisRate
Slow speech rate
_UI_REPORT_INFO_COLLECTED - Static variable in class org.csapi.jr.se.ui.UIReport
Information collected., meeting the specified criteria.
_UI_REPORT_INFO_SENT - Static variable in class org.csapi.jr.se.ui.UIReport
Confirmation that the information has been sent.
_UI_REPORT_MESSAGE_DELETED - Static variable in class org.csapi.jr.se.ui.UIReport
A message has been deleted successfully.
_UI_REPORT_MESSAGE_NOT_DELETED - Static variable in class org.csapi.jr.se.ui.UIReport
A message has not been deleted successfully.
_UI_REPORT_MESSAGE_NOT_STORED - Static variable in class org.csapi.jr.se.ui.UIReport
The message has not been stored successfully.
_UI_REPORT_MESSAGE_STORED - Static variable in class org.csapi.jr.se.ui.UIReport
A message has been stored successfully.
_UI_REPORT_NO_INPUT - Static variable in class org.csapi.jr.se.ui.UIReport
No information collected.
_UI_REPORT_TIMEOUT - Static variable in class org.csapi.jr.se.ui.UIReport
No information collected.
_UI_REPORT_UNDEFINED - Static variable in class org.csapi.jr.se.ui.UIReport
Undefined report.
_UI_TARGET_OBJECT_CALL - Static variable in class org.csapi.jr.se.ui.UITargetObjectType
User-interaction will be performed on a complete Call.
_UI_TARGET_OBJECT_CALL_LEG - Static variable in class org.csapi.jr.se.ui.UITargetObjectType
User-interaction will be performed on a single Call Leg.
_UI_TARGET_OBJECT_MULTI_PARTY_CALL - Static variable in class org.csapi.jr.se.ui.UITargetObjectType
User-interaction will be performed on a complete Multi-party Call.
_UI_VARIABLE_PART_ADDRESS - Static variable in class org.csapi.jr.se.ui.UIVariablePartType
Variable part is of type address
_UI_VARIABLE_PART_DATE - Static variable in class org.csapi.jr.se.ui.UIVariablePartType
Variable part is of type date
_UI_VARIABLE_PART_INT - Static variable in class org.csapi.jr.se.ui.UIVariablePartType
Variable part is of type integer
_UI_VARIABLE_PART_PRICE - Static variable in class org.csapi.jr.se.ui.UIVariablePartType
Variable part is of type price
_UI_VARIABLE_PART_TIME - Static variable in class org.csapi.jr.se.ui.UIVariablePartType
Variable part is of type time
_UL_ENTERING_AREA - Static variable in class org.csapi.jr.se.mm.LocationTriggerCriteria
User enters the area
_UL_LEAVING_AREA - Static variable in class org.csapi.jr.se.mm.LocationTriggerCriteria
User leaves the area
_ULE_CALL_ORIGINATION - Static variable in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
An emergency service user originated an emergency call.
_ULE_CALL_RELEASE - Static variable in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
An emergency service user released an emergency call.
_ULE_LOCATION_REQUEST - Static variable in class org.csapi.jr.se.mm.UserLocationEmergencyTrigger
The report is a response to an emergency location report request.
_UNAVAILABLE_RESOURCE - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The request could not be carried out as no resources were available.
_UNDEFINED - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The reason of release is not known, because no info was received from the network.
_UNKNOWN_ROAMING_STATUS - Static variable in class org.csapi.jr.se.mm.RoamingStatus
No information on Roaming status has been found.
_UNSIGNED_INT16 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpUnsignedInt16.
_UNSIGNED_INT32 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpUnsignedInt32.
_UNSIGNED_INT64 - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpUnsignedInt64.
_UNSUPPORTED_MEDIA - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The call / call leg was released either because the message body of the request is in a format not supported or because the media is not supported.
_US_BUSY - Static variable in class org.csapi.jr.se.mm.UserStatusIndicator
User is busy (only applicable for interactive user status request, not when triggers are used)
_US_NOT_REACHABLE - Static variable in class org.csapi.jr.se.mm.UserStatusIndicator
User is not reachable
_US_REACHABLE - Static variable in class org.csapi.jr.se.mm.UserStatusIndicator
User is reachable
_USER_NOT_AVAILABLE - Static variable in class org.csapi.jr.se.cc.ReleaseCause
The user is not available in the network.
_VIDEO_CAPABILITIES - Static variable in class org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType
Video stream capabilities
_WCHAR - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpWChar.
_WSTRING - Static variable in class org.csapi.jr.se.SimpleAttributeTypeInfo
Attribute type is type TpWString.
_XML_TYPE - Static variable in class org.csapi.jr.se.AttributeTagInfo
XML type

A B C D E F G H I L M N O P Q R S T U V W X _