Module org.eclipse.persistence.core
Interface RemoteFunctionCall
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SequencingFunctionCall.DoesExist,SequencingFunctionCall.GetNextValue,SequencingFunctionCall.WhenShouldAcquireValueForAll,SimpleFunctionCall
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
-
Method Summary
Modifier and TypeMethodDescriptionexecute(AbstractSession session, RemoteSessionController remoteSessionController) INTERNAL: This method is used by the remote session controller to execute the function call
-
Method Details
-
execute
INTERNAL: This method is used by the remote session controller to execute the function call
-