Constructor and Description |
---|
JndiContext(javax.naming.Context ctx)
It's created from JNDI context that it wants wrap.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.Object |
lookup(java.lang.String name)
Look a resource from its name.
|
public JndiContext(javax.naming.Context ctx)
public java.lang.Object lookup(java.lang.String name) throws javax.naming.NamingException
IContext