Package | Description |
---|---|
jadex.bdi.runtime | |
jadex.bdibpmn |
Modifier and Type | Method and Description |
---|---|
IMessageEvent |
IEventbase.createMessageEvent(String type)
Create a new message event.
|
IMessageEvent |
IEventbase.createReply(IMessageEvent event,
String msgeventtype)
Create a reply to a message event.
|
IMessageEvent |
Plan.sendMessageAndWait(IMessageEvent me)
Send a message and wait for the answer.
|
IMessageEvent |
Plan.sendMessageAndWait(IMessageEvent me,
long timeout)
Send a message and wait for the answer.
|
IMessageEvent |
Plan.sendMessageAndWait(IMessageEvent me,
long timeout,
byte[] codecids)
Send a message and wait for the answer.
|
IMessageEvent |
Plan.waitForMessageEvent(String type)
Wait for a message event.
|
IMessageEvent |
Plan.waitForMessageEvent(String type,
long timeout)
Wait for a message event.
|
IMessageEvent |
Plan.waitForReply(IMessageEvent msgevent)
Wait for a message.
|
IMessageEvent |
Plan.waitForReply(IMessageEvent msgevent,
long timeout)
Wait for a message.
|
Modifier and Type | Method and Description |
---|---|
IWaitAbstraction |
IWaitAbstraction.addReply(IMessageEvent me)
Add a message event reply.
|
IMessageEvent |
IEventbase.createReply(IMessageEvent event,
String msgeventtype)
Create a reply to a message event.
|
void |
IEventbase.deregisterMessageEvent(IMessageEvent mevent)
Remove a registered message event.
|
void |
IEventbase.registerMessageEvent(IMessageEvent mevent)
Register a conversation or reply_with to be able
to send back answers to the source capability.
|
void |
IWaitAbstraction.removeReply(IMessageEvent me)
Remove a message event reply.
|
IFuture |
IEventbase.sendMessage(IMessageEvent me)
Send a message after some delay.
|
IMessageEvent |
Plan.sendMessageAndWait(IMessageEvent me)
Send a message and wait for the answer.
|
IMessageEvent |
Plan.sendMessageAndWait(IMessageEvent me,
long timeout)
Send a message and wait for the answer.
|
IMessageEvent |
Plan.sendMessageAndWait(IMessageEvent me,
long timeout,
byte[] codecids)
Send a message and wait for the answer.
|
IMessageEvent |
Plan.waitForReply(IMessageEvent msgevent)
Wait for a message.
|
IMessageEvent |
Plan.waitForReply(IMessageEvent msgevent,
long timeout)
Wait for a message.
|
Modifier and Type | Method and Description |
---|---|
IMessageEvent |
BpmnPlanBodyInstance.createMessageEvent(String type)
Create a new message event.
|
Modifier and Type | Method and Description |
---|---|
IFuture |
BpmnPlanBodyInstance.sendMessage(IMessageEvent me)
Send a message after some delay.
|
IFuture |
BpmnPlanBodyInstance.sendMessage(IMessageEvent me,
byte[] codecids)
Send a message after some delay.
|
Copyright © 2012. All Rights Reserved.