public abstract class AdminRequestNot extends AbstractNotification
AdminRequest
is used by a client agent for sending an
administration request to a destination agent.Modifier and Type | Field and Description |
---|---|
private String |
id
Field used for identifying the request.
|
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
detachable, detached, persistent
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
AdminRequestNot(String id)
Constructs an
AdminRequest . |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the request identifier, null if not used.
|
decode, encode, getClientContext, getEncodedSize, setPersistent, toString
done, failed, hasCallback, passCallback, setCountDownCallback
clone, getContext, getDeadNotificationAgentId, getEncodableClassId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
private static final long serialVersionUID
private String id
public AdminRequestNot(String id)
AdminRequest
.id
- Identifier of the request, may be null.public String getId()
Copyright © 2015 ScalAgent D.T.. All Rights Reserved.