|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--policyMgmt.RuleEntry
A rule entry within a Policy. It consists of a Rule and a triggering Event.
| Constructor Summary | |
RuleEntry(java.lang.Object trigger,
Rule myrule)
Construct a RuleEntry with a given triggering Object and Rule. |
|
| Method Summary | |
Rule |
getRule()
Get the entry's Rule. |
java.lang.Object |
getTrigger()
Get the entry's triggering Object. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RuleEntry(java.lang.Object trigger,
Rule myrule)
trigger - the triggering objectmyrule - the Rule| Method Detail |
public java.lang.Object getTrigger()
public Rule getRule()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||