org.mobicents.slee.resource.parlay.csapi.jr.ui
Class IpUIManagerConnectionImpl

java.lang.Object
  extended by org.mobicents.slee.resource.parlay.csapi.jr.ui.IpUIManagerConnectionImpl
All Implemented Interfaces:
org.mobicents.csapi.jr.slee.IpServiceConnection, org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection

public class IpUIManagerConnectionImpl
extends java.lang.Object
implements org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection


Constructor Summary
IpUIManagerConnectionImpl(UIManager uiManager)
           
 
Method Summary
 void changeNotification(int assignmentID, org.csapi.ui.TpUIEventCriteria eventCriteria)
           
 void closeConnection()
           
 int createNotification(org.csapi.ui.TpUIEventCriteria eventCriteria)
           
 org.mobicents.csapi.jr.slee.ui.TpUIIdentifier createUI(org.csapi.TpAddress userAddress)
           
 org.mobicents.csapi.jr.slee.ui.TpUICallIdentifier createUICall(org.mobicents.csapi.jr.slee.ui.TpUITargetObject uiTargetObject)
           
 void destroyNotification(int assignmentID)
           
 void disableNotifications()
           
 int enableNotifications()
           
 org.mobicents.csapi.jr.slee.ui.IpUICallConnection getIpUICallConnection(org.mobicents.csapi.jr.slee.ui.TpUICallIdentifier uICallIdentifier)
           
 org.mobicents.csapi.jr.slee.ui.IpUIConnection getIpUIConnection(org.mobicents.csapi.jr.slee.ui.TpUIIdentifier uiIdentifier)
           
 org.csapi.ui.TpUIEventCriteriaResult[] getNotification()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpUIManagerConnectionImpl

public IpUIManagerConnectionImpl(UIManager uiManager)
Method Detail

getIpUIConnection

public org.mobicents.csapi.jr.slee.ui.IpUIConnection getIpUIConnection(org.mobicents.csapi.jr.slee.ui.TpUIIdentifier uiIdentifier)
                                                                throws javax.slee.resource.ResourceException
Specified by:
getIpUIConnection in interface org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection
Throws:
javax.slee.resource.ResourceException

getIpUICallConnection

public org.mobicents.csapi.jr.slee.ui.IpUICallConnection getIpUICallConnection(org.mobicents.csapi.jr.slee.ui.TpUICallIdentifier uICallIdentifier)
                                                                        throws javax.slee.resource.ResourceException
Specified by:
getIpUICallConnection in interface org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection
Throws:
javax.slee.resource.ResourceException

closeConnection

public void closeConnection()
                     throws javax.slee.resource.ResourceException
Specified by:
closeConnection in interface org.mobicents.csapi.jr.slee.IpServiceConnection
Throws:
javax.slee.resource.ResourceException

createUI

public org.mobicents.csapi.jr.slee.ui.TpUIIdentifier createUI(org.csapi.TpAddress userAddress)
                                                       throws org.csapi.TpCommonExceptions,
                                                              org.csapi.P_INVALID_NETWORK_STATE,
                                                              javax.slee.resource.ResourceException
Specified by:
createUI in interface org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection
Throws:
org.csapi.TpCommonExceptions
org.csapi.P_INVALID_NETWORK_STATE
javax.slee.resource.ResourceException

createUICall

public org.mobicents.csapi.jr.slee.ui.TpUICallIdentifier createUICall(org.mobicents.csapi.jr.slee.ui.TpUITargetObject uiTargetObject)
                                                               throws org.csapi.TpCommonExceptions,
                                                                      org.csapi.P_INVALID_NETWORK_STATE,
                                                                      javax.slee.resource.ResourceException
Specified by:
createUICall in interface org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection
Throws:
org.csapi.TpCommonExceptions
org.csapi.P_INVALID_NETWORK_STATE
javax.slee.resource.ResourceException

createNotification

public int createNotification(org.csapi.ui.TpUIEventCriteria eventCriteria)
                       throws org.csapi.TpCommonExceptions,
                              org.csapi.P_INVALID_CRITERIA,
                              javax.slee.resource.ResourceException
Specified by:
createNotification in interface org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection
Throws:
org.csapi.TpCommonExceptions
org.csapi.P_INVALID_CRITERIA
javax.slee.resource.ResourceException

destroyNotification

public void destroyNotification(int assignmentID)
                         throws org.csapi.TpCommonExceptions,
                                org.csapi.P_INVALID_ASSIGNMENT_ID,
                                javax.slee.resource.ResourceException
Specified by:
destroyNotification in interface org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection
Throws:
org.csapi.TpCommonExceptions
org.csapi.P_INVALID_ASSIGNMENT_ID
javax.slee.resource.ResourceException

changeNotification

public void changeNotification(int assignmentID,
                               org.csapi.ui.TpUIEventCriteria eventCriteria)
                        throws org.csapi.TpCommonExceptions,
                               org.csapi.P_INVALID_ASSIGNMENT_ID,
                               org.csapi.P_INVALID_CRITERIA,
                               javax.slee.resource.ResourceException
Specified by:
changeNotification in interface org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection
Throws:
org.csapi.TpCommonExceptions
org.csapi.P_INVALID_ASSIGNMENT_ID
org.csapi.P_INVALID_CRITERIA
javax.slee.resource.ResourceException

getNotification

public org.csapi.ui.TpUIEventCriteriaResult[] getNotification()
                                                       throws org.csapi.TpCommonExceptions,
                                                              javax.slee.resource.ResourceException
Specified by:
getNotification in interface org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection
Throws:
org.csapi.TpCommonExceptions
javax.slee.resource.ResourceException

enableNotifications

public int enableNotifications()
                        throws org.csapi.TpCommonExceptions,
                               javax.slee.resource.ResourceException
Specified by:
enableNotifications in interface org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection
Throws:
org.csapi.TpCommonExceptions
javax.slee.resource.ResourceException

disableNotifications

public void disableNotifications()
                          throws org.csapi.TpCommonExceptions,
                                 javax.slee.resource.ResourceException
Specified by:
disableNotifications in interface org.mobicents.csapi.jr.slee.ui.IpUIManagerConnection
Throws:
org.csapi.TpCommonExceptions
javax.slee.resource.ResourceException


Copyright © 2009. All Rights Reserved.