Uses of Class
org.mobicents.csapi.jr.slee.ui.TpUICallIdentifier

Packages that use TpUICallIdentifier
org.mobicents.csapi.jr.slee.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

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

Methods in org.mobicents.csapi.jr.slee.ui that return TpUICallIdentifier
 TpUICallIdentifier IpUIManagerConnection.createUICall(TpUITargetObject uiTargetObject)
          This method is used to create a new user interaction object for call related purposes.
 TpUICallIdentifier UserInteractionAbortedEvent.getCallUserInteraction()
          Returns the Call related User Interaction
 TpUICallIdentifier UserInteractionFaultDetectedEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUICallIdentifier SendInfoResEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUICallIdentifier SendInfoErrEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUICallIdentifier SendInfoAndCollectResEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUICallIdentifier SendInfoAndCollectErrEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUICallIdentifier RecordMessageResEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUICallIdentifier RecordMessageErrEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUICallIdentifier DeleteMessageResEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUICallIdentifier DeleteMessageErrEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUICallIdentifier AbortActionResEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUICallIdentifier AbortActionErrEvent.getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 

Methods in org.mobicents.csapi.jr.slee.ui with parameters of type TpUICallIdentifier
 IpUICallConnection IpUIManagerConnection.getIpUICallConnection(TpUICallIdentifier uICallIdentifier)
          Obtains Access To a IpUICallConnection interface
 

Constructors in org.mobicents.csapi.jr.slee.ui with parameters of type TpUICallIdentifier
AbortActionErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, int assignmentID, TpUIError error)
          Constructor for AbortActionErrEvent
AbortActionResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, int assignmentID)
          Constructor for AbortActionResEvent
DeleteMessageErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIError error, int assignmentID)
          Constructor for DeleteMessageErrEvent
DeleteMessageResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIReport response, int assignmentID)
          Constructor for DeleteMessageResEvent
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
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
UserInteractionFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, TpUIFault fault)
          Constructor for UserInteractionFaultDetectedEvent
 



Copyright © 2009. All Rights Reserved.