|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.se.eip.patterns.AbstractPattern
org.ow2.petals.se.eip.patterns.AbstractAggregatorPattern
org.ow2.petals.se.eip.patterns.ScatterGather
public class ScatterGather
Aggregate all Consumes services defined in the service unit.
Return the aggregated results.It accepts InOut only. If a Fault or Error
occurs on a call, stop the process and return the Fault or Error if no
robustness are used
| Field Summary |
|---|
| Fields inherited from class org.ow2.petals.se.eip.patterns.AbstractPattern |
|---|
logger |
| Constructor Summary | |
|---|---|
ScatterGather()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the pattern name. |
java.lang.String |
getNameSpace()
Get the pattern namespace. |
void |
init()
Initialize the pattern |
boolean |
process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
Process the message. |
| Methods inherited from class org.ow2.petals.se.eip.patterns.AbstractAggregatorPattern |
|---|
processAsync, validateMEP |
| Methods inherited from class org.ow2.petals.se.eip.patterns.AbstractPattern |
|---|
isAttachmentMode, isExceptionRobust, isFaultRobust, isFaultToException, logSend, processAsyncPattern, processExpiredAsync, processPattern |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScatterGather()
| Method Detail |
|---|
public java.lang.String getName()
Pattern
public java.lang.String getNameSpace()
AbstractPattern
getNameSpace in class AbstractPatternpublic void init()
Pattern
public boolean process(org.ow2.petals.component.framework.api.message.Exchange exchange,
ExchangeContext context)
AbstractPattern
process in class AbstractPattern
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||