com.atlassian.jira.multitenant.database
Class JndiDatasource

java.lang.Object
  extended by com.atlassian.jira.multitenant.database.JndiDatasource
All Implemented Interfaces:
Datasource

public class JndiDatasource
extends Object
implements Datasource

A JNDI datasource


Constructor Summary
JndiDatasource(String jndiName)
           
 
Method Summary
 String getJndiName()
          Get the JNDI name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiDatasource

public JndiDatasource(String jndiName)
Method Detail

getJndiName

public String getJndiName()
Get the JNDI name

Returns:
The JNDI name


Copyright © 2002-2011 Atlassian. All Rights Reserved.