Package | Description |
---|---|
fr.dyade.aaa.jndi2.client | |
fr.dyade.aaa.jndi2.distributed | |
fr.dyade.aaa.jndi2.msg | |
fr.dyade.aaa.jndi2.server |
Modifier and Type | Method and Description |
---|---|
JndiReply |
SimpleNamingConnection.invoke(JndiRequest request)
An invoke opens a connection and closes it
when the result has been returned.
|
JndiReply |
NamingConnection.invoke(JndiRequest request) |
Modifier and Type | Method and Description |
---|---|
protected JndiReply |
ReplicationManager.invokeOwner(AgentId owner,
RequestContext reqCtx)
Overrides the
JndiServer behavior. |
protected JndiReply |
ReplicationManager.onMissingContext(MissingContextException mce,
RequestContext reqCtx) |
protected JndiReply |
ReplicationManager.onMissingRecord(MissingRecordException mre,
RequestContext reqCtx) |
Modifier and Type | Method and Description |
---|---|
private void |
ReplicationManager.onReply(AgentId from,
JndiReply reply)
Reacts to the reply of a JNDI server that has been called
as it is the owner of a naming context.
|
Modifier and Type | Class and Description |
---|---|
class |
JndiError |
class |
ListBindingsReply |
class |
ListReply |
class |
LookupReply |
Modifier and Type | Field and Description |
---|---|
private JndiReply[] |
JndiScriptReplyNot.replies |
private JndiReply |
JndiReplyNot.reply |
Modifier and Type | Method and Description |
---|---|
JndiReply[] |
JndiScriptReplyNot.getReplies() |
JndiReply |
JndiReplyNot.getReply() |
JndiReply |
RequestManager.invoke(RequestContext reqCtx) |
protected JndiReply |
RequestManager.invokeAdminRequest(RequestContext reqCtx) |
protected JndiReply |
RequestManager.invokeOwner(AgentId owner,
RequestContext reqCtx)
A centralized JNDI server returns a JNDI error
explaining that this server is not the owner
of the context on which the JNDI operation is called.
|
protected JndiReply |
RequestManager.invokeReadRequest(RequestContext reqCtx) |
protected JndiReply |
RequestManager.invokeWriteRequest(RequestContext reqCtx) |
protected JndiReply |
RequestManager.onMissingContext(MissingContextException mce,
RequestContext reqCtx)
In a centralized JNDI server a missing context shows
that the naming data are unconsistent.
|
protected JndiReply |
RequestManager.onMissingRecord(MissingRecordException mre,
RequestContext reqCtx)
In a centralized JNDI server a missing record shows that the
name asked by the JNDI request doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpRequestContext.reply(JndiReply reply) |
abstract void |
RequestContext.reply(JndiReply reply) |
void |
AgentRequestContext.reply(JndiReply reply) |
Constructor and Description |
---|
JndiReplyNot(JndiRequest request,
JndiReply reply) |
JndiScriptReplyNot(JndiReply[] replies) |
Copyright © 2020 ScalAgent D.T.. All rights reserved.