public class LockReleasingSession extends Object implements InvocationHandler
| Constructor and Description |
|---|
LockReleasingSession(javax.jcr.Session session)
Constructor that wraps a session.
|
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Session |
getWrappedSession()
Gets the wrapped session.
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static javax.jcr.Session |
newInstance(javax.jcr.Session session)
Wrap a JCR session with this dynamic proxy
|
public LockReleasingSession(javax.jcr.Session session)
Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.