public class RMIRemoteCommandConnectionImpl extends javax.rmi.PortableRemoteObject implements RMIRemoteCommandConnection
Purpose: The implementation for the remote RMI-IIOP object used for transporting the remote command.
Description: This implementation class is the RMI-IIOP remote object that is wrapped by the conection abstraction. It is the first point of entry of the command into the remote service. It simply hands the command to the RCM to be processed.
Command,
RemoteCommandManager| Constructor and Description |
|---|
RMIRemoteCommandConnectionImpl(RemoteCommandManager rcm) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
executeCommand(byte[] command)
INTERNAL:
No support currently exists for returning the result of the command execution.
|
java.lang.Object |
executeCommand(Command command)
INTERNAL:
No support currently exists for returning the result of the command execution.
|
public RMIRemoteCommandConnectionImpl(RemoteCommandManager rcm) throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.lang.Object executeCommand(Command command) throws java.rmi.RemoteException
executeCommand in interface RMIRemoteCommandConnectionjava.rmi.RemoteExceptionpublic java.lang.Object executeCommand(byte[] command)
throws java.rmi.RemoteException
executeCommand in interface RMIRemoteCommandConnectionjava.rmi.RemoteExceptionEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference