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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Michael Gerzabek
Methods inherited from interface org.apache.avalon.framework.activity.Disposable |
dispose |
ROLE
static final String ROLE
getWeb3Client
Web3Client getWeb3Client()
throws Exception
- Gets the Connection to the backend
- Throws:
Exception
releaseWeb3Client
void releaseWeb3Client(Web3Client client)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.