|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.lock.CmsLockActionRecord
public class CmsLockActionRecord
Bean class which keeps track of a locking action performed on a resource.
| Nested Class Summary | |
|---|---|
static class |
CmsLockActionRecord.LockChange
A type for the different locking actions. |
| Constructor Summary | |
|---|---|
CmsLockActionRecord(CmsLock lock,
CmsLockActionRecord.LockChange change)
Creates a new instance. |
|
| Method Summary | |
|---|---|
CmsLockActionRecord.LockChange |
getChange()
Gets the change type. |
CmsLock |
getLock()
Gets the lock state after the action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsLockActionRecord(CmsLock lock,
CmsLockActionRecord.LockChange change)
lock - the lock state after the actionchange - the action type| Method Detail |
|---|
public CmsLockActionRecord.LockChange getChange()
public CmsLock getLock()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||