fr.dyade.aaa.agent
Class UnknownNotification

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byfr.dyade.aaa.agent.UnknownNotification
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class UnknownNotification
extends Notification

Notify by agents when there is no reaction allowed.

See Also:
Agent, Serialized Form

Field Summary
 AgentId agent
          The target agent id.
 Notification not
          The failing notification.
 
Fields inherited from class fr.dyade.aaa.agent.Notification
persistent
 
Constructor Summary
UnknownNotification(AgentId agent, Notification not)
          Allocates a new UnknownNotification notification.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this notification.
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, setContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

agent

public AgentId agent
The target agent id.


not

public Notification not
The failing notification.

Constructor Detail

UnknownNotification

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

Parameters:
agent - The target agent id.
not - The failing notification.
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this notification.

Overrides:
toString in class Notification
Returns:
A string representation of this notification.


Copyright ? 2004 Scalagent - All rights reserved