fr.dyade.aaa.jndi2.impl
Class SimpleContextTable
java.lang.Object
fr.dyade.aaa.jndi2.impl.SimpleContextTable
- All Implemented Interfaces:
- ContextTable, java.io.Serializable
public class SimpleContextTable
- extends java.lang.Object
- implements ContextTable, java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
private static long |
serialVersionUID
define serialVersionUID for interoperability |
private java.util.Hashtable |
table
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- define serialVersionUID for interoperability
- See Also:
- Constant Field Values
table
private java.util.Hashtable table
SimpleContextTable
public SimpleContextTable()
put
public void put(java.lang.Object key,
NamingContext nc)
- Specified by:
put
in interface ContextTable
get
public NamingContext get(java.lang.Object key)
- Specified by:
get
in interface ContextTable
remove
public void remove(java.lang.Object key)
- Specified by:
remove
in interface ContextTable
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.