Interface RemoteFunctionCall
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SequencingFunctionCall.DoesExist,SequencingFunctionCall.GetNextValue,SequencingFunctionCall.WhenShouldAcquireValueForAll,SimpleFunctionCall
public interface RemoteFunctionCall extends java.io.SerializablePurpose: 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectexecute(AbstractSession session, RemoteSessionController remoteSessionController)INTERNAL: This method is used by the remote session controller to execute the function call
-
-
-
Method Detail
-
execute
java.lang.Object execute(AbstractSession session, RemoteSessionController remoteSessionController)
INTERNAL: This method is used by the remote session controller to execute the function call
-
-