|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--policyMgmt.AlwaysCondition
Simple Condition that is always true.
| Constructor Summary | |
AlwaysCondition()
|
|
| Method Summary | |
boolean |
evaluate(Event evt,
java.util.Hashtable ht)
This Condition evaluates always to true. |
java.util.Hashtable |
getFreeIdents()
This Condition always has an empty hashtable of elements. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AlwaysCondition()
| Method Detail |
public boolean evaluate(Event evt,
java.util.Hashtable ht)
evt - event that triggered the rule (ignored)ht - hashtable of elements (ignored)public java.util.Hashtable getFreeIdents()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||