org.javalite.activejdbc
Class ConnectionJndiSpec
java.lang.Object
org.javalite.activejdbc.ConnectionJndiSpec
- All Implemented Interfaces:
- ConnectionSpec
public class ConnectionJndiSpec
- extends Object
- implements ConnectionSpec
- Author:
- Igor Polevoy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionJndiSpec
public ConnectionJndiSpec(String dataSourceJndiName)
ConnectionJndiSpec
public ConnectionJndiSpec(InitialContext context)
getDataSourceJndiName
public String getDataSourceJndiName()
getUser
@Deprecated
public String getUser()
- Deprecated. unused method, returns null
getPassword
@Deprecated
public String getPassword()
- Deprecated. unused method, returns null
getContext
public InitialContext getContext()
Copyright © 2015 JavaLite. All rights reserved.