|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventBundle | |
|---|---|
| org.apache.jackrabbit.jcr2spi.hierarchy | |
| org.apache.jackrabbit.jcr2spi.observation | |
| org.apache.jackrabbit.spi | Defines the interfaces of the JCR SPI (Service Provider Interface). |
| org.apache.jackrabbit.spi.commons | |
| org.apache.jackrabbit.spi2jcr | |
| Uses of EventBundle in org.apache.jackrabbit.jcr2spi.hierarchy |
|---|
| Methods in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type EventBundle | |
|---|---|
void |
HierarchyEventListener.onEvent(EventBundle eventBundle)
Processes events and invalidates cached ItemStates
accordingly. |
| Uses of EventBundle in org.apache.jackrabbit.jcr2spi.observation |
|---|
| Methods in org.apache.jackrabbit.jcr2spi.observation with parameters of type EventBundle | |
|---|---|
void |
InternalEventListener.onEvent(EventBundle eventBundle)
Gets called when an event occurs. |
void |
ObservationManagerImpl.onEvent(EventBundle eventBundle)
|
| Uses of EventBundle in org.apache.jackrabbit.spi |
|---|
| Methods in org.apache.jackrabbit.spi that return EventBundle | |
|---|---|
EventBundle[] |
RepositoryService.getEvents(Subscription subscription,
long timeout)
Retrieves the events that occurred since the last call to this method for the passed subscription. |
| Uses of EventBundle in org.apache.jackrabbit.spi.commons |
|---|
| Classes in org.apache.jackrabbit.spi.commons that implement EventBundle | |
|---|---|
class |
EventBundleImpl
EventBundleImpl implements a serializable EventBundle. |
| Uses of EventBundle in org.apache.jackrabbit.spi2jcr |
|---|
| Methods in org.apache.jackrabbit.spi2jcr that return EventBundle | |
|---|---|
EventBundle[] |
RepositoryServiceImpl.getEvents(Subscription subscription,
long timeout)
Retrieves the events that occurred since the last call to this method for the passed subscription. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||