Uses of Interface
org.apache.jackrabbit.core.cluster.UpdateEventChannel
- 
Packages that use UpdateEventChannel Package Description org.apache.jackrabbit.core.cluster org.apache.jackrabbit.core.persistence.bundle org.apache.jackrabbit.core.persistence.check org.apache.jackrabbit.core.state org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. - 
- 
Uses of UpdateEventChannel in org.apache.jackrabbit.core.cluster
Methods in org.apache.jackrabbit.core.cluster that return UpdateEventChannel Modifier and Type Method Description UpdateEventChannelClusterNode. createUpdateChannel(String workspace)Create anUpdateEventChannelfor some workspace. - 
Uses of UpdateEventChannel in org.apache.jackrabbit.core.persistence.bundle
Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type UpdateEventChannel Modifier and Type Method Description voidAbstractBundlePersistenceManager. setEventChannel(UpdateEventChannel eventChannel)Constructors in org.apache.jackrabbit.core.persistence.bundle with parameters of type UpdateEventChannel Constructor Description ConsistencyCheckerImpl(AbstractBundlePersistenceManager pm, ConsistencyCheckListener listener, String lostNFoundId, UpdateEventChannel eventChannel) - 
Uses of UpdateEventChannel in org.apache.jackrabbit.core.persistence.check
Methods in org.apache.jackrabbit.core.persistence.check with parameters of type UpdateEventChannel Modifier and Type Method Description voidConsistencyChecker. setEventChannel(UpdateEventChannel eventChannel)Set the update event channel. - 
Uses of UpdateEventChannel in org.apache.jackrabbit.core.state
Classes in org.apache.jackrabbit.core.state that implement UpdateEventChannel Modifier and Type Class Description classDummyUpdateEventChannelPackage-private utility class used as a sentinel by theSharedItemStateManagerclass.Methods in org.apache.jackrabbit.core.state with parameters of type UpdateEventChannel Modifier and Type Method Description voidSharedItemStateManager. setEventChannel(UpdateEventChannel eventChannel)Set an update event channel - 
Uses of UpdateEventChannel in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version with parameters of type UpdateEventChannel Modifier and Type Method Description voidInternalVersionManagerImpl. setEventChannel(UpdateEventChannel eventChannel)Set an event channel to inform about updates. 
 -