fipaos.test.agent
Class AgentMessagingTest.TestAgent

java.lang.Object
  |
  +--fipaos.agent.FIPAOSAgent
        |
        +--fipaos.test.agent.AgentMessagingTest.TestAgent
All Implemented Interfaces:
ConversationListener
Enclosing class:
AgentMessagingTest

public class AgentMessagingTest.TestAgent
extends FIPAOSAgent

Simple agent to send messages & count the number received


Inner Class Summary
 class AgentMessagingTest.TestAgent.IdleTask
           
 
Inner classes inherited from class fipaos.agent.FIPAOSAgent
FIPAOSAgent.TopLevelHandlerTask
 
Field Summary
 int _rcvd
           
 
Fields inherited from class fipaos.agent.FIPAOSAgent
_database_profile, _registered_with, _state, _tm
 
Constructor Summary
AgentMessagingTest.TestAgent(java.lang.String name)
           
 
Method Summary
 void sendMessage(java.lang.String target)
           
 
Methods inherited from class fipaos.agent.FIPAOSAgent
activate, addNewProtocol, deregisterWithAMS, deregisterWithDF, forward, forward, getAID, getCM, getCurrentConversation, getHAP, getLocalAMS, getLocalAMSAID, getLocalDF, getLocalDFAID, getNewConversation, getOwnership, getPlatformProfile, getProfile, getState, isShutdown, knowsProtocol, notify, notify, notifyDone, notifyError, notifyMessageInEndedConversation, notifyMessageUndeliverable, notifyTimeout, registeredWith, registeredWithAMS, registeredWithDF, registerWithAMS, registerWithAMS, registerWithAMS, registerWithAMS, registerWithDF, registerWithDF, registerWithDF, registerWithDF, sendNotUnderstood, sendNotUnderstood, setListenerTask, setMessageSender, shutdown, startPushing, waitForPushLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcvd

public int _rcvd
Constructor Detail

AgentMessagingTest.TestAgent

public AgentMessagingTest.TestAgent(java.lang.String name)
Method Detail

sendMessage

public void sendMessage(java.lang.String target)