|
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<RecordRecyclerRuleType>
org.eclipse.smila.connectivity.queue.worker.internal.recycler.RecyclerRule
public class RecyclerRule
The Class RecordRecyclerRule.
| 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 | |
|---|---|
RecyclerRule(ServicesAccessPoint accessPoint,
RecordRecyclerRuleType ruleConfig)
Instantiates a new recycler rule. |
|
| Method Summary | |
|---|---|
boolean |
isApplied(Message message)
Checks if is applied. |
void |
process(Record record)
Process. |
| 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 RecyclerRule(ServicesAccessPoint accessPoint,
RecordRecyclerRuleType ruleConfig)
throws RecordRecyclerException
accessPoint - the access pointruleConfig - the rule config
RecordRecyclerException - the record recycler exception| Method Detail |
|---|
public boolean isApplied(Message message)
throws RecordRecyclerException
message - the message
RecordRecyclerException - the record recycler exception
public void process(Record record)
throws RecordRecyclerException
record - the record
RecordRecyclerException - the recycler exception
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||