|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.vc.config.LockableInUseDelegate
public class LockableInUseDelegate
InUseDelegate for Iterated, Lockable elements. An element is considered
'in use' if it is locked.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
boolean |
iterationIsInUse(Iterated iterationToCheck)
Returns true if the given element is locked. |
boolean |
iterationIsInUseByPrincipal(Iterated iterationToCheck,
WTPrincipal principal)
Returns true if the given element is locked by the given principal. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean iterationIsInUse(Iterated iterationToCheck)
throws WTException
iterationIsInUse in interface InUseDelegateiterationToCheck -
WTException
public boolean iterationIsInUseByPrincipal(Iterated iterationToCheck,
WTPrincipal principal)
throws WTException
iterationIsInUseByPrincipal in interface InUseDelegateiterationToCheck - principal -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||