Uses of Interface
org.apache.jackrabbit.core.cluster.LockEventChannel
-
Packages that use LockEventChannel Package Description org.apache.jackrabbit.core.cluster org.apache.jackrabbit.core.lock -
-
Uses of LockEventChannel in org.apache.jackrabbit.core.cluster
Methods in org.apache.jackrabbit.core.cluster that return LockEventChannel Modifier and Type Method Description LockEventChannel
ClusterNode. createLockChannel(String workspace)
Create aLockEventChannel
for some workspace. -
Uses of LockEventChannel in org.apache.jackrabbit.core.lock
Methods in org.apache.jackrabbit.core.lock with parameters of type LockEventChannel Modifier and Type Method Description void
LockManagerImpl. setEventChannel(LockEventChannel eventChannel)
Set a lock event channel
-