Package org.apache.jackrabbit.oak.jcr.session
-
Interface Summary Interface Description OakJcrConstants RefreshStrategy Implementations of this interface determine whether a session needs to be refreshed before the next session operation is performed. -
Class Summary Class Description NodeImpl<T extends NodeDelegate> TODO documentPropertyImpl TODO documentRefreshStrategy.Composite Composite of zero or moreRefreshStrategy
instances, each of which covers a certain strategy.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 documentSessionNamespaces SessionNamespaces
implements namespace handling on the JCR Session level.SessionStats SessionStats.Counters WorkspaceImpl TODO document