Package | Description |
---|---|
fr.dyade.aaa.jndi2.distributed | |
fr.dyade.aaa.jndi2.server |
Modifier and Type | Method and Description |
---|---|
(package private) RequestContext |
ReplicationManager.RequestContextList.get() |
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) |
(package private) void |
ReplicationManager.RequestContextList.put(RequestContext ctx) |
private void |
ReplicationManager.synchronizeRequest(AgentId owner,
RequestContext reqCtx) |
Modifier and Type | Class and Description |
---|---|
class |
AgentRequestContext |
class |
TcpRequestContext |
Modifier and Type | Field and Description |
---|---|
private RequestContext |
TcpRequestNot.ctx |
Modifier and Type | Method and Description |
---|---|
RequestContext |
TcpRequestNot.getRequestContext() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
TcpRequestNot(RequestContext ctx) |
Copyright © 2022 ScalAgent D.T.. All rights reserved.