|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestContext | |
---|---|
fr.dyade.aaa.jndi2.distributed | |
fr.dyade.aaa.jndi2.ha | |
fr.dyade.aaa.jndi2.server |
Uses of RequestContext in fr.dyade.aaa.jndi2.distributed |
---|
Methods in fr.dyade.aaa.jndi2.distributed that return RequestContext | |
---|---|
(package private) RequestContext |
ReplicationManager.RequestContextList.get()
|
Methods in fr.dyade.aaa.jndi2.distributed with parameters of type RequestContext | |
---|---|
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)
|
Uses of RequestContext in fr.dyade.aaa.jndi2.ha |
---|
Subclasses of RequestContext in fr.dyade.aaa.jndi2.ha | |
---|---|
class |
HARequestContext
|
Uses of RequestContext in fr.dyade.aaa.jndi2.server |
---|
Subclasses of RequestContext in fr.dyade.aaa.jndi2.server | |
---|---|
class |
AgentRequestContext
|
class |
TcpRequestContext
|
Fields in fr.dyade.aaa.jndi2.server declared as RequestContext | |
---|---|
private RequestContext |
TcpRequestNot.ctx
|
Methods in fr.dyade.aaa.jndi2.server that return RequestContext | |
---|---|
RequestContext |
TcpRequestNot.getRequestContext()
|
Methods in fr.dyade.aaa.jndi2.server with parameters of type RequestContext | |
---|---|
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. |
Constructors in fr.dyade.aaa.jndi2.server with parameters of type RequestContext | |
---|---|
TcpRequestNot(RequestContext ctx)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |