|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wles.blm.pool.CallBasedContextValidator
Validates BLM Context Manager by calling the BLMDeclarationManager.getKind(String) method. This
is a least expensive call. It assumes that there is a declaration with name
'action' and type BLMDeclarationManager.DECLARATION_KIND_ATTRIBUTE.
| Field Summary | |
static java.lang.String |
DECLARATION_NAME
|
| Constructor Summary | |
CallBasedContextValidator()
|
|
| Method Summary | |
boolean |
validate(BLMContextManager context)
Checks validity of the BLMContextManager instance |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String DECLARATION_NAME
| Constructor Detail |
public CallBasedContextValidator()
| Method Detail |
public boolean validate(BLMContextManager context)
BLMContextValidator
validate in interface BLMContextValidatorcontext - BLMContextManager instance to check
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||