org.apache.cocoon.components.web3
Interface Web3DataSource
- All Superinterfaces:
- Configurable, Disposable, Initializable, Serviceable
- All Known Implementing Classes:
- Web3DataSourceImpl
- public interface Web3DataSource
- extends Configurable, Initializable, Disposable, Serviceable
The standard interface for R3DataSources in Web3.
- Since:
- 2.1
- Version:
- CVS $Id: Web3DataSource.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Michael Gerzabek
Methods inherited from interface org.apache.avalon.framework.activity.Disposable |
dispose |
ROLE
public static final String ROLE
- See Also:
- Constant Field Values
getWeb3Client
public Web3Client getWeb3Client()
throws Exception
- Gets the Connection to the backend
- Throws:
Exception
releaseWeb3Client
public void releaseWeb3Client(Web3Client client)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.