All Superinterfaces:
Serializable
All Known Implementing Classes:
RemoveServerSideRemoteValueHolderCommand

public interface RemoteCommand extends Serializable

Purpose: This Interfaces provides the reference part of an remote command framework Whereby, TopLink can issue commands to distributed servers. This framework reduces the size of the ever growing RemoteController and RemoteConnection framework

Description: Used as the Interface for making calls to the object

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(AbstractSession session, RemoteSessionController remoteSessionController)
    INTERNAL: This method is used bye the remote Session to execute the command
  • Method Details