|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CritterProp
The CritterProp is a data storage class, containing the values used by critter when evaluating. A CritterProp contains an id and type and basically looks like an encapsulated method argument. Critters are evaluated like: (pseudo code) Critter1.evaluate(StringCritterProp resourceName, DateCritterProp since) Where 'StringCritterProp' equates to something implementing this type and 'resourceName' equates to the name of the variable passed to evaluation.
Method Summary | |
---|---|
java.lang.String |
getId()
Get some id that uniquely defines this prop in the context of a critter prop list. |
CritterPropType |
getType()
The type that created this prop. |
Method Detail |
---|
java.lang.String getId()
CritterPropType getType()
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |