public class SpaceDriverManagerDataSource
extends org.springframework.jdbc.datasource.AbstractDataSource
implements org.springframework.beans.factory.InitializingBean
| Constructor and Description | 
|---|
SpaceDriverManagerDataSource()  | 
SpaceDriverManagerDataSource(IJSpace space)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()  | 
Connection | 
getConnection()  | 
Connection | 
getConnection(String username,
             String password)  | 
void | 
setGigaSpace(GigaSpace gigaSpace)  | 
void | 
setSpace(IJSpace space)  | 
public SpaceDriverManagerDataSource()
public SpaceDriverManagerDataSource(IJSpace space)
public void setSpace(IJSpace space)
public void setGigaSpace(GigaSpace gigaSpace)
public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic Connection getConnection() throws SQLException
getConnection in interface DataSourceSQLExceptionpublic Connection getConnection(String username, String password) throws SQLException
getConnection in interface DataSourceSQLExceptionCopyright © GigaSpaces.