fr.dyade.aaa.agent
Class UnknownAgent
- Cloneable, Serializable
public class UnknownAgent
Notify by the engine to the sender of a notification when the target agent
does not exist.
Engine
String | toString() - Returns a string representation of this notification.
|
agent
public AgentId agent
The non-existent target agent id.
not
public Notification not
The failing notification that can not be delivered.
UnknownAgent
public UnknownAgent(AgentId agent,
Notification not)
Allocates a new UnknownAgent
notification.
agent
- The non-existent target agent id.not
- The failing notification that can not be delivered.
toString
public String toString()
Returns a string representation of this notification.
- toString in interface Notification
- A string representation of this notification.
Copyright B) 2004 Scalagent - All rights reserved