Uses of Interface
org.apache.jackrabbit.core.cluster.UpdateEventListener

Packages that use UpdateEventListener
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.cluster   
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
 

Uses of UpdateEventListener in org.apache.jackrabbit.core
 

Classes in org.apache.jackrabbit.core that implement UpdateEventListener
protected  class RepositoryImpl.WorkspaceInfo
          WorkspaceInfo holds the objects that are shared among multiple per-session WorkspaceImpl instances representing the same named workspace, i.e. the same physical storage.
 

Uses of UpdateEventListener in org.apache.jackrabbit.core.cluster
 

Methods in org.apache.jackrabbit.core.cluster with parameters of type UpdateEventListener
 void UpdateEventChannel.setListener(UpdateEventListener listener)
          Set listener that will receive information about incoming, external update events.
 

Uses of UpdateEventListener in org.apache.jackrabbit.core.version
 

Classes in org.apache.jackrabbit.core.version that implement UpdateEventListener
 class InternalVersionManagerImpl
          This Class implements a VersionManager.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.