public abstract class SimpleFunctionCall extends 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 |
---|---|
Object |
execute(AbstractSession session,
RemoteSessionController remoteSessionController)
INTERNAL:
This method is used by remote session controller to execute the function call
|
public Object execute(AbstractSession session, RemoteSessionController remoteSessionController)
execute
in interface RemoteFunctionCall
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference