public interface RemoteFunctionCall
extends java.io.Serializable
Purpose: This Interface provides the reference part of an remote command framework Whereby, TopLink can issue function calls to distributed servers. This framework reduces the size of the ever growing RemoteController and RemoteConnection framework Note that the only difference between this interface and RemoteCommand is execute method returning a value
Description: Used as the Interface for making calls to the object
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(AbstractSession session,
RemoteSessionController remoteSessionController)
INTERNAL:
This method is used by the remote session controller to execute the function call
|
java.lang.Object execute(AbstractSession session, RemoteSessionController remoteSessionController)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference