javax.naming.Context
javax.naming.Context is the context API for connection configuration.
Method Name | Return Type | Support JDBC 4 |
|---|---|---|
bind(Name name, Object obj) | void | Yes |
bind(String name, Object obj) | void | Yes |
lookup(Name name) | Object | Yes |
lookup(String name) | Object | Yes |
rebind(Name name, Object obj) | void | Yes |
rebind(String name, Object obj) | void | Yes |
rename(Name oldName, Name newName) | void | Yes |
rename(String oldName, String newName) | void | Yes |
unbind(Name name) | void | Yes |
unbind(String name) | void | Yes |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

