it.polito.elite.doseWS.agency
Class DOSEAgent

java.lang.Object
  extended byjade.core.Agent
      extended byit.polito.elite.doseWS.agency.DOSEAgent
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable, jade.util.leap.Serializable, jade.core.TimerListener
Direct Known Subclasses:
AgencyManager, AnnotationAgent, FilterAgent, SynsetManager

public abstract class DOSEAgent
extends jade.core.Agent

Title: Dose Agency

Description: Base abstract class to be extended by DOSE agents

Copyright: Copyright (c) 2004

Company: Politecnico di Torino

Version:
3.0
Author:
alessio.bosca@polito.it
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jade.core.Agent
AP_ACTIVE, AP_DELETED, AP_IDLE, AP_INITIATED, AP_MAX, AP_MIN, AP_SUSPENDED, AP_TRANSIT, AP_WAITING, D_ACTIVE, D_MAX, D_MIN, D_RETIRED, D_SUSPENDED, D_UNKNOWN
 
Constructor Summary
DOSEAgent()
           
 
Method Summary
 void handleMessage(jade.lang.acl.ACLMessage msg)
          Description: interpret message and react properly to its content
 
Methods inherited from class jade.core.Agent
addBehaviour, blockingReceive, blockingReceive, blockingReceive, blockingReceive, doActivate, doClone, doDelete, doMove, doStart, doSuspend, doTimeOut, doWait, doWait, doWake, extractPassword, extractUsername, getAID, getAMS, getAuthority, getCertificateFolder, getContainerController, getContentManager, getCurQueueSize, getDefaultDF, getHap, getLocalName, getName, getO2AObject, getPrincipal, getProperty, getQueueSize, getState, here, notifyChangeBehaviourState, notifyRestarted, postMessage, putBack, putO2AObject, read, read, receive, receive, removeBehaviour, restartLater, restore, run, send, setArguments, setEnabledO2ACommunication, setOwnership, setPrincipal, setQueueSize, waitUntilStarted, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOSEAgent

public DOSEAgent()
Method Detail

handleMessage

public void handleMessage(jade.lang.acl.ACLMessage msg)

Description: interpret message and react properly to its content

Parameters:
msg - The message to be read