Uses of Class
fr.dyade.aaa.jndi2.server.RequestContext
-
Packages that use RequestContext Package Description fr.dyade.aaa.jndi2.distributed fr.dyade.aaa.jndi2.server -
-
Uses of RequestContext in fr.dyade.aaa.jndi2.distributed
Methods in fr.dyade.aaa.jndi2.distributed that return RequestContext Modifier and Type Method Description (package private) RequestContextReplicationManager.RequestContextList. get()Methods in fr.dyade.aaa.jndi2.distributed with parameters of type RequestContext 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)(package private) voidReplicationManager.RequestContextList. put(RequestContext ctx)private voidReplicationManager. synchronizeRequest(AgentId owner, RequestContext reqCtx) -
Uses of RequestContext in fr.dyade.aaa.jndi2.server
Subclasses of RequestContext in fr.dyade.aaa.jndi2.server Modifier and Type Class Description classAgentRequestContextclassTcpRequestContextFields in fr.dyade.aaa.jndi2.server declared as RequestContext Modifier and Type Field Description private RequestContextTcpRequestNot. ctxMethods in fr.dyade.aaa.jndi2.server that return RequestContext Modifier and Type Method Description RequestContextTcpRequestNot. getRequestContext()Methods in fr.dyade.aaa.jndi2.server with parameters of type RequestContext Modifier and Type Method Description 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.Constructors in fr.dyade.aaa.jndi2.server with parameters of type RequestContext Constructor Description TcpRequestNot(RequestContext ctx)
-