public class SimpleContextTable extends Object implements ContextTable, Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
private Hashtable |
table |
Constructor and Description |
---|
SimpleContextTable() |
Modifier and Type | Method and Description |
---|---|
NamingContext |
get(Object key) |
void |
put(Object key,
NamingContext nc) |
void |
remove(Object key) |
private static final long serialVersionUID
private Hashtable table
public void put(Object key, NamingContext nc)
put
in interface ContextTable
public NamingContext get(Object key)
get
in interface ContextTable
public void remove(Object key)
remove
in interface ContextTable
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.