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

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.ui.IpAppUICallPOA
          extended by org.mobicents.slee.resource.parlay.csapi.jr.ui.IpAppUICallImpl
All Implemented Interfaces:
org.csapi.IpInterfaceOperations, org.csapi.ui.IpAppUICallOperations, org.csapi.ui.IpAppUIOperations, org.omg.CORBA.portable.InvokeHandler

public class IpAppUICallImpl
extends org.csapi.ui.IpAppUICallPOA


Constructor Summary
IpAppUICallImpl(UIManager uiManager, org.omg.PortableServer.POA ipAppCallPOA, EDU.oswego.cs.dl.util.concurrent.Executor[] executors)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 void abortActionErr(int userInteractionSessionID, int assignmentID, org.csapi.ui.TpUIError error)
           
 void abortActionRes(int userInteractionSessionID, int assignmentID)
           
 void deleteMessageErr(int userInteractionSessionID, org.csapi.ui.TpUIError error, int assignmentID)
           
 void deleteMessageRes(int userInteractionSessionID, org.csapi.ui.TpUIReport response, int assignmentID)
           
 void dispose()
           
 void recordMessageErr(int userInteractionSessionID, int assignmentID, org.csapi.ui.TpUIError error)
           
 void recordMessageRes(int userInteractionSessionID, int assignmentID, org.csapi.ui.TpUIReport response, int messageID)
           
 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.IpAppUICallPOA
_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
 

Constructor Detail

IpAppUICallImpl

public IpAppUICallImpl(UIManager uiManager,
                       org.omg.PortableServer.POA ipAppCallPOA,
                       EDU.oswego.cs.dl.util.concurrent.Executor[] executors)
Parameters:
uiManager -
ipAppCallPOA -
Method Detail

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)

recordMessageRes

public void recordMessageRes(int userInteractionSessionID,
                             int assignmentID,
                             org.csapi.ui.TpUIReport response,
                             int messageID)

recordMessageErr

public void recordMessageErr(int userInteractionSessionID,
                             int assignmentID,
                             org.csapi.ui.TpUIError error)

deleteMessageRes

public void deleteMessageRes(int userInteractionSessionID,
                             org.csapi.ui.TpUIReport response,
                             int assignmentID)

deleteMessageErr

public void deleteMessageErr(int userInteractionSessionID,
                             org.csapi.ui.TpUIError error,
                             int assignmentID)

abortActionRes

public void abortActionRes(int userInteractionSessionID,
                           int assignmentID)

abortActionErr

public void abortActionErr(int userInteractionSessionID,
                           int assignmentID,
                           org.csapi.ui.TpUIError error)


Copyright © 2009. All Rights Reserved.