fr.dyade.aaa.agent
Class UnknownAgent

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by fr.dyade.aaa.agent.UnknownAgent
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class UnknownAgent
extends Notification

Notify by the engine to the sender of a notification when the target agent does not exist.

See Also:
Engine, Serialized Form

Field Summary
 AgentId agent
          The non-existent target agent id.
 Notification not
          The failing notification that can not be delivered.
(package private) static long serialVersionUID
           
 
Fields inherited from class fr.dyade.aaa.agent.Notification
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority
 
Constructor Summary
UnknownAgent(AgentId agent, Notification not)
          Allocates a new UnknownAgent notification.
 
Method Summary
 java.lang.StringBuffer toString(java.lang.StringBuffer output)
          Appends a string image for this object to the StringBuffer parameter.
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

agent

public AgentId agent
The non-existent target agent id.


not

public Notification not
The failing notification that can not be delivered.

Constructor Detail

UnknownAgent

public UnknownAgent(AgentId agent,
                    Notification not)
Allocates a new UnknownAgent notification.

Parameters:
agent - The non-existent target agent id.
not - The failing notification that can not be delivered.
Method Detail

toString

public java.lang.StringBuffer toString(java.lang.StringBuffer output)
Appends a string image for this object to the StringBuffer parameter.

Overrides:
toString in class Notification
Parameters:
output - buffer to fill in
Returns:
output buffer is returned


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.