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

Field Summary
static String ROLE
           
 
Method Summary
 Web3Client getWeb3Client()
          Gets the Connection to the backend
 void releaseWeb3Client(Web3Client client)
           
 
Methods inherited from interface org.apache.avalon.framework.configuration.Configurable
configure
 
Methods inherited from interface org.apache.avalon.framework.activity.Initializable
initialize
 
Methods inherited from interface org.apache.avalon.framework.activity.Disposable
dispose
 
Methods inherited from interface org.apache.avalon.framework.service.Serviceable
service
 

Field Detail

ROLE

public static final String ROLE
See Also:
Constant Field Values
Method Detail

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.