|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| net.sf.seide.core | |
| net.sf.seide.core.impl | |
| net.sf.seide.event | |
| net.sf.seide.message | |
| net.sf.seide.stages | |
| Uses of Message in net.sf.seide.core |
|---|
| Methods in net.sf.seide.core with parameters of type Message | |
|---|---|
boolean |
Dispatcher.execute(String stage,
Message message)
Routes the Message to the specified Stage executing the associated EventHandler. |
| Uses of Message in net.sf.seide.core.impl |
|---|
| Methods in net.sf.seide.core.impl with parameters of type Message | |
|---|---|
boolean |
DispatcherImpl.execute(String stage,
Message message)
|
| Uses of Message in net.sf.seide.event |
|---|
| Classes in net.sf.seide.event with type parameters of type Message | |
|---|---|
interface |
EventHandler<T extends Message>
EventHandler represents the unit of work behind the Stage. |
interface |
InterruptableEventHandler<T extends Message>
|
| Fields in net.sf.seide.event declared as Message | |
|---|---|
protected Message |
Event.message
|
| Methods in net.sf.seide.event that return Message | |
|---|---|
Message |
Event.getMessage()
|
| Constructors in net.sf.seide.event with parameters of type Message | |
|---|---|
Event(String stage,
Message message)
|
|
Event(String stage,
Message message,
JoinHandler joinHandler)
|
|
| Uses of Message in net.sf.seide.message |
|---|
| Subinterfaces of Message in net.sf.seide.message | |
|---|---|
interface |
EventCollection
This extension of Message represents multiple source Events. |
| Classes in net.sf.seide.message that implement Message | |
|---|---|
class |
JoinEventCollection
|
| Fields in net.sf.seide.message declared as Message | |
|---|---|
protected Message |
JoinEventCollection.targetMessage
|
| Methods in net.sf.seide.message that return Message | |
|---|---|
Message |
MessageEnabled.getMessage()
|
Message |
JoinEventCollection.getTargetMessage()
|
| Methods in net.sf.seide.message with parameters of type Message | |
|---|---|
void |
JoinHandler.finished(Event event,
Message returnMessage)
|
| Constructors in net.sf.seide.message with parameters of type Message | |
|---|---|
JoinEventCollection(Message targetMessage,
Collection<Event> events)
|
|
| Uses of Message in net.sf.seide.stages |
|---|
| Methods in net.sf.seide.stages that return Message | |
|---|---|
Message |
RoutingOutcome.getReturnMessage()
|
| Methods in net.sf.seide.stages with parameters of type Message | |
|---|---|
RoutingOutcome |
RoutingOutcome.add(String stage,
Message message)
|
static RoutingOutcome |
RoutingOutcome.create(String stage,
Message message)
|
static RoutingOutcome |
RoutingOutcome.createAndReturnMessage(Message returnMessage)
|
RoutingOutcome |
RoutingOutcome.returnMessage(Message returnMessage)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||