| Interface | Description |
|---|---|
| RefreshStrategy |
Implementations of this interface determine whether a session needs
to be refreshed before the next session operation is performed.
|
| Class | Description |
|---|---|
| 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
|
| SessionNamespaces |
SessionNamespaces implements namespace handling on the JCR
Session level. |
| SessionStats | |
| SessionStats.Counters | |
| WorkspaceImpl |
TODO document
|
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.