fr.dyade.aaa.agent
Class DeleteAck

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

Field Summary
 AgentId agent
           
static int DENIED
           
 java.lang.Throwable exc
           
static int EXCEPTION
           
 java.lang.Object extraInformation
           
static int OK
           
private static long serialVersionUID
          Define serialVersionUID for interoperability.
 int status
           
 
Fields inherited from class fr.dyade.aaa.agent.Notification
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority
 
Constructor Summary
DeleteAck(AgentId agent)
           
DeleteAck(AgentId agent, int status)
           
DeleteAck(AgentId agent, java.lang.Object extraInformation)
           
DeleteAck(AgentId agent, java.lang.Throwable exc)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Define serialVersionUID for interoperability.

See Also:
Constant Field Values

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

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 © 2010 ScalAgent D.T.. All Rights Reserved.