|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.rmi.client.ClientObject
org.apache.jackrabbit.rmi.client.ClientLock
public class ClientLock
Local adapter for the JCR-RMI
RemoteLock
interface. This class makes a remote lock locally available using
the JCR Lock
interface.
Lock
,
RemoteLock
Constructor Summary | |
---|---|
ClientLock(javax.jcr.Session session,
RemoteLock remote,
LocalAdapterFactory factory)
Creates a local adapter for the given remote lock. |
Method Summary | |
---|---|
java.lang.String |
getLockOwner()
|
java.lang.String |
getLockToken()
|
javax.jcr.Node |
getNode()
|
long |
getSecondsRemaining()
|
boolean |
isDeep()
|
boolean |
isLive()
|
boolean |
isLockOwningSession()
|
boolean |
isSessionScoped()
|
void |
refresh()
|
Methods inherited from class org.apache.jackrabbit.rmi.client.ClientObject |
---|
getFactory, getItem, getNode, getNodeTypeArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientLock(javax.jcr.Session session, RemoteLock remote, LocalAdapterFactory factory)
session
- current sessionremote
- remote lockfactory
- local adapter factoryMethod Detail |
---|
public javax.jcr.Node getNode()
getNode
in interface javax.jcr.lock.Lock
public java.lang.String getLockOwner()
getLockOwner
in interface javax.jcr.lock.Lock
public boolean isDeep()
isDeep
in interface javax.jcr.lock.Lock
public java.lang.String getLockToken()
getLockToken
in interface javax.jcr.lock.Lock
public boolean isLive() throws javax.jcr.RepositoryException
isLive
in interface javax.jcr.lock.Lock
javax.jcr.RepositoryException
public void refresh() throws javax.jcr.RepositoryException
refresh
in interface javax.jcr.lock.Lock
javax.jcr.RepositoryException
public boolean isSessionScoped()
isSessionScoped
in interface javax.jcr.lock.Lock
public long getSecondsRemaining() throws javax.jcr.RepositoryException
getSecondsRemaining
in interface javax.jcr.lock.Lock
javax.jcr.RepositoryException
public boolean isLockOwningSession()
isLockOwningSession
in interface javax.jcr.lock.Lock
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |