Uses of Class
fr.dyade.aaa.jndi2.msg.JndiReply
-
Packages that use JndiReply Package Description fr.dyade.aaa.jndi2.client fr.dyade.aaa.jndi2.distributed 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 Modifier and Type Method Description JndiReplyNamingConnection. invoke(JndiRequest request)JndiReplySimpleNamingConnection. 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.distributed
Methods in fr.dyade.aaa.jndi2.distributed that return JndiReply Modifier and Type Method Description protected JndiReplyReplicationManager. invokeOwner(AgentId owner, RequestContext reqCtx)Overrides theJndiServerbehavior.protected JndiReplyReplicationManager. onMissingContext(MissingContextException mce, RequestContext reqCtx)protected JndiReplyReplicationManager. onMissingRecord(MissingRecordException mre, RequestContext reqCtx)Methods in fr.dyade.aaa.jndi2.distributed with parameters of type JndiReply Modifier and Type Method Description private voidReplicationManager. 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. -
Uses of JndiReply in fr.dyade.aaa.jndi2.msg
Subclasses of JndiReply in fr.dyade.aaa.jndi2.msg Modifier and Type Class Description classJndiErrorclassListBindingsReplyclassListReplyclassLookupReply -
Uses of JndiReply in fr.dyade.aaa.jndi2.server
Fields in fr.dyade.aaa.jndi2.server declared as JndiReply Modifier and Type Field Description private JndiReply[]JndiScriptReplyNot. repliesprivate JndiReplyJndiReplyNot. replyMethods in fr.dyade.aaa.jndi2.server that return JndiReply Modifier and Type Method Description JndiReply[]JndiScriptReplyNot. getReplies()JndiReplyJndiReplyNot. getReply()JndiReplyRequestManager. invoke(RequestContext reqCtx)protected JndiReplyRequestManager. invokeAdminRequest(RequestContext reqCtx)protected JndiReplyRequestManager. 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 JndiReplyRequestManager. invokeReadRequest(RequestContext reqCtx)protected JndiReplyRequestManager. invokeWriteRequest(RequestContext reqCtx)protected JndiReplyRequestManager. onMissingContext(MissingContextException mce, RequestContext reqCtx)In a centralized JNDI server a missing context shows that the naming data are unconsistent.protected JndiReplyRequestManager. 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 Modifier and Type Method Description voidAgentRequestContext. reply(JndiReply reply)abstract voidRequestContext. reply(JndiReply reply)voidTcpRequestContext. reply(JndiReply reply)Constructors in fr.dyade.aaa.jndi2.server with parameters of type JndiReply Constructor Description JndiReplyNot(JndiRequest request, JndiReply reply)JndiScriptReplyNot(JndiReply[] replies)
-