public abstract class RequestContext extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private CompositeName |
resolvedName |
private static long |
serialVersionUID
define serialVersionUID for interoperability, fix with 5.15.0 value
|
Constructor and Description |
---|
RequestContext() |
Modifier and Type | Method and Description |
---|---|
abstract JndiRequest |
getRequest() |
CompositeName |
getResolvedName() |
abstract void |
reply(JndiReply reply) |
void |
setResolvedName(CompositeName resolvedName) |
String |
toString() |
private static final long serialVersionUID
private CompositeName resolvedName
public abstract JndiRequest getRequest()
public abstract void reply(JndiReply reply)
public void setResolvedName(CompositeName resolvedName)
public final CompositeName getResolvedName()
Copyright © 2022 ScalAgent D.T.. All rights reserved.