Uses of Interface
org.apache.jackrabbit.core.SessionListener

Packages that use SessionListener
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
 

Uses of SessionListener in org.apache.jackrabbit.core
 

Classes in org.apache.jackrabbit.core that implement SessionListener
 class RepositoryImpl
          A RepositoryImpl ...
 class TransientRepository
          A repository proxy that automatically initializes and shuts down the underlying repository instance when the first session is opened or the last one closed.
 

Methods in org.apache.jackrabbit.core with parameters of type SessionListener
 void SessionImpl.addListener(SessionListener listener)
          Add a SessionListener
 void SessionImpl.removeListener(SessionListener listener)
          Remove a SessionListener
 



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