Class PostedCondition
java.lang.Object
COM.TIBCO.hawk.config.rbengine.rulebase.util.PostedCondition
- All Implemented Interfaces:
Serializable
This class is used as the argument to the RBEngineMicroAgent
proprietary method postCondition. It holds the condition name.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PostedCondition
Construct a PostedConition with a given name;- Throws:
IllegalArgumentException- if name is null or empty string
-
-
Method Details