Class _RMIRemoteCommandConnection_Stub
- java.lang.Object
-
- org.omg.CORBA.portable.ObjectImpl
-
- org.omg.CORBA_2_3.portable.ObjectImpl
-
- javax.rmi.CORBA.Stub
-
- org.eclipse.persistence.internal.sessions.coordination.rmi._RMIRemoteCommandConnection_Stub
-
- All Implemented Interfaces:
java.io.Serializable,java.rmi.Remote,RMIRemoteCommandConnection,org.omg.CORBA.Object
public class _RMIRemoteCommandConnection_Stub extends javax.rmi.CORBA.Stub implements RMIRemoteCommandConnection
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description _RMIRemoteCommandConnection_Stub()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]_ids()java.lang.ObjectexecuteCommand(byte[] arg0)java.lang.ObjectexecuteCommand(Command arg0)-
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
-
-
-
-
Method Detail
-
_ids
public java.lang.String[] _ids()
- Specified by:
_idsin classorg.omg.CORBA.portable.ObjectImpl
-
executeCommand
public java.lang.Object executeCommand(Command arg0) throws java.rmi.RemoteException
- Specified by:
executeCommandin interfaceRMIRemoteCommandConnection- Throws:
java.rmi.RemoteException
-
executeCommand
public java.lang.Object executeCommand(byte[] arg0) throws java.rmi.RemoteException- Specified by:
executeCommandin interfaceRMIRemoteCommandConnection- Throws:
java.rmi.RemoteException
-
-