fr.dyade.aaa.agent
Class DeleteAck
java.lang.Object
fr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.DeleteAck
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class DeleteAck
- extends Notification
DeleteAck - Acknowledge for deleting an agent
- See Also:
- Serialized Form
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString |
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
extraInformation
public java.lang.Object extraInformation
exc
public java.lang.Throwable exc
DeleteAck
public DeleteAck(AgentId agent)
DeleteAck
public DeleteAck(AgentId agent,
java.lang.Object extraInformation)
DeleteAck
public DeleteAck(AgentId agent,
java.lang.Throwable exc)
DeleteAck
public DeleteAck(AgentId agent,
int status)
Copyright © 2011 ScalAgent D.T.. All Rights Reserved.