Uses of Interface
org.apache.jackrabbit.core.cluster.Update
-
Packages that use Update Package Description org.apache.jackrabbit.core.cluster org.apache.jackrabbit.core.state -
-
Uses of Update in org.apache.jackrabbit.core.cluster
Methods in org.apache.jackrabbit.core.cluster with parameters of type Update Modifier and Type Method Description void
UpdateEventChannel. updateCancelled(Update update)
Called when an a update operation has been cancelled.void
UpdateEventChannel. updateCommitted(Update update, String path)
Called when an a update operation has been committed.void
UpdateEventChannel. updateCreated(Update update)
Called when an a update operation has been created.void
UpdateEventChannel. updatePrepared(Update update)
Called when an a update operation has been prepared. -
Uses of Update in org.apache.jackrabbit.core.state
Methods in org.apache.jackrabbit.core.state with parameters of type Update Modifier and Type Method Description void
DummyUpdateEventChannel. updateCancelled(Update update)
void
DummyUpdateEventChannel. updateCommitted(Update update, String path)
void
DummyUpdateEventChannel. updateCreated(Update update)
void
DummyUpdateEventChannel. updatePrepared(Update update)
-