|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectJdbcControl.JndiContextFactory
public abstract static class JdbcControl.JndiContextFactory
Abstract base class for a user defined Jndi Context factory which can be used as a value for the jndiContextFactory member of the ConnectionDataSource annotation.
Constructor Summary | |
---|---|
JdbcControl.JndiContextFactory()
|
Method Summary | |
---|---|
abstract Context |
getContext()
Get a JNDI InitialContext instance. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcControl.JndiContextFactory()
Method Detail |
---|
public abstract Context getContext() throws NamingException
NamingException
- if context could not be found.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |