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.spi.commons   
org.apache.jackrabbit.spi.commons.logging   
org.apache.jackrabbit.spi2dav   
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.spi.commons
 

Methods in org.apache.jackrabbit.spi.commons that return Subscription
 Subscription AbstractRepositoryService.createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
           
 

Methods in org.apache.jackrabbit.spi.commons with parameters of type Subscription
 void AbstractRepositoryService.dispose(Subscription subscription)
           
 EventBundle[] AbstractRepositoryService.getEvents(Subscription subscription, long timeout)
           
 void AbstractRepositoryService.updateEventFilters(Subscription subscription, EventFilter[] filters)
           
 

Uses of Subscription in org.apache.jackrabbit.spi.commons.logging
 

Methods in org.apache.jackrabbit.spi.commons.logging that return Subscription
 Subscription RepositoryServiceLogger.createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
           
 

Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type Subscription
 void RepositoryServiceLogger.dispose(Subscription subscription)
           
 EventBundle[] RepositoryServiceLogger.getEvents(Subscription subscription, long timeout)
           
 void RepositoryServiceLogger.updateEventFilters(Subscription subscription, EventFilter[] eventFilters)
           
 

Uses of Subscription in org.apache.jackrabbit.spi2dav
 

Classes in org.apache.jackrabbit.spi2dav that implement Subscription
 class EventSubscriptionImpl
          EventSubscriptionImpl...
 

Methods in org.apache.jackrabbit.spi2dav that return Subscription
 Subscription RepositoryServiceImpl.createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
           
 

Methods in org.apache.jackrabbit.spi2dav with parameters of type Subscription
 void RepositoryServiceImpl.dispose(Subscription subscription)
           
 EventBundle[] RepositoryServiceImpl.getEvents(Subscription subscription, long timeout)
           
 void RepositoryServiceImpl.updateEventFilters(Subscription subscription, EventFilter[] filters)
           
 

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-2010 The Apache Software Foundation. All Rights Reserved.