fr.dyade.aaa.agent

Class UnknownAgent

Implemented Interfaces:
Cloneable, Serializable

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

Field Summary

AgentId
agent
The non-existent target agent id.
Notification
not
The failing notification that can not be delivered.

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

persistent

Constructor Summary

UnknownAgent(AgentId agent, Notification not)
Allocates a new UnknownAgent 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 non-existent target agent id.


not

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

Constructor Details

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 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