| Modifier and Type | Method and Description |
|---|---|
Subscription |
RepositoryService.createSubscription(SessionInfo sessionInfo,
EventFilter[] filters)
Creates a new
Subscription for events with an initial set of
EventFilters. |
| 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.
|
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.