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 Source "d:/StarTeam/DIDev/Pine/TopLink/DISource/IDLs/CorbaRemoteSessionControllerVisibroker.idl"
- IDL Name ::oracle::toplink::remote::corba::visibroker::CORBARemoteSessionController
- Repository Id IDL:oracle/toplink/remote/corba/visibroker/CORBARemoteSessionController:1.0
IDL definition:
interface CORBARemoteSessionController {
...
};
| Type | Method |
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 |
CORBARemoteSessionControllerPOA
public CORBARemoteSessionControllerPOA()
_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)