org.mobicents.slee.resource.parlay.csapi.jr.ui.activity.ui
Interface AbstractUI

All Superinterfaces:
org.csapi.ui.IpAppUIOperations, org.csapi.IpInterfaceOperations, org.mobicents.csapi.jr.slee.IpServiceConnection, org.mobicents.csapi.jr.slee.ui.IpUIConnection
All Known Subinterfaces:
UICall, UIGeneric
All Known Implementing Classes:
AbstractUIImpl, UICallImpl, UIGenericImpl

public interface AbstractUI
extends org.mobicents.csapi.jr.slee.ui.IpUIConnection, org.csapi.ui.IpAppUIOperations


Method Summary
 void dispose()
          Destroys or deallocates all resources used.
 javax.slee.resource.ActivityHandle getActivityHandle()
           
 org.csapi.ui.IpUI getIpUI()
           
 void init()
          Initialises the internal resources.
 
Methods inherited from interface org.mobicents.csapi.jr.slee.ui.IpUIConnection
getOriginatingAddress, release, sendInfoAndCollectReq, sendInfoReq, setOriginatingAddress
 
Methods inherited from interface org.mobicents.csapi.jr.slee.IpServiceConnection
closeConnection
 
Methods inherited from interface org.csapi.ui.IpAppUIOperations
sendInfoAndCollectErr, sendInfoAndCollectRes, sendInfoErr, sendInfoRes, userInteractionFaultDetected
 

Method Detail

init

void init()
Initialises the internal resources.


dispose

void dispose()
Destroys or deallocates all resources used.


getActivityHandle

javax.slee.resource.ActivityHandle getActivityHandle()
Returns:

getIpUI

org.csapi.ui.IpUI getIpUI()
Returns:
Parlay Gateway CORBA IOR e.g. IpUI or IpUICall


Copyright © 2008. All Rights Reserved.