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 UpdateEventChannel
ClusterNode. createUpdateChannel(String workspace)
Create anUpdateEventChannel
for 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 void
AbstractBundlePersistenceManager. 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 void
ConsistencyChecker. 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 class
DummyUpdateEventChannel
Package-private utility class used as a sentinel by theSharedItemStateManager
class.Methods in org.apache.jackrabbit.core.state with parameters of type UpdateEventChannel Modifier and Type Method Description void
SharedItemStateManager. 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 void
InternalVersionManagerImpl. setEventChannel(UpdateEventChannel eventChannel)
Set an event channel to inform about updates.
-