Class ClientObservationManager

  • All Implemented Interfaces:
    ObservationManager

    @Deprecated(forRemoval=true)
    public class ClientObservationManager
    extends ClientObject
    implements ObservationManager
    Deprecated, for removal: This API element is subject to removal in a future version.
    RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

    The ClientObservationManager class

    This class uses an instance of the ClientEventPoll class for the actual registration and event dispatching.

    This class does not require the LocalAdapterFactory and consequently calls the base class constructor with a null factory.

    See the observation package comment for a description on how event listener registration and notification is implemented.

    See Also:
    ClientEventPoll