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 voidUpdateEventChannel. updateCancelled(Update update)Called when an a update operation has been cancelled.voidUpdateEventChannel. updateCommitted(Update update, String path)Called when an a update operation has been committed.voidUpdateEventChannel. updateCreated(Update update)Called when an a update operation has been created.voidUpdateEventChannel. 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 voidDummyUpdateEventChannel. updateCancelled(Update update)voidDummyUpdateEventChannel. updateCommitted(Update update, String path)voidDummyUpdateEventChannel. updateCreated(Update update)voidDummyUpdateEventChannel. updatePrepared(Update update)
-