net.sf.sapjcosupport
Class SapDataSource

java.lang.Object
  extended bynet.sf.sapjcosupport.SapDataSource

public class SapDataSource
extends Object

Since:
Jan 17, 2006 - 12:53:29 PM
Author:
Niki Driessen

Constructor Summary
SapDataSource()
           
 
Method Summary
 String getClient()
           
 com.sap.mw.jco.JCO.Client getConnection()
           
 String getHost()
           
 String getLanguage()
           
 String getPassword()
           
 int getPoolSize()
           
 com.sap.mw.jco.IRepository getRepository()
           
 String getSystemNr()
           
 String getUsername()
           
 void release(com.sap.mw.jco.JCO.Client connection)
           
 void setClient(String client)
           
 void setHost(String host)
           
 void setLanguage(String language)
           
 void setPassword(String password)
           
 void setPoolSize(int poolSize)
           
 void setSystemNr(String systemNr)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SapDataSource

public SapDataSource()
Method Detail

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.