|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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(Node node,
RemoteLock remote)
Creates a local adapter for the given remote lock. |
|
| Method Summary | |
|---|---|
String |
getLockOwner()
|
String |
getLockToken()
|
Node |
getNode()
Returns the owning node without contacting the remote lock. |
boolean |
isDeep()
|
boolean |
isLive()
|
boolean |
isSessionScoped()
|
void |
refresh()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientLock(Node node,
RemoteLock remote)
node - current noderemote - remote lock| Method Detail |
|---|
public Node getNode()
getNode in interface Lockpublic String getLockOwner()
getLockOwner in interface Lockpublic boolean isDeep()
isDeep in interface Lockpublic String getLockToken()
getLockToken in interface Lock
public boolean isLive()
throws RepositoryException
isLive in interface LockRepositoryException
public void refresh()
throws RepositoryException
refresh in interface LockRepositoryExceptionpublic boolean isSessionScoped()
isSessionScoped in interface Lock
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||