|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Condition
An interface for evaluating conditions.
Method Summary | |
---|---|
boolean |
evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed object. |
boolean |
evaluate(ServerManagedObject<?> managedObject)
Evaluates this condition against the provided server managed object. |
void |
initialize(AbstractManagedObjectDefinition<?,?> d)
Initializes this condition. |
Method Detail |
---|
void initialize(AbstractManagedObjectDefinition<?,?> d) throws java.lang.Exception
d
- The abstract managed object definition associated with
this condition.
java.lang.Exception
- If this condition could not be initialized.boolean evaluate(ManagementContext context, ManagedObject<?> managedObject) throws AuthorizationException, CommunicationException
context
- The client management context.managedObject
- The client managed object.
true
if this condition is
satisfied.
AuthorizationException
- If the condition could not be evaluated due to an
authorization problem.
CommunicationException
- If the condition could not be evaluated due to an
communication problem.boolean evaluate(ServerManagedObject<?> managedObject) throws ConfigException
managedObject
- The server managed object.
true
if this condition is
satisfied.
ConfigException
- If the condition could not be evaluated due to an
unexpected configuration exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |