public class GuardedWrapper extends java.lang.Object implements Wrapper
| Modifier and Type | Field and Description |
|---|---|
protected static GuardException |
guardException |
protected Guard[] |
guards |
| Constructor and Description |
|---|
GuardedWrapper(Guard[] guards) |
protected static final GuardException guardException
protected final Guard[] guards
public GuardedWrapper(Guard[] guards)
public java.lang.Object call(java.lang.Object[] scopes)
throws GuardException
call in interface WrapperGuardExceptionprotected void guardCall(java.lang.Object[] scopes)
throws GuardException
GuardExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic Guard[] getGuards()
Copyright © 2012. All Rights Reserved.