Package jade.tools.applet
Class JADEAppletRequestProto
- java.lang.Object
-
- jade.tools.applet.JADEAppletRequestProto
-
public class JADEAppletRequestProto extends Object
This class extends the AppletRequestProto in order to request the df for an applet action.- Version:
- $Date$ $Revision$
- Author:
- Tiziana Trucco - CSELT S.p.A.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJADEAppletRequestProto.NotYetReady
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoProto()This method starts the protocol.ListgetResult()returns the results of an action requested.protected voidhandleAgree(ACLMessage msg)This method can be overriden by the programmer in order to handle the received agree message.protected voidhandleFailure(ACLMessage msg)This method can be overriden by the programmer in order to handle the failure message received.protected voidhandleInform(ACLMessage msg)This method can be overriden by the programmer in order to handle the inform message received.protected voidhandleNotUnderstood(ACLMessage msg)This method can be overriden by the programmer in order to handle the notUnderstood message received.protected voidhandleOtherMessage(ACLMessage msg)This method can be overriden by the programmer in order to handle the message not stated by the protocol eventually received.protected voidhandleRefuse(ACLMessage msg)This method can be overriden by the programmer in order to handle the refuse message received.
-
-
-
Method Detail
-
getResult
public List getResult() throws FIPAException, JADEAppletRequestProto.NotYetReady
returns the results of an action requested.
-
handleAgree
protected void handleAgree(ACLMessage msg)
This method can be overriden by the programmer in order to handle the received agree message.
-
handleInform
protected void handleInform(ACLMessage msg)
This method can be overriden by the programmer in order to handle the inform message received.
-
handleFailure
protected void handleFailure(ACLMessage msg)
This method can be overriden by the programmer in order to handle the failure message received.
-
handleNotUnderstood
protected void handleNotUnderstood(ACLMessage msg)
This method can be overriden by the programmer in order to handle the notUnderstood message received.
-
handleOtherMessage
protected void handleOtherMessage(ACLMessage msg)
This method can be overriden by the programmer in order to handle the message not stated by the protocol eventually received.
-
handleRefuse
protected void handleRefuse(ACLMessage msg)
This method can be overriden by the programmer in order to handle the refuse message received.
-
doProto
public void doProto()
This method starts the protocol.
-
-