public class CORBARemoteCommandConnection extends RemoteConnection
Purpose: Define an Sun CORBA implementation class for the remote object that can execute a remote command.
Description: This implementation class is the CORBA transport version of the connection that is used by the remote command manager to send remote commands. This object just wraps the CORBAConnectionImpl remote object
Constructor and Description |
---|
CORBARemoteCommandConnection(CORBAConnection connection) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
executeCommand(byte[] command)
INTERNAL:
This method invokes the remote object with the Command argument, and causes
it to execute the command in the remote VM.
|
java.lang.Object |
executeCommand(Command command)
INTERNAL:
This method invokes the remote object with the Command argument, and causes
it to execute the command in the remote VM.
|
close, getServiceId, setServiceId, toString
public CORBARemoteCommandConnection(CORBAConnection connection)
public java.lang.Object executeCommand(Command command) throws CommunicationException
executeCommand
in class RemoteConnection
CommunicationException
public java.lang.Object executeCommand(byte[] command) throws CommunicationException
executeCommand
in class RemoteConnection
CommunicationException
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference