public class ContextCache extends Object implements ContextTable
| Constructor and Description |
|---|
ContextCache() |
| Modifier and Type | Method and Description |
|---|---|
NamingContext |
get(Object key) |
void |
put(Object key,
NamingContext nc) |
void |
remove(Object key) |
private Hashtable table
public void put(Object key, NamingContext nc)
put in interface ContextTablepublic NamingContext get(Object key)
get in interface ContextTablepublic void remove(Object key)
remove in interface ContextTableCopyright © 2021 ScalAgent D.T.. All rights reserved.