|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.bdi.runtime.impl.AbstractPlan
jadex.bdi.runtime.Plan
jadex.bdi.planlib.protocols.cancelmeta.CMHandlerPlan
public class CMHandlerPlan
Receiver plan for FIPA-Cancel-Meta-Protocol. Waits for cancel message to terminate a conversation by dropping the supplied interaction goal.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jadex.bdi.runtime.Plan |
|---|
Plan.SyncResultListener |
| Field Summary | |
|---|---|
protected IMessageEvent |
cancel_msg
The cancel message (if any). |
protected java.lang.Object |
failure_reason
The failure reason, when cancel was not successful. |
| Fields inherited from class jadex.bdi.runtime.Plan |
|---|
lis |
| Fields inherited from class jadex.bdi.runtime.impl.AbstractPlan |
|---|
interpreter, planinit |
| Constructor Summary | |
|---|---|
CMHandlerPlan()
|
|
| Method Summary | |
|---|---|
void |
aborted()
Called when the plan is aborted, i.e., when the corresponding interaction goal is dropped. |
void |
body()
The plan body. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object failure_reason
protected IMessageEvent cancel_msg
| Constructor Detail |
|---|
public CMHandlerPlan()
| Method Detail |
|---|
public void body()
body in class Planpublic void aborted()
aborted in class Plan
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||