public interface Guard
GuardedObject| Modifier and Type | Method and Description |
|---|---|
void |
checkGuard(java.lang.Object obj)
This method tests whether or not access is allowed to the specified
guarded object.
|
void checkGuard(java.lang.Object obj)
obj - the Object to testjava.lang.SecurityException - if access to the object is denied