Package org.apache.jackrabbit.oak.jcr.session

Interface Summary
RefreshStrategy Implementations of this interface determine whether a session needs to be refreshed before the next session operation is performed.
 

Class Summary
NodeImpl<T extends NodeDelegate> TODO document
PropertyImpl TODO document
RefreshStrategy.Composite Composite of zero or more RefreshStrategy instances, each of which covers a certain strategy.
RefreshStrategy.LogOnce This refresh strategy never refreshed the session but logs a warning if a session has been idle for more than a given time.
RefreshStrategy.Timed This refresh strategy refreshes after a given timeout of inactivity.
SessionContext Instances of this class are passed to all JCR implementation classes (e.g.
SessionImpl TODO document
SessionStats  
WorkspaceImpl TODO document
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.