fr.dyade.aaa.agent

Class UnknownNotification

Implemented Interfaces:
Cloneable, Serializable

public class UnknownNotification
extends Notification

Notify by agents when there is no reaction allowed.

See Also:
Agent

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

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

Methods inherited from class fr.dyade.aaa.agent.Notification

clone, getContext, setContext, toString

Field Details

agent

public AgentId agent
The target agent id.


not

public Notification not
The failing notification.

Constructor Details

UnknownNotification

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

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

Method Details

toString

public String toString()
Returns a string representation of this notification.
Overrides:
toString in interface Notification

Returns:
A string representation of this notification.


Copyright B) 2004 Scalagent - All rights reserved