|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.lock.AbstractLockEntry
org.apache.jackrabbit.webdav.transaction.TxLockEntry
public final class TxLockEntry
TxLockEntry represents the lock entry objects allowed for
a transaction lock.
| Field Summary |
|---|
| Fields inherited from interface org.apache.jackrabbit.webdav.transaction.TransactionConstants |
|---|
GLOBAL, HEADER_TRANSACTIONID, LOCAL, NAMESPACE, TRANSACTION, XML_COMMIT, XML_GLOBAL, XML_LOCAL, XML_ROLLBACK, XML_TRANSACTION, XML_TRANSACTIONINFO, XML_TRANSACTIONSTATUS |
| Constructor Summary | |
|---|---|
TxLockEntry(boolean isLocal)
Create a lock entry that identifies transaction lock. |
|
| Method Summary | |
|---|---|
Scope |
getScope()
Returns either local or global scope
depending on the initial construtor value. |
Type |
getType()
Returns the 'transaction' lock type. |
| Methods inherited from class org.apache.jackrabbit.webdav.lock.AbstractLockEntry |
|---|
toXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TxLockEntry(boolean isLocal)
isLocal - boolean value indicating whether this is a local or a global
lock entry.| Method Detail |
|---|
public Type getType()
'transaction' lock type.
getType in interface LockEntryLockEntry.getType(),
TransactionConstants.TRANSACTIONpublic Scope getScope()
local or global scope
depending on the initial construtor value.
getScope in interface LockEntryLockEntry.getScope(),
TransactionConstants.GLOBAL,
TransactionConstants.LOCAL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||