public class RMIRemoteCommandConnectionImpl extends 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 |
|---|---|
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.
|
connect, exportObject, narrow, toStub, unexportObjectpublic 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