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 |
Modifier and Type | Method and Description |
---|---|
Subscription |
RepositoryService.createSubscription(SessionInfo sessionInfo,
EventFilter[] filters)
Creates a new
Subscription for events with an initial set of
EventFilter s. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
AbstractRepositoryService.createSubscription(SessionInfo sessionInfo,
EventFilter[] filters) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRepositoryService.dispose(Subscription subscription) |
EventBundle[] |
AbstractRepositoryService.getEvents(Subscription subscription,
long timeout) |
void |
AbstractRepositoryService.updateEventFilters(Subscription subscription,
EventFilter[] filters) |
Modifier and Type | Method and Description |
---|---|
Subscription |
RepositoryServiceLogger.createSubscription(SessionInfo sessionInfo,
EventFilter[] filters) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryServiceLogger.dispose(Subscription subscription) |
EventBundle[] |
RepositoryServiceLogger.getEvents(Subscription subscription,
long timeout) |
void |
RepositoryServiceLogger.updateEventFilters(Subscription subscription,
EventFilter[] eventFilters) |
Modifier and Type | Class and Description |
---|---|
class |
EventSubscriptionImpl
EventSubscriptionImpl ... |
Modifier and Type | Method and Description |
---|---|
Subscription |
RepositoryServiceImpl.createSubscription(SessionInfo sessionInfo,
EventFilter[] filters) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryServiceImpl.dispose(Subscription subscription) |
EventBundle[] |
RepositoryServiceImpl.getEvents(Subscription subscription,
long timeout) |
void |
RepositoryServiceImpl.updateEventFilters(Subscription subscription,
EventFilter[] filters) |
Modifier and Type | Method and Description |
---|---|
Subscription |
RepositoryServiceImpl.createSubscription(SessionInfo sessionInfo,
EventFilter[] filters)
Creates a new
Subscription for events with an initial set of
EventFilter s. |
Modifier and Type | Method and 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.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.