|
BEAST
|
This definition is system specific and is not configurable like the other definitions. More...
Public Member Functions | |
| SystemRulesDefinition () | |
| Constructor. | |
| void | setRules (List< IRule > rules) |
| The rules this system route definition manages. | |
| List< IRule > | getRules () |
| void | handle (IBltMessage msg) |
| Handles any blt message. | |
This definition is system specific and is not configurable like the other definitions.
It basically is here for all managing messages without producing any message since there are no recipients.
|
inline |
Constructor.
|
inline |
|
inline |
Handles any blt message.
| msg | - the blt message |
|
inline |
The rules this system route definition manages.
| rules | the rules |