org.mobicents.slee.resource.parlay.csapi.jr.ui
Class IpAppUIImpl
java.lang.Object
org.omg.PortableServer.Servant
org.csapi.ui.IpAppUIPOA
org.mobicents.slee.resource.parlay.csapi.jr.ui.IpAppUIImpl
- All Implemented Interfaces:
- org.csapi.IpInterfaceOperations, org.csapi.ui.IpAppUIOperations, org.omg.CORBA.portable.InvokeHandler
public final class IpAppUIImpl
- extends org.csapi.ui.IpAppUIPOA
|
Constructor Summary |
IpAppUIImpl(UIManager uiManager,
org.omg.PortableServer.POA ipAppUIPOA,
EDU.oswego.cs.dl.util.concurrent.Executor[] ipAppUIExecutors)
|
|
Method Summary |
org.omg.PortableServer.POA |
_default_POA()
|
void |
dispose()
|
void |
sendInfoAndCollectErr(int userInteractionSessionID,
int assignmentID,
org.csapi.ui.TpUIError error)
|
void |
sendInfoAndCollectRes(int userInteractionSessionID,
int assignmentID,
org.csapi.ui.TpUIReport response,
java.lang.String collectedInfo)
|
void |
sendInfoErr(int userInteractionSessionID,
int assignmentID,
org.csapi.ui.TpUIError error)
|
void |
sendInfoRes(int userInteractionSessionID,
int assignmentID,
org.csapi.ui.TpUIReport response)
|
void |
userInteractionFaultDetected(int userInteractionSessionID,
org.csapi.ui.TpUIFault fault)
|
| Methods inherited from class org.csapi.ui.IpAppUIPOA |
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IpAppUIImpl
public IpAppUIImpl(UIManager uiManager,
org.omg.PortableServer.POA ipAppUIPOA,
EDU.oswego.cs.dl.util.concurrent.Executor[] ipAppUIExecutors)
- Parameters:
uiManager - ipAppUIPOA - ipAppUIExecutors -
dispose
public void dispose()
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA in class org.omg.PortableServer.Servant
sendInfoRes
public void sendInfoRes(int userInteractionSessionID,
int assignmentID,
org.csapi.ui.TpUIReport response)
sendInfoErr
public void sendInfoErr(int userInteractionSessionID,
int assignmentID,
org.csapi.ui.TpUIError error)
sendInfoAndCollectRes
public void sendInfoAndCollectRes(int userInteractionSessionID,
int assignmentID,
org.csapi.ui.TpUIReport response,
java.lang.String collectedInfo)
sendInfoAndCollectErr
public void sendInfoAndCollectErr(int userInteractionSessionID,
int assignmentID,
org.csapi.ui.TpUIError error)
userInteractionFaultDetected
public void userInteractionFaultDetected(int userInteractionSessionID,
org.csapi.ui.TpUIFault fault)
Copyright © 2009. All Rights Reserved.