jade.domain.JADEAgentManagement
Class DebugOn
java.lang.Object
|
+--jade.domain.JADEAgentManagement.DebugOn
- public class DebugOn
- extends java.lang.Object
- implements AgentAction
- Version:
- $Date: 2002/02/04 10:33:22 $ $Revision: 1.3 $
- Author:
- Giovanni Rimassa - Universita` di Parma
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DebugOn
public DebugOn()
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()