org.apache.jackrabbit.webdav.lock
Interface LockEntry

All Superinterfaces:
XmlSerializable
All Known Implementing Classes:
AbstractLockEntry, SessionScopedLockEntry, TxLockEntry

public interface LockEntry
extends XmlSerializable

LockEntry...


Method Summary
 Scope getScope()
          Returns the scope of this lock entry.
 Type getType()
          Returns the type of this lock entry
 
Methods inherited from interface org.apache.jackrabbit.webdav.xml.XmlSerializable
toXml
 

Method Detail

getType

Type getType()
Returns the type of this lock entry

Returns:
type of this lock entry.

getScope

Scope getScope()
Returns the scope of this lock entry.

Returns:
scope of this lock entry.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.