fipaos.test.agent
Class NotUnderstoodTest.TestAgent

fipaos.agent.FIPAOSAgent
  |
  +--fipaos.test.agent.NotUnderstoodTest.TestAgent

public class NotUnderstoodTest.TestAgent
extends FIPAOSAgent

Simple agent to send messages & count the number received


Inner Class Summary
 public classTestAgent.IdleTask
           

Inner classes inherited from class fipaos.agent.FIPAOSAgent
FIPAOSAgent.TopLevelHandlerTask

Field Summary
 intnot_understoods_recieved
           
 intrequests_recieved
           

Fields inherited from class fipaos.agent.FIPAOSAgent
_registered_with, _state

Constructor Summary
NotUnderstoodTest.TestAgent(String name)
           

Method Summary
 voidsendMessage(String target)
           
 voidsendMessage2(String target)
           
 voidsendMessage3(String target)
           
 voidsendMessage4(String target)
           

Methods inherited from class fipaos.agent.FIPAOSAgent
activate, forward, forward, getAID, getCurrentConversation, getHAP, getLocalAMS, getLocalAMSAID, getLocalDF, getLocalDFAID, getNewConversation, getOwnership, getPlatformProfile, getProfile, getState, isShutdown, notify, notify, notifyDone, notifyError, notifyMessageInEndedConversation, notifyMessageUndeliverable, notifyTimeout, sendNotUnderstood, sendNotUnderstood, setMessageSender, shutdown, waitForPushLock

Field Detail

not_understoods_recieved

public int not_understoods_recieved

requests_recieved

public int requests_recieved
Constructor Detail

NotUnderstoodTest.TestAgent

public NotUnderstoodTest.TestAgent(String name)
Method Detail

sendMessage

public void sendMessage(String target)

sendMessage2

public void sendMessage2(String target)

sendMessage3

public void sendMessage3(String target)

sendMessage4

public void sendMessage4(String target)