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

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

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

Methods in org.mobicents.csapi.jr.slee.ui that return TpUIIdentifier
 TpUIIdentifier IpUIManagerConnection.createUI(TpAddress userAddress)
          This method is used to create a new user interaction object for non-call related purposes Results: userInteraction Specifies the interface and sessionID of the user interaction created.
 TpUIIdentifier UserInteractionAbortedEvent.getGenericUserInteraction()
          Returns the Generic User Interaction
 TpUIIdentifier UserInteractionFaultDetectedEvent.getTpUIIdentifier()
          Returns the tpUIIdentifier
 TpUIIdentifier SendInfoResEvent.getTpUIIdentifier()
          Returns the tpUIIdentifier
 TpUIIdentifier SendInfoErrEvent.getTpUIIdentifier()
          Returns the tpUIIdentifier
 TpUIIdentifier SendInfoAndCollectResEvent.getTpUIIdentifier()
          Returns the tpUIIdentifier
 TpUIIdentifier SendInfoAndCollectErrEvent.getTpUIIdentifier()
          Returns the tpUIIdentifier
 TpUIIdentifier ReportNotificationEvent.getUserInteraction()
          Deprecated. Returns the userInteraction
 TpUIIdentifier ReportEventNotificationEvent.getUserInteraction()
          Returns the userInteraction
 

Methods in org.mobicents.csapi.jr.slee.ui with parameters of type TpUIIdentifier
 IpUIConnection IpUIManagerConnection.getIpUIConnection(TpUIIdentifier uIIdentifier)
          Obtains Access To a IpUIConnection interface
 

Constructors in org.mobicents.csapi.jr.slee.ui with parameters of type TpUIIdentifier
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, TpUIIdentifier genericUserInteraction)
          Constructor for UserInteractionAbortedEvent
UserInteractionFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, TpUIFault fault)
          Constructor for UserInteractionFaultDetectedEvent
 



Copyright © 2009. All Rights Reserved.