Interface RemoteAdapterFactory

  • All Known Implementing Classes:
    ServerAdapterFactory

    public interface RemoteAdapterFactory
    Factory interface for creating remote adapters for local resources. This interface defines how the local JCR interfaces are adapted to remote JCR-RMI references. The adaption mechanism can be modified (for example to add extra features) by changing the remote adapter factory used by the repository server.

    Note that the ServerObject base class provides a number of utility methods designed to work with a remote adapter factory. Adapter implementations may want to inherit that functionality by subclassing from ServerObject.

    See Also:
    LocalAdapterFactory, ServerAdapterFactory, ServerObject