public class AgentRequestContext extends RequestContext
Modifier and Type | Field and Description |
---|---|
private boolean |
doReply |
private AgentId |
from |
private JndiRequest |
request |
private static long |
serialVersionUID |
Constructor and Description |
---|
AgentRequestContext(JndiRequest request,
AgentId from,
boolean doReply) |
Modifier and Type | Method and Description |
---|---|
AgentId |
getFrom() |
JndiRequest |
getRequest() |
void |
reply(JndiReply reply) |
getResolvedName, setResolvedName, toString
private static final long serialVersionUID
private JndiRequest request
private AgentId from
private boolean doReply
public AgentRequestContext(JndiRequest request, AgentId from, boolean doReply)
public AgentId getFrom()
public JndiRequest getRequest()
getRequest
in class RequestContext
public void reply(JndiReply reply)
reply
in class RequestContext
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.