Module org.eclipse.persistence.core
Interface RMIRemoteCommandConnection
-
- All Superinterfaces:
Remote
- All Known Implementing Classes:
RMIRemoteCommandConnectionImpl
public interface RMIRemoteCommandConnection extends 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.
- Since:
- OracleAS TopLink 10g (9.0.4)
- See Also:
Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectexecuteCommand(byte[] command)TODOObjectexecuteCommand(Command command)TODO
-
-
-
Method Detail
-
executeCommand
Object executeCommand(Command command) throws RemoteException
TODO- Parameters:
command- TODO- Returns:
- TODO
- Throws:
RemoteException- TODO
-
executeCommand
Object executeCommand(byte[] command) throws RemoteException
TODO- Parameters:
command- TODO- Returns:
- TODO
- Throws:
RemoteException- TODO
-
-