public interface RMIRemoteCommandConnection
extends java.rmi.Remote
Purpose: The interface for the remote RMI object used for transporting the remote command.
Description: This interface is the RMI remote object interface that is wrapped by the connection abstraction.
Command
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
executeCommand(byte[] command) |
java.lang.Object |
executeCommand(Command command) |
java.lang.Object executeCommand(Command command) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object executeCommand(byte[] command) throws java.rmi.RemoteException
java.rmi.RemoteException
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference