net.sf.sapjcosupport
Class SapDataSource
java.lang.Object
net.sf.sapjcosupport.SapDataSource
- public class SapDataSource
- extends Object
- Since:
- Jan 17, 2006 - 12:53:29 PM
- Author:
- Niki Driessen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SapDataSource
public SapDataSource()
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getHost
public String getHost()
setHost
public void setHost(String host)
getClient
public String getClient()
setClient
public void setClient(String client)
getSystemNr
public String getSystemNr()
setSystemNr
public void setSystemNr(String systemNr)
getLanguage
public String getLanguage()
setLanguage
public void setLanguage(String language)
getPoolSize
public int getPoolSize()
setPoolSize
public void setPoolSize(int poolSize)
getRepository
public com.sap.mw.jco.IRepository getRepository()
getConnection
public com.sap.mw.jco.JCO.Client getConnection()
throws org.springframework.dao.DataAccessResourceFailureException
- Throws:
org.springframework.dao.DataAccessResourceFailureException
release
public void release(com.sap.mw.jco.JCO.Client connection)
Copyright © 2006 null. All Rights Reserved.