|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CorrelationHandler
| Method Summary | |
|---|---|
MessageCorrelationResult |
correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to either a waiting execution or a process definition with a message start event. |
List<MessageCorrelationResult> |
correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to all waiting executions and a process definition with a message start event. |
MessageCorrelationResult |
correlateStartMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to a process definition with a message start event. |
| Method Detail |
|---|
MessageCorrelationResult correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
correlationSet - any of its members may be null
null if the message
could not be correlated.
List<MessageCorrelationResult> correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
correlationSet - any of its members may be null
MessageCorrelationResult correlateStartMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
correlationSet - any of its members may be null
null if the message
could not be correlated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||