Interface RMIRemoteCommandConnection
-
- All Superinterfaces:
java.rmi.Remote
- All Known Implementing Classes:
_RMIRemoteCommandConnection_Stub,RMIRemoteCommandConnectionImpl,RMIRemoteCommandConnectionImpl
public interface RMIRemoteCommandConnection extends java.rmi.RemotePurpose: 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.
- Since:
- OracleAS TopLink 10g (9.0.4)
- See Also:
Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectexecuteCommand(byte[] command)java.lang.ObjectexecuteCommand(Command command)
-
-
-
Method Detail
-
executeCommand
java.lang.Object executeCommand(Command command) throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
executeCommand
java.lang.Object executeCommand(byte[] command) throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
-