public interface RemoteCommand
extends java.io.Serializable
Purpose: This Interfaces provides the reference part of an remote command framework Whereby, TopLink can issue commands to distributed servers. This framework reduces the size of the ever growing RemoteController and RemoteConnection framework
Description: Used as the Interface for making calls to the object
Modifier and Type | Method and Description |
---|---|
void |
execute(AbstractSession session,
RemoteSessionController remoteSessionController)
INTERNAL:
This method is used bye the remote Session to execute the command
|
void execute(AbstractSession session, RemoteSessionController remoteSessionController)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference