|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent
org.eclipse.smila.connectivity.queue.worker.internal.AbstractRule<RouterRuleType>
org.eclipse.smila.connectivity.queue.worker.internal.router.RouterRule
public class RouterRule
The Class RouterRule.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractRule |
|---|
_accessPoint, _ruleConfig |
| Fields inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent |
|---|
_id, _log |
| Constructor Summary | |
|---|---|
RouterRule(ServicesAccessPoint accessPoint,
RouterRuleType ruleConfig)
Instantiates a new router rule. |
|
| Method Summary | |
|---|---|
boolean |
isApplied(Message message)
Checks if is applied. |
void |
route(java.util.Map<Record,java.util.Properties> recordPropertyMap)
Route. |
| Methods inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent |
|---|
msg |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RouterRule(ServicesAccessPoint accessPoint,
RouterRuleType ruleConfig)
throws RouterException
accessPoint - the access pointruleConfig - the rule config
RouterException - the router exception| Method Detail |
|---|
public boolean isApplied(Message message)
throws RouterException
message - the message
RouterException - the router exception
public void route(java.util.Map<Record,java.util.Properties> recordPropertyMap)
throws RouterException
recordPropertyMap - a map of records and jms message properties
RouterException - the router exception
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||