fr.dyade.aaa.agent
Class DeleteAck

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byfr.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

Field Summary
 AgentId agent
           
static int DENIED
           
 java.lang.Throwable exc
           
static int EXCEPTION
           
static int OK
           
 int status
           
 
Fields inherited from class fr.dyade.aaa.agent.Notification
persistent
 
Constructor Summary
DeleteAck(AgentId agent)
           
DeleteAck(AgentId agent, int status)
           
DeleteAck(AgentId agent, java.lang.Throwable exc)
           
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, setContext, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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

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