oracle.toplink.remote.corba.visibroker
Class CORBARemoteSessionControllerPOA

oracle.toplink.remote.corba.visibroker.CORBARemoteSessionControllerPOA
All Implemented Interfaces:
CORBARemoteSessionControllerOperations, org.omg.CORBA.portable.InvokeHandler
Direct Known Subclasses:
CORBARemoteSessionControllerDispatcher, CORBARemoteSessionControllerPOATie

public abstract class CORBARemoteSessionControllerPOA
implements org.omg.CORBA.portable.InvokeHandler, CORBARemoteSessionControllerOperations

IDL definition:
 interface CORBARemoteSessionController {
...
};
 


Constructor Summary
CORBARemoteSessionControllerPOA()
           
 
Method Summary
TypeMethod
 java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa, byte[] objectId)
           
static org.omg.CORBA.portable.OutputStream _invoke(CORBARemoteSessionControllerOperations _self, int _method_id, org.omg.CORBA.portable.InputStream _input, org.omg.CORBA.portable.ResponseHandler _handler)
           
 org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName, org.omg.CORBA.portable.InputStream _input, org.omg.CORBA.portable.ResponseHandler handler)
           
 CORBARemoteSessionController _this()
           
 CORBARemoteSessionController _this(org.omg.CORBA.ORB orb)
           
 
Methods inherited from interface oracle.toplink.remote.corba.visibroker.CORBARemoteSessionControllerOperations
None
 

Constructor Detail

CORBARemoteSessionControllerPOA

public CORBARemoteSessionControllerPOA()
Method Detail

_this

public CORBARemoteSessionController _this()

_this

public CORBARemoteSessionController _this(org.omg.CORBA.ORB orb)

_all_interfaces

public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa,
                                          byte[] objectId)

_invoke

public org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName,
                                                   org.omg.CORBA.portable.InputStream _input,
                                                   org.omg.CORBA.portable.ResponseHandler handler)
Specified by:
_invoke in interface org.omg.CORBA.portable.InvokeHandler

_invoke

public static org.omg.CORBA.portable.OutputStream _invoke(CORBARemoteSessionControllerOperations _self,
                                                          int _method_id,
                                                          org.omg.CORBA.portable.InputStream _input,
                                                          org.omg.CORBA.portable.ResponseHandler _handler)