fr.dyade.aaa.agent
Class DeleteAck
java.lang.Object
fr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.DeleteAck
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class DeleteAck
- extends Notification
DeleteAck - Acknowledge for deleting an agent
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
agent
public AgentId agent
OK
public static final int OK
- See Also:
- Constant Field Values
DENIED
public static final int DENIED
- See Also:
- Constant Field Values
EXCEPTION
public static final int EXCEPTION
- See Also:
- Constant Field Values
status
public int status
exc
public java.lang.Throwable exc
DeleteAck
public DeleteAck(AgentId agent)
DeleteAck
public DeleteAck(AgentId agent,
java.lang.Throwable exc)
DeleteAck
public DeleteAck(AgentId agent,
int status)
Copyright ? 2004 Scalagent - All rights reserved