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

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-2010 The Apache Software Foundation. All Rights Reserved.