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 524407 2007-03-31 10:59:28Z joerg $
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

static final String ROLE
Method Detail

getWeb3Client

Web3Client getWeb3Client()
                         throws Exception
Gets the Connection to the backend

Throws:
Exception

releaseWeb3Client

void releaseWeb3Client(Web3Client client)


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.