jade.domain.JADEAgentManagement
Class DebugOff

java.lang.Object
  |
  +--jade.domain.JADEAgentManagement.DebugOff

public class DebugOff
extends java.lang.Object
implements AgentAction

Version:
$Date: 2002/02/04 10:33:22 $ $Revision: 1.3 $
Author:
Giovanni Rimassa - Universita` di Parma

Constructor Summary
DebugOff()
           
 
Method Summary
 void addDebuggedAgents(AID id)
           
 void clearAllDebuggedAgents()
           
 Iterator getAllDebuggedAgents()
           
 ArrayList getCloneOfDebuggedAgents()
          This method is called by the AMS in order to prepare an RMI call.
 AID getDebugger()
           
 java.lang.String getPassword()
           
 boolean removeDebuggedAgents(AID id)
           
 void setDebugger(AID id)
           
 void setPassword(java.lang.String p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugOff

public DebugOff()
Method Detail

setDebugger

public void setDebugger(AID id)

getDebugger

public AID getDebugger()

clearAllDebuggedAgents

public void clearAllDebuggedAgents()

addDebuggedAgents

public void addDebuggedAgents(AID id)

removeDebuggedAgents

public boolean removeDebuggedAgents(AID id)

getAllDebuggedAgents

public Iterator getAllDebuggedAgents()

getCloneOfDebuggedAgents

public ArrayList getCloneOfDebuggedAgents()
This method is called by the AMS in order to prepare an RMI call. The getAllDebuggedAgents() cannot be used as it returns an Iterator that is not serializable.

setPassword

public void setPassword(java.lang.String p)

getPassword

public java.lang.String getPassword()