|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||