Uses of Interface
org.apache.jackrabbit.spi.Subscription

Packages that use Subscription
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi2jcr   
 

Uses of Subscription in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return Subscription
 Subscription RepositoryService.createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
          Creates a new Subscription for events with an initial set of EventFilters.
 

Methods in org.apache.jackrabbit.spi with parameters of type Subscription
 void RepositoryService.dispose(Subscription subscription)
          Indicates that the passed subscription is no longer needed.
 EventBundle[] RepositoryService.getEvents(Subscription subscription, long timeout)
          Retrieves the events that occurred since the last call to this method for the passed subscription.
 void RepositoryService.updateEventFilters(Subscription subscription, EventFilter[] filters)
          Updates events filters on the subscription.
 

Uses of Subscription in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return Subscription
 Subscription RepositoryServiceImpl.createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
          Creates a new Subscription for events with an initial set of EventFilters.
 

Methods in org.apache.jackrabbit.spi2jcr with parameters of type Subscription
 void RepositoryServiceImpl.dispose(Subscription subscription)
          Indicates that the passed subscription is no longer needed.
 EventBundle[] RepositoryServiceImpl.getEvents(Subscription subscription, long timeout)
          Retrieves the events that occurred since the last call to this method for the passed subscription.
 void RepositoryServiceImpl.updateEventFilters(Subscription subscription, EventFilter[] filters)
          Updates events filters on the subscription.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.