public class InitJndiServerNot
extends fr.dyade.aaa.agent.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 fr.dyade.aaa.agent.AgentId[] |
jndiServerIds |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
InitJndiServerNot(fr.dyade.aaa.agent.AgentId[] jndiServerIds,
NamingContextInfo[] contexts,
boolean isRequest) |
| Modifier and Type | Method and Description |
|---|---|
NamingContextInfo[] |
getContexts() |
fr.dyade.aaa.agent.AgentId[] |
getJndiServerIds() |
boolean |
isRequest() |
StringBuffer |
toString(StringBuffer output)
Appends a string image for this object to the StringBuffer parameter.
|
private static final long serialVersionUID
private fr.dyade.aaa.agent.AgentId[] jndiServerIds
private NamingContextInfo[] contexts
private boolean isRequest
public InitJndiServerNot(fr.dyade.aaa.agent.AgentId[] jndiServerIds,
NamingContextInfo[] contexts,
boolean isRequest)
public final fr.dyade.aaa.agent.AgentId[] getJndiServerIds()
public final NamingContextInfo[] getContexts()
public final boolean isRequest()
public StringBuffer toString(StringBuffer output)
toString in class fr.dyade.aaa.agent.Notificationoutput - buffer to fill inoutput buffer is returnedCopyright © 2019 ScalAgent D.T.. All Rights Reserved.