|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.jndi2.server.RequestContext
fr.dyade.aaa.jndi2.server.AgentRequestContext
public class AgentRequestContext
Field Summary | |
---|---|
private boolean |
doReply
|
private AgentId |
from
|
private JndiRequest |
request
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
AgentRequestContext(JndiRequest request,
AgentId from,
boolean doReply)
|
Method Summary | |
---|---|
AgentId |
getFrom()
|
JndiRequest |
getRequest()
|
void |
reply(JndiReply reply)
|
Methods inherited from class fr.dyade.aaa.jndi2.server.RequestContext |
---|
getResolvedName, setResolvedName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private JndiRequest request
private AgentId from
private boolean doReply
Constructor Detail |
---|
public AgentRequestContext(JndiRequest request, AgentId from, boolean doReply)
Method Detail |
---|
public AgentId getFrom()
public JndiRequest getRequest()
getRequest
in class RequestContext
public void reply(JndiReply reply)
reply
in class RequestContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |