Uses of Interface
org.apache.jackrabbit.core.cluster.NamespaceEventChannel
-
Packages that use NamespaceEventChannel Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.cluster -
-
Uses of NamespaceEventChannel in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core with parameters of type NamespaceEventChannel Modifier and Type Method Description void
NamespaceRegistryImpl. setEventChannel(NamespaceEventChannel eventChannel)
Set an event channel to inform about changes. -
Uses of NamespaceEventChannel in org.apache.jackrabbit.core.cluster
Classes in org.apache.jackrabbit.core.cluster that implement NamespaceEventChannel Modifier and Type Class Description class
ClusterNode
Default clustered node implementation.
-