Uses of Class
org.mobicents.csapi.jr.slee.TpServiceIdentifier

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

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

Methods in org.mobicents.csapi.jr.slee that return TpServiceIdentifier
 TpServiceIdentifier ResourceEvent.getService()
          Returns the id of the service manager instance that this message is associated with.
 TpServiceIdentifier ParlayConnection.getService(java.lang.String serviceTypeName, java.util.Properties serviceProperties)
           
 

Methods in org.mobicents.csapi.jr.slee with parameters of type TpServiceIdentifier
 IpServiceConnection ParlayConnection.getIpServiceConnection(TpServiceIdentifier serviceIdentifier)
           
 

Constructors in org.mobicents.csapi.jr.slee with parameters of type TpServiceIdentifier
ResourceEvent(TpServiceIdentifier tpServiceIdentifier)
           
 

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

Constructors in org.mobicents.csapi.jr.slee.am with parameters of type TpServiceIdentifier
QueryBalanceErrEvent(TpServiceIdentifier tpServiceIdentifier, int queryId, TpBalanceQueryError cause)
          Constructor for QueryBalanceErrEvent
QueryBalanceResEvent(TpServiceIdentifier tpServiceIdentifier, int queryId, TpBalance[] balances)
          Constructor for QueryBalanceResEvent
ReportNotificationEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingEventInfo chargingEventInfo, int assignmentId)
          Constructor for ReportNotificationEvent
RetrieveTransactionHistoryErrEvent(TpServiceIdentifier tpServiceIdentifier, int retrievalID, TpTransactionHistoryStatus transactionHistoryError)
          Constructor for RetrieveTransactionHistoryErrEvent
RetrieveTransactionHistoryResEvent(TpServiceIdentifier tpServiceIdentifier, int retrievalID, TpTransactionHistory[] transactionHistory)
          Constructor for RetrieveTransactionHistoryResEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.cc.cccs with parameters of type TpServiceIdentifier
ChairSelectionEvent(TpServiceIdentifier tpServiceIdentifier, TpSubConfCallIdentifier tpSubConfCallIdentifier, int callLegSessionID)
          Constructor for ChairSelectionEvent
ConferenceCreatedEvent(TpServiceIdentifier tpServiceIdentifier, TpConfCallIdentifier conferenceCall)
          Constructor for ConferenceCreatedEvent
FloorRequestEvent(TpServiceIdentifier tpServiceIdentifier, TpSubConfCallIdentifier tpSubConfCallIdentifier, int callLegSessionID)
          Constructor for FloorRequestEvent
LeaveMonitorResEvent(TpServiceIdentifier tpServiceIdentifier, TpConfCallIdentifier tpConfCallIdentifier, TpSubConfCallIdentifier tpSubConfCallIdentifier)
          Constructor for LeaveMonitorResEvent
PartyJoinedEvent(TpServiceIdentifier tpServiceIdentifier, TpConfCallIdentifier tpConfCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpJoinEventInfo eventInfo)
          Constructor for PartyJoinedEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.cc.gccs with parameters of type TpServiceIdentifier
CallAbortedEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier)
          Constructor for CallAbortedEvent
CallEndedEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallEndedReport report)
          Constructor for CallEndedEvent
CallEventNotifyEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier callReference, TpCallEventInfo eventInfo, int assignmentID)
          Constructor for CallEventNotifyEvent
CallFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallFault fault)
          Constructor for CallFaultDetectedEvent
CallNotificationContinuedEvent(TpServiceIdentifier tpServiceIdentifier)
          Constructor for CallNotificationContinuedEvent
CallNotificationInterruptedEvent(TpServiceIdentifier tpServiceIdentifier)
          Constructor for CallNotificationInterruptedEvent
CallOverloadCeasedEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentID)
          Constructor for CallOverloadCeasedEvent
CallOverloadEncounteredEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentID)
          Constructor for CallOverloadEncounteredEvent
GetCallInfoErrEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallError errorIndication)
          Constructor for GetCallInfoErrEvent
GetCallInfoResEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallInfoReport callInfoReport)
          Constructor for GetCallInfoResEvent
GetMoreDialledDigitsErrEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallError errorIndication)
          Constructor for GetMoreDialledDigitsErrEvent
GetMoreDialledDigitsResEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, java.lang.String digits)
          Constructor for GetMoreDialledDigitsResEvent
RouteErrEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallError errorIndication, int callLegSessionID)
          Constructor for RouteErrEvent
RouteResEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallReport eventReport, int callLegSessionID)
          Constructor for RouteResEvent
SuperviseCallErrEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, TpCallError errorIndication)
          Constructor for SuperviseCallErrEvent
SuperviseCallResEvent(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier, int report, int usedTime)
          Constructor for SuperviseCallResEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.cc.mmccs with parameters of type TpServiceIdentifier
MediaStreamMonitorResEvent(TpServiceIdentifier tpServiceIdentifier, int callLegSessionID, TpMediaStream[] streams, TpMediaStreamEventType type)
          Constructor for MediaStreamMonitorResEvent
ReportMediaNotificationEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiMediaCallIdentifier callReference, TpMultiMediaCallLegIdentifier[] callLegReferenceSet, TpMediaStream[] mediaStreams, TpMediaStreamEventType type, int assignmentID)
          Constructor for ReportMediaNotificationEvent
SuperviseVolumeErrEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiMediaCallIdentifier tpMultiMediaCallIdentifier, TpCallError errorIndication)
          Constructor for SuperviseVolumeErrEvent
SuperviseVolumeResEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiMediaCallIdentifier tpMultiMediaCallIdentifier, int report, TpCallSuperviseVolume usedVolume)
          Constructor for SuperviseVolumeResEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.cc.mpccs with parameters of type TpServiceIdentifier
AttachMediaErrEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpCallError errorIndication)
          Constructor for AttachMediaErrEvent
AttachMediaResEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier)
          Constructor for AttachMediaResEvent
CallAbortedEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier)
          Constructor for CallAbortedEvent
CallEndedEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallEndedReport report)
          Constructor for CallEndedEvent
CallLegEndedEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpReleaseCause cause)
          Constructor for CallLegEndedEvent
CallOverloadCeasedEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentID)
          Constructor for CallOverloadCeasedEvent
CallOverloadEncounteredEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentID)
          Constructor for CallOverloadEncounteredEvent
CreateAndRouteCallLegErrEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier callLegReference, TpCallError errorIndication)
          Constructor for CreateAndRouteCallLegErrEvent
DetachMediaErrEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpCallError errorIndication)
          Constructor for DetachMediaErrEvent
DetachMediaResEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier)
          Constructor for DetachMediaResEvent
EventReportErrEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpCallError errorIndication)
          Constructor for EventReportErrEvent
EventReportResEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpCallEventInfo eventInfo)
          Constructor for EventReportResEvent
GetInfoErrEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallError errorIndication)
          Constructor for GetInfoErrEvent
GetInfoErrEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpCallError errorIndication)
          Constructor for GetInfoErrEvent
GetInfoResEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallInfoReport callInfoReport)
          Constructor for GetInfoResEvent
GetInfoResEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpCallLegInfoReport callLegInfoReport)
          Constructor for GetInfoResEvent
ManagerInterruptedEvent(TpServiceIdentifier tpServiceIdentifier)
          Constructor for ManagerInterruptedEvent
ManagerResumedEvent(TpServiceIdentifier tpServiceIdentifier)
          Constructor for ManagerResumedEvent
ReportNotificationEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier callReference, TpCallLegIdentifier[] tpCallLegIdentifier, TpCallNotificationInfo notificationInfo, int assignmentID)
          Constructor for ReportNotificationEvent
RouteErrEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpCallError errorIndication)
          Constructor for RouteErrEvent
SuperviseErrEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallError errorIndication)
          Constructor for SuperviseErrEvent
SuperviseErrEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, TpCallError errorIndication)
          Constructor for SuperviseErrEvent
SuperviseResEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, int report, int usedTime)
          Constructor for SuperviseResEvent
SuperviseResEvent(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier, int report, int usedTime)
          Constructor for SuperviseResEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.cs with parameters of type TpServiceIdentifier
CreditAmountErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingError error, int requestNumberNextRequest)
          Constructor for CreditAmountErrEvent
CreditAmountResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingPrice creditedAmount, TpChargingPrice reservedAmountLeft, int requestNumberNextRequest)
          Constructor for CreditAmountResEvent
CreditUnitErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingError error, int requestNumberNextRequest)
          Constructor for CreditUnitErrEvent
CreditUnitResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpVolume[] creditedVolumes, TpVolume[] reservedUnitsLeft, int requestNumberNextRequest)
          Constructor for CreditUnitResEvent
DebitAmountErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingError error, int requestNumberNextRequest)
          Constructor for DebitAmountErrEvent
DebitAmountResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingPrice debitedAmount, TpChargingPrice reservedAmountLeft, int requestNumberNextRequest)
          Constructor for DebitAmountResEvent
DebitUnitErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingError error, int requestNumberNextRequest)
          Constructor for DebitUnitErrEvent
DebitUnitResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpVolume[] debitedVolumes, TpVolume[] reservedUnitsLeft, int requestNumberNextRequest)
          Constructor for DebitUnitResEvent
DirectCreditAmountErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingError error, int requestNumberNextRequest)
          Constructor for DirectCreditAmountErrEvent
DirectCreditAmountResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingPrice creditedAmount, int requestNumberNextRequest)
          Constructor for DirectCreditAmountResEvent
DirectCreditUnitErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingError error, int requestNumberNextRequest)
          Constructor for DirectCreditUnitErrEvent
DirectCreditUnitResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpVolume[] creditedVolumes, int requestNumberNextRequest)
          Constructor for DirectCreditUnitResEvent
DirectDebitAmountErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingError error, int requestNumberNextRequest)
          Constructor for DirectDebitAmountErrEvent
DirectDebitAmountResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingPrice debitedAmount, int requestNumberNextRequest)
          Constructor for DirectDebitAmountResEvent
DirectDebitUnitErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingError error, int requestNumberNextRequest)
          Constructor for DirectDebitUnitErrEvent
DirectDebitUnitResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpVolume[] debitedVolumes, int requestNumberNextRequest)
          Constructor for DirectDebitUnitResEvent
ExtendLifeTimeErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, TpChargingError error)
          Constructor for ExtendLifeTimeErrEvent
ExtendLifeTimeResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int sessionTimeLeft)
          Constructor for ExtendLifeTimeResEvent
RateErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, TpChargingError error)
          Constructor for RateErrEvent
RateResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, TpPriceVolume[] rates, int validityTimeLeft)
          Constructor for RateResEvent
ReserveAmountErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingError error, int requestNumberNextRequest)
          Constructor for ReserveAmountErrEvent
ReserveAmountResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingPrice reservedAmount, int sessionTimeLeft, int requestNumberNextRequest)
          Constructor for ReserveAmountResEvent
ReserveUnitErrEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpChargingError error, int requestNumberNextRequest)
          Constructor for ReserveUnitErrEvent
ReserveUnitResEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, int requestNumber, TpVolume[] reservedUnits, int sessionTimeLeft, int requestNumberNextRequest)
          Constructor for ReserveUnitResEvent
SessionAbortedEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID)
          Constructor for SessionAbortedEvent
SessionEndedEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, TpSessionEndedCause report)
          Constructor for SessionEndedEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.dsc with parameters of type TpServiceIdentifier
ConnectErrEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier tpDataSessionIdentifier, TpDataSessionError errorIndication, int assignmentID)
          Constructor for ConnectErrEvent
ConnectResEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier tpDataSessionIdentifier, TpDataSessionReport eventReport, int assignmentID)
          Constructor for ConnectResEvent
DataSessionAbortedEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier tpDataSessionIdentifier)
          Constructor for DataSessionAbortedEvent
DataSessionFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier tpDataSessionIdentifier, TpDataSessionFault fault)
          Constructor for DataSessionFaultDetectedEvent
DataSessionNotificationContinuedEvent(TpServiceIdentifier tpServiceIdentifier)
          Constructor for DataSessionNotificationContinuedEvent
DataSessionNotificationInterruptedEvent(TpServiceIdentifier tpServiceIdentifier)
          Constructor for DataSessionNotificationInterruptedEvent
ReportNotificationEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier dataSessionReference, TpDataSessionEventInfo eventInfo, int assignmentID)
          Constructor for ReportNotificationEvent
SuperviseDataSessionErrEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier tpDataSessionIdentifier, TpDataSessionError errorIndication)
          Constructor for SuperviseDataSessionErrEvent
SuperviseDataSessionResEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier tpDataSessionIdentifier, int report, TpDataSessionSuperviseVolume usedVolume, TpDataSessionQosClass qualityOfService)
          Constructor for SuperviseDataSessionResEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.gms with parameters of type TpServiceIdentifier
MailboxFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier, TpMailboxIdentifier tpMailboxIdentifier, TpMessagingFault fault)
          Constructor for MailboxFaultDetectedEvent
MailboxTerminatedEvent(TpServiceIdentifier tpServiceIdentifier, TpMailboxIdentifier tpMailboxIdentifier)
          Constructor for MailboxTerminatedEvent
MessagingEventNotifyEvent(TpServiceIdentifier tpServiceIdentifier, IpMessagingManager messagingManager, TpMessagingEventInfo eventInfo, int assignmentID)
          Constructor for MessagingEventNotifyEvent
MessagingNotificationTerminatedEvent(TpServiceIdentifier tpServiceIdentifier)
          Constructor for MessagingNotificationTerminatedEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.mm.ul with parameters of type TpServiceIdentifier
ExtendedLocationReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpMobilityError cause, TpMobilityDiagnostic diagnostic)
          Constructor for ExtendedLocationReportErrEvent
ExtendedLocationReportResEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpUserLocationExtended[] locations)
          Constructor for ExtendedLocationReportResEvent
LocationReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpMobilityError cause, TpMobilityDiagnostic diagnostic)
          Constructor for LocationReportErrEvent
LocationReportResEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpUserLocation[] locations)
          Constructor for LocationReportResEvent
PeriodicLocationReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpMobilityError cause, TpMobilityDiagnostic diagnostic)
          Constructor for PeriodicLocationReportErrEvent
PeriodicLocationReportEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpUserLocationExtended[] locations)
          Constructor for PeriodicLocationReportEvent
TriggeredLocationReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpMobilityError cause, TpMobilityDiagnostic diagnostic)
          Constructor for TriggeredLocationReportErrEvent
TriggeredLocationReportEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpUserLocationExtended location, TpLocationTriggerCriteria criterion)
          Constructor for TriggeredLocationReportEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.mm.ulc with parameters of type TpServiceIdentifier
LocationReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpMobilityError cause, TpMobilityDiagnostic diagnostic)
          Constructor for LocationReportErrEvent
LocationReportResEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpUserLocationCamel[] locations)
          Constructor for LocationReportResEvent
PeriodicLocationReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpMobilityError cause, TpMobilityDiagnostic diagnostic)
          Constructor for PeriodicLocationReportErrEvent
PeriodicLocationReportEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpUserLocationCamel[] locations)
          Constructor for PeriodicLocationReportEvent
TriggeredLocationReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpMobilityError cause, TpMobilityDiagnostic diagnostic)
          Constructor for TriggeredLocationReportErrEvent
TriggeredLocationReportEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpUserLocationCamel location, TpLocationTriggerCamel criterion)
          Constructor for TriggeredLocationReportEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.mm.ule with parameters of type TpServiceIdentifier
EmergencyLocationReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpMobilityError cause, TpMobilityDiagnostic diagnostic)
          Constructor for EmergencyLocationReportErrEvent
EmergencyLocationReportEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpUserLocationEmergency location)
          Constructor for EmergencyLocationReportEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.mm.us with parameters of type TpServiceIdentifier
StatusReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpMobilityError cause, TpMobilityDiagnostic diagnostic)
          Constructor for StatusReportErrEvent
StatusReportResEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpUserStatus[] status)
          Constructor for StatusReportResEvent
TriggeredStatusReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpMobilityError cause, TpMobilityDiagnostic diagnostic)
          Constructor for TriggeredStatusReportErrEvent
TriggeredStatusReportEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpUserStatus status)
          Constructor for TriggeredStatusReportEvent
 

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

Constructors in org.mobicents.csapi.jr.slee.termcap with parameters of type TpServiceIdentifier
TriggeredTerminalCapabilityReportErrEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentId, TpAddress[] terminals, TpTerminalCapabilitiesError cause)
          Constructor for TriggeredTerminalCapabilityReportErrEvent
TriggeredTerminalCapabilityReportEvent(TpServiceIdentifier tpServiceIdentifier, int assignmentID, TpAddress[] terminals, int criteria, TpTerminalCapabilities capabilities)
          Constructor for TriggeredTerminalCapabilityReportEvent
 

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

Methods in org.mobicents.csapi.jr.slee.ui that return TpServiceIdentifier
 TpServiceIdentifier MultiPartyCallUITarget.getTpServiceIdentifier()
           
 TpServiceIdentifier CallUITarget.getTpServiceIdentifier()
           
 TpServiceIdentifier CallLegUITarget.getTpServiceIdentifier()
           
 

Methods in org.mobicents.csapi.jr.slee.ui with parameters of type TpServiceIdentifier
 void MultiPartyCallUITarget.setTpServiceIdentifier(TpServiceIdentifier serviceIdentifier)
           
 void CallUITarget.setTpServiceIdentifier(TpServiceIdentifier serviceIdentifier)
           
 void CallLegUITarget.setTpServiceIdentifier(TpServiceIdentifier tpServiceIdentifier)
           
 

Constructors in org.mobicents.csapi.jr.slee.ui with parameters of type TpServiceIdentifier
AbortActionErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, int assignmentID, TpUIError error)
          Constructor for AbortActionErrEvent
AbortActionResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, int assignmentID)
          Constructor for AbortActionResEvent
CallLegUITarget(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier)
           
CallUITarget(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier)
           
DeleteMessageErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIError error, int assignmentID)
          Constructor for DeleteMessageErrEvent
DeleteMessageResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIReport response, int assignmentID)
          Constructor for DeleteMessageResEvent
MultiPartyCallUITarget(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier)
           
RecordMessageErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, int assignmentID, TpUIError error)
          Constructor for RecordMessageErrEvent
RecordMessageResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, int assignmentID, TpUIReport response, int messageID)
          Constructor for RecordMessageResEvent
ReportEventNotificationEvent(TpServiceIdentifier tpServiceIdentifier, TpUIIdentifier userInteraction, TpUIEventNotificationInfo eventNotificationInfo, int assignmentID)
          Constructor for ReportEventNotificationEvent
ReportNotificationEvent(TpServiceIdentifier tpServiceIdentifier, TpUIIdentifier userInteraction, TpUIEventInfo eventInfo, int assignmentID)
          Deprecated. Constructor for ReportNotificationEvent
SendInfoAndCollectErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, int assignmentID, TpUIError error)
          Constructor for SendInfoAndCollectErrEvent
SendInfoAndCollectResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, int assignmentID, TpUIReport response, java.lang.String collectedInfo)
          Constructor for SendInfoAndCollectResEvent
SendInfoErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, int assignmentID, TpUIError error)
          Constructor for SendInfoErrEvent
SendInfoResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, int assignmentID, TpUIReport response)
          Constructor for SendInfoResEvent
UserInteractionAbortedEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier callUserInteraction)
          Constructor for UserInteractionAbortedEvent
UserInteractionAbortedEvent(TpServiceIdentifier tpServiceIdentifier, TpUIIdentifier genericUserInteraction)
          Constructor for UserInteractionAbortedEvent
UserInteractionFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, TpUIFault fault)
          Constructor for UserInteractionFaultDetectedEvent
UserInteractionNotificationContinuedEvent(TpServiceIdentifier tpServiceIdentifier)
          Constructor for UserInteractionNotificationContinuedEvent
UserInteractionNotificationInterruptedEvent(TpServiceIdentifier tpServiceIdentifier)
          Constructor for UserInteractionNotificationInterruptedEvent
 



Copyright © 2009. All Rights Reserved.