|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.ejbx.JndiContext
public class JndiContext
Adapter from a JNDI context to a IContext.
If the JNDI name starts with @subcontext@ ignores this word.
| Constructor Summary | |
|---|---|
JndiContext(javax.naming.Context ctx)
It's created from JNDI context that it wants wrap. |
|
| Method Summary | |
|---|---|
void |
close()
|
java.lang.Object |
lookup(java.lang.String name)
Look a resource from its name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JndiContext(javax.naming.Context ctx)
| Method Detail |
|---|
public java.lang.Object lookup(java.lang.String name)
throws javax.naming.NamingException
IContext
lookup in interface IContextjavax.naming.NamingException
public void close()
throws javax.naming.NamingException
close in interface IContextjavax.naming.NamingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||