it.eng.spagobi.importexport
Class JndiConnection

java.lang.Object
  extended by it.eng.spagobi.importexport.DBConnection
      extended by it.eng.spagobi.importexport.JndiConnection

public class JndiConnection
extends DBConnection

Bean that describes a SpagoBI jndi database connection


Field Summary
private  java.lang.String jndiContextName
           
private  java.lang.String jndiName
           
 
Constructor Summary
JndiConnection()
           
 
Method Summary
 java.lang.String getJndiContextName()
          gets the jndi context name
 java.lang.String getJndiName()
          gets the jndi name
 void setJndiContextName(java.lang.String jndiContextName)
          Sets the new jndi context name
 void setJndiName(java.lang.String jndiName)
          Sets the new jndi name
 
Methods inherited from class it.eng.spagobi.importexport.DBConnection
getDescription, getName, isJdbcType, isJndiType, setDescription, setJdbcType, setJndiType, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jndiContextName

private java.lang.String jndiContextName

jndiName

private java.lang.String jndiName
Constructor Detail

JndiConnection

public JndiConnection()
Method Detail

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