|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JndiReply | |
---|---|
fr.dyade.aaa.jndi2.client | |
fr.dyade.aaa.jndi2.distributed | |
fr.dyade.aaa.jndi2.ha | |
fr.dyade.aaa.jndi2.haclient | |
fr.dyade.aaa.jndi2.msg | |
fr.dyade.aaa.jndi2.server |
Uses of JndiReply in fr.dyade.aaa.jndi2.client |
---|
Methods in fr.dyade.aaa.jndi2.client that return JndiReply | |
---|---|
JndiReply |
SimpleNamingConnection.invoke(JndiRequest request)
An invoke opens a connection and closes it when the result has been returned. |
JndiReply |
NamingConnection.invoke(JndiRequest request)
|
Uses of JndiReply in fr.dyade.aaa.jndi2.distributed |
---|
Methods in fr.dyade.aaa.jndi2.distributed that return JndiReply | |
---|---|
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)
|
Uses of JndiReply in fr.dyade.aaa.jndi2.ha |
---|
Methods in fr.dyade.aaa.jndi2.ha with parameters of type JndiReply | |
---|---|
void |
HARequestContext.reply(JndiReply reply)
|
Uses of JndiReply in fr.dyade.aaa.jndi2.haclient |
---|
Methods in fr.dyade.aaa.jndi2.haclient that return JndiReply | |
---|---|
JndiReply |
HANamingConnection.invoke(JndiRequest request)
An invoke opens a connection and closes it when the result has been returned. |
Uses of JndiReply in fr.dyade.aaa.jndi2.msg |
---|
Subclasses of JndiReply in fr.dyade.aaa.jndi2.msg | |
---|---|
class |
JndiError
|
class |
ListBindingsReply
|
class |
ListReply
|
class |
LookupReply
|
Uses of JndiReply in fr.dyade.aaa.jndi2.server |
---|
Methods in fr.dyade.aaa.jndi2.server that return JndiReply | |
---|---|
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. |
Methods in fr.dyade.aaa.jndi2.server with parameters of type JndiReply | |
---|---|
void |
TcpRequestContext.reply(JndiReply reply)
|
abstract void |
RequestContext.reply(JndiReply reply)
|
void |
AgentRequestContext.reply(JndiReply reply)
|
Constructors in fr.dyade.aaa.jndi2.server with parameters of type JndiReply | |
---|---|
JndiReplyNot(JndiRequest request,
JndiReply reply)
|
|
JndiScriptReplyNot(JndiReply[] replies)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |