Uses of Interface
org.apache.jackrabbit.spi.Subscription
-
Packages that use Subscription Package Description 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 Modifier and Type Method Description Subscription
RepositoryService. createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
Creates a newSubscription
for events with an initial set ofEventFilter
s.Methods in org.apache.jackrabbit.spi with parameters of type Subscription Modifier and Type Method Description 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 Modifier and Type Method Description Subscription
AbstractRepositoryService. createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
Methods in org.apache.jackrabbit.spi.commons with parameters of type Subscription Modifier and Type Method Description 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 Modifier and Type Method Description Subscription
RepositoryServiceLogger. createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type Subscription Modifier and Type Method Description 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 Modifier and Type Class Description class
EventSubscriptionImpl
EventSubscriptionImpl
...Methods in org.apache.jackrabbit.spi2dav that return Subscription Modifier and Type Method Description Subscription
RepositoryServiceImpl. createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
Methods in org.apache.jackrabbit.spi2dav with parameters of type Subscription Modifier and Type Method Description 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 Modifier and Type Method Description Subscription
RepositoryServiceImpl. createSubscription(SessionInfo sessionInfo, EventFilter[] filters)
Creates a newSubscription
for events with an initial set ofEventFilter
s.Methods in org.apache.jackrabbit.spi2jcr with parameters of type Subscription Modifier and Type Method Description 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.
-