public class DeleteAck extends Notification
Modifier and Type | Field and Description |
---|---|
AgentId |
agent |
static int |
DENIED |
Throwable |
exc |
static int |
EXCEPTION |
Object |
extraInformation |
static int |
OK |
private static long |
serialVersionUID
Define serialVersionUID for interoperability.
|
int |
status |
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
DeleteAck(AgentId agent) |
DeleteAck(AgentId agent,
int status) |
DeleteAck(AgentId agent,
Object extraInformation) |
DeleteAck(AgentId agent,
Throwable exc) |
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
private static final long serialVersionUID
public AgentId agent
public static final int OK
public static final int DENIED
public static final int EXCEPTION
public int status
public Object extraInformation
public Throwable exc
Copyright © 2020 ScalAgent D.T.. All rights reserved.