cartago
Class AgentQuitRequestInfo

java.lang.Object
  extended by cartago.AgentQuitRequestInfo

public class AgentQuitRequestInfo
extends java.lang.Object

Class storing info about an agent quit request Used by WSP Rule Engine

Author:
aricci

Method Summary
 AgentId getAgentId()
          Get the agent that wants to quit
 void setFailed(java.lang.String msg)
          Force the request to fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setFailed

public void setFailed(java.lang.String msg)
Force the request to fail

Parameters:
msg - message
descr - reason/description tuple

getAgentId

public AgentId getAgentId()
Get the agent that wants to quit

Returns:


>DEIS - University of Bologna