public abstract class SimpleFunctionCall extends java.lang.Object implements RemoteFunctionCall
Purpose: RemoteFunctionCall's interface implementors that don't use remoteSessionController parameter in execute method may extend this class
Description: Convenience abstract class
Constructor and Description |
---|
SimpleFunctionCall() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(AbstractSession session,
RemoteSessionController remoteSessionController)
INTERNAL:
This method is used by remote session controller to execute the function call
|
public java.lang.Object execute(AbstractSession session, RemoteSessionController remoteSessionController)
execute
in interface RemoteFunctionCall
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference