|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.importexport.DBConnection
it.eng.spagobi.importexport.JndiConnection
public class JndiConnection
Bean that describes a SpagoBI jndi database connection
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JndiConnection()
Method Detail |
---|
public java.lang.String getJndiContextName()
public void setJndiContextName(java.lang.String jndiContextName)
jndiContextName
- the new jndi context namepublic java.lang.String getJndiName()
public void setJndiName(java.lang.String jndiName)
jndiName
- the new jndi name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |