|
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vordel.circuit.FilterContainer
com.vordel.circuit.MessageProcessor
com.vordel.circuit.CircuitDelegateProcessor
public class CircuitDelegateProcessor
| Field Summary | |
|---|---|
protected Circuit |
circuit
|
| Fields inherited from class com.vordel.circuit.MessageProcessor |
|---|
logMask |
| Constructor Summary | |
|---|---|
CircuitDelegateProcessor()
|
|
| Method Summary | |
|---|---|
void |
filterAttached(FilterConfigureContext ctx,
Entity entity)
Called on a filter's container when the filter is configured. |
boolean |
invoke(CircuitInvocation c,
Message m)
invoked by circuit to act on a message |
| Methods inherited from class com.vordel.circuit.MessageProcessor |
|---|
filterDetached, getCategory, logFailure, logFatal, logMessagePayload, logSuccess, report, report, toString |
| Methods inherited from class com.vordel.circuit.FilterContainer |
|---|
configureFilter, createFilterContainer, getFilter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Circuit circuit
| Constructor Detail |
|---|
public CircuitDelegateProcessor()
| Method Detail |
|---|
public void filterAttached(FilterConfigureContext ctx,
Entity entity)
throws EntityStoreException
FilterContainer
filterAttached in class MessageProcessorctx - configuration context for the filter attached to this
container.
EntityStoreException
public boolean invoke(CircuitInvocation c,
Message m)
throws CircuitAbortException
MessageProcessor
invoke in class MessageProcessorc - The CircuitInvocation context, including the filter's owner
circuit.m - The message
CircuitAbortException
|
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||