cartago
Class AgentJoinRequestInfo

java.lang.Object
  extended by cartago.AgentJoinRequestInfo

public class AgentJoinRequestInfo
extends java.lang.Object

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

Author:
aricci

Method Summary
 AgentId getAgentId()
          Get the agent that wants to join
 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 join

Returns:


>DEIS - University of Bologna