All Superinterfaces:
Serializable
All Known Implementing Classes:
SequencingFunctionCall.DoesExist, SequencingFunctionCall.GetNextValue, SequencingFunctionCall.WhenShouldAcquireValueForAll, SimpleFunctionCall

public interface RemoteFunctionCall extends 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

  • Method Summary

    Modifier and Type
    Method
    Description
    execute(AbstractSession session, RemoteSessionController remoteSessionController)
    INTERNAL: This method is used by the remote session controller to execute the function call