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, unexportObject
public RMIRemoteCommandConnectionImpl(RemoteCommandManager rcm) throws RemoteException
RemoteException
public Object executeCommand(Command command) throws RemoteException
executeCommand
in interface RMIRemoteCommandConnection
RemoteException
public Object executeCommand(byte[] command) throws RemoteException
executeCommand
in interface RMIRemoteCommandConnection
RemoteException
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference