it.eng.spagobi.importexport
Class JndiConnection
java.lang.Object
it.eng.spagobi.importexport.DBConnection
it.eng.spagobi.importexport.JndiConnection
public class JndiConnection
- extends DBConnection
Bean that describes a SpagoBI jndi database connection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jndiContextName
private java.lang.String jndiContextName
jndiName
private java.lang.String jndiName
JndiConnection
public JndiConnection()
getJndiContextName
public java.lang.String getJndiContextName()
- gets the jndi context name
- Returns:
- the jndi context name
setJndiContextName
public void setJndiContextName(java.lang.String jndiContextName)
- Sets the new jndi context name
- Parameters:
jndiContextName
- the new jndi context name
getJndiName
public java.lang.String getJndiName()
- gets the jndi name
- Returns:
- the jndi name
setJndiName
public void setJndiName(java.lang.String jndiName)
- Sets the new jndi name
- Parameters:
jndiName
- the new jndi name