Package org.apache.jackrabbit.oak.jcr.session
package org.apache.jackrabbit.oak.jcr.session
-
ClassDescriptionNodeImpl<T extends NodeDelegate>TODO documentTODO documentImplementations of this interface determine whether a session needs to be refreshed before the next session operation is performed.Composite of zero or more
RefreshStrategy
instances, each of which covers a certain strategy.This refresh strategy refreshes after a given timeout of inactivity.Instances of this class are passed to all JCR implementation classes (e.g.TODO documentSessionNamespaces
implements namespace handling on the JCR Session level.TODO document