|
BEAST
|
Defines a routing definition, i.e. More...
Classes | |
| class | ActiveComparator |
| class | DescriptionComparator |
| class | NameComparator |
| class | RouteComparator |
| class | TypeComparator |
Public Member Functions | |
| IBltMessage | handle (IBltMessage msg) |
| void | setRule (IRule rule) |
| IRule | getRule () |
| void | setRecipients (List< String > recipients) |
| List< String > | getRecipients () |
| void | setActive (boolean active) |
| boolean | isActive () |
| void | setAuthor (String author) |
| String | getAuthor () |
| void | setName (String name) |
| String | getName () |
| void | setDescription (String description) |
| String | getDescription () |
| String | getRuleType () |
| Returns the type of the rule. | |
| boolean | isRuleValid () |
Defines a routing definition, i.e.
if a rule evaluates to true, what route(s) that should be affected.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns the type of the rule.
|
inline |
|
inline |
|
inline |
| active | the active to set |
|
inline |
| author | the author to set |
|
inline |
| description | the description to set |
|
inline |
| name | the name to set |
|
inline |
| recipients | the recipients to set |
|
inline |
| rule | the rule to set |