Class _RMIRemoteSessionControllerDispatcher_Tie
- java.lang.Object
-
- org.omg.CORBA.portable.ObjectImpl
-
- org.omg.CORBA_2_3.portable.ObjectImpl
-
- org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
-
- All Implemented Interfaces:
Tie,Object,InvokeHandler
public class _RMIRemoteSessionControllerDispatcher_Tie extends ObjectImpl implements Tie
INTERNAL:
-
-
Constructor Summary
Constructors Constructor Description _RMIRemoteSessionControllerDispatcher_Tie()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]_ids()OutputStream_invoke(String method, InputStream _in, ResponseHandler reply)voiddeactivate()RemotegetTarget()ORBorb()voidorb(ORB orb)static org.eclipse.persistence.internal.sessions.remote.TransporterreadTransporter(InputStream stream)Insert the method's description here.voidsetTarget(Remote target)ObjectthisObject()static voidwriteTransporter(org.eclipse.persistence.internal.sessions.remote.Transporter transporter, OutputStream stream)Insert the method's description here.-
Methods inherited from class org.omg.CORBA_2_3.portable.ObjectImpl
_get_codebase
-
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
-
-
-
-
Method Detail
-
_ids
public String[] _ids()
- Specified by:
_idsin classObjectImpl
-
_invoke
public OutputStream _invoke(String method, InputStream _in, ResponseHandler reply) throws SystemException
- Specified by:
_invokein interfaceInvokeHandler- Throws:
SystemException
-
deactivate
public void deactivate()
- Specified by:
deactivatein interfaceTie
-
readTransporter
public static org.eclipse.persistence.internal.sessions.remote.Transporter readTransporter(InputStream stream)
Insert the method's description here. Creation date: (8/15/00 9:07:19 AM)- Parameters:
stream- org.omg.CORBA_2_3.portable.InputStream- Returns:
- org.eclipse.persistence.internal.sessions.remote.Transporter
-
thisObject
public Object thisObject()
- Specified by:
thisObjectin interfaceTie
-
writeTransporter
public static void writeTransporter(org.eclipse.persistence.internal.sessions.remote.Transporter transporter, OutputStream stream)Insert the method's description here. Creation date: (8/15/00 9:05:39 AM)- Parameters:
stream- org.omg.CORBA_2_3.portable.OutputStreamtransporter- org.eclipse.persistence.internal.sessions.remote.Transporter
-
-