| org.apache.cocoon.components.web3.impl.Web3DataSourceImpl
Web3DataSourceImpl | public class Web3DataSourceImpl extends AbstractLogEnabled implements Web3DataSource,ThreadSafe(Code) | | The Default implementation for R3DataSources in Web3. This uses the
normal com.sap.mw.jco.JCO classes.
author: Michael Gerzabek since: 2.1 version: CVS $Id: Web3DataSourceImpl.java 524407 2007-03-31 10:59:28Z joerg $ |
current_clients | protected int current_clients(Code) | | |
level | protected int level(Code) | | |
manager | protected ServiceManager manager(Code) | | |
poolsize | protected int poolsize(Code) | | |
trace | protected boolean trace(Code) | | |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | Configure backend component
|
dispose | public void dispose()(Code) | | Dispose properly of the pool
|
getWeb3Client | public Web3Client getWeb3Client() throws Exception(Code) | | Get the backend client, returns null if there is no more
client in the pool.
|
initialize | public void initialize() throws Exception(Code) | | initialize the component
|
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|