public class RMIRemoteCommandConnectionImpl extends java.rmi.server.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 FormConstructor 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.
|
clone, exportObject, exportObject, exportObject, unexportObject
public RMIRemoteCommandConnectionImpl(RemoteCommandManager rcm) throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.Object executeCommand(Command command) throws java.rmi.RemoteException
executeCommand
in interface RMIRemoteCommandConnection
java.rmi.RemoteException
public java.lang.Object executeCommand(byte[] command) throws java.rmi.RemoteException
executeCommand
in interface RMIRemoteCommandConnection
java.rmi.RemoteException
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference