com.antelmann.db
Class LockEntry
java.lang.Object
com.antelmann.db.AbstractDBEntry
com.antelmann.db.LockEntry
- All Implemented Interfaces:
- Timed, DBEntry, Serializable
public class LockEntry
- extends AbstractDBEntry
- implements Timed
- Since:
- 27.04.2011, 19:45:56
- Author:
- holger
- See Also:
LockManager,
Serialized Form
LockEntry
public LockEntry(Object id,
DBReference ref,
String who,
String where,
long when,
String why,
String token)
getReference
public DBReference getReference()
getWho
public String getWho()
getWhere
public String getWhere()
getWhy
public String getWhy()
getWhen
public Date getWhen()
getTime
public long getTime()
- Specified by:
getTime in interface Timed
getToken
public String getToken()
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads