|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.datasource.common.SitoolsDataSourceModel
fr.cnes.sitools.datasource.jdbc.model.JDBCDataSource
public final class JDBCDataSource
Class for definition of a JDBC data source
Constructor Summary | |
---|---|
JDBCDataSource()
Default constructor |
Method Summary | |
---|---|
int |
getInitialSize()
Gets the initialSize value |
java.lang.String |
getSchemaOnConnection()
Gets the schemaOnConnection value |
void |
setInitialSize(int initialSize)
Sets the value of initialSize |
void |
setSchemaOnConnection(java.lang.String schemaOnConnection)
Sets the value of schemaOnConnection |
Resource |
wrap()
Utility to wrap the JDBCDataSource to a generic resource |
Methods inherited from class fr.cnes.sitools.datasource.common.SitoolsDataSourceModel |
---|
getDescription, getDriverClass, getId, getMaxActive, getName, getSitoolsAttachementForUsers, getStatus, getUrl, getUserLogin, getUserPassword, setDescription, setDriverClass, setId, setMaxActive, setName, setSitoolsAttachementForUsers, setStatus, setUrl, setUserLogin, setUserPassword |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.cnes.sitools.common.model.IResource |
---|
getDescription, getId, getName, setId |
Constructor Detail |
---|
public JDBCDataSource()
Method Detail |
---|
public int getInitialSize()
public void setInitialSize(int initialSize)
initialSize
- the initialSize to setpublic java.lang.String getSchemaOnConnection()
public void setSchemaOnConnection(java.lang.String schemaOnConnection)
schemaOnConnection
- the schemaOnConnection to setpublic Resource wrap()
wrap
in class SitoolsDataSourceModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |