public class InitJndiServerNot extends Notification
Modifier and Type | Field and Description |
---|---|
private NamingContextInfo[] |
contexts |
private boolean |
isRequest
Indicates whether this notification is
a request (spontaneously sent)
or a reply to a request.
|
private AgentId[] |
jndiServerIds |
private static long |
serialVersionUID |
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 |
---|
InitJndiServerNot(AgentId[] jndiServerIds,
NamingContextInfo[] contexts,
boolean isRequest) |
Modifier and Type | Method and Description |
---|---|
NamingContextInfo[] |
getContexts() |
AgentId[] |
getJndiServerIds() |
boolean |
isRequest() |
StringBuffer |
toString(StringBuffer output)
Appends a string image for this object to the StringBuffer parameter.
|
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
private static final long serialVersionUID
private AgentId[] jndiServerIds
private NamingContextInfo[] contexts
private boolean isRequest
public InitJndiServerNot(AgentId[] jndiServerIds, NamingContextInfo[] contexts, boolean isRequest)
public final AgentId[] getJndiServerIds()
public final NamingContextInfo[] getContexts()
public final boolean isRequest()
public StringBuffer toString(StringBuffer output)
toString
in class Notification
output
- buffer to fill inoutput
buffer is returnedCopyright © 2020 ScalAgent D.T.. All rights reserved.