public class RMIRemoteCommandConnectionImpl extends UnicastRemoteObject implements RMIRemoteCommandConnection
Purpose: The implementation for the remote RMI object used for transporting the remote command.
Description: This implementation class is the RMI 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,
Serialized Form| Constructor and Description |
|---|
RMIRemoteCommandConnectionImpl(RemoteCommandManager rcm) |
| Modifier and Type | Method and Description |
|---|---|
Object |
executeCommand(byte[] command)
INTERNAL:
No support currently exists for returning the result of the command execution.
|
Object |
executeCommand(Command command)
INTERNAL:
No support currently exists for returning the result of the command execution.
|
clone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogpublic RMIRemoteCommandConnectionImpl(RemoteCommandManager rcm) throws RemoteException
RemoteExceptionpublic Object executeCommand(Command command) throws RemoteException
executeCommand in interface RMIRemoteCommandConnectionRemoteExceptionpublic Object executeCommand(byte[] command) throws RemoteException
executeCommand in interface RMIRemoteCommandConnectionRemoteExceptionEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference