org.apache.cocoon.components.web3
Interface Web3Client

All Superinterfaces:
Component
All Known Implementing Classes:
Web3ClientImpl

public interface Web3Client
extends Component

The standard interface for R3Clients in Web3.

Since:
2.1
Version:
CVS $Id: Web3Client.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Michael Gerzabek

Field Summary
static String ROLE
           
 
Method Summary
 void execute(com.sap.mw.jco.JCO.Function function)
          Execute an Abab function
 com.sap.mw.jco.IRepository getRepository()
          Get a Client Repository
 void initClient(com.sap.mw.jco.JCO.Client client)
          Initialize the client
 void releaseClient()
          Releases the Connection to the backend
 

Field Detail

ROLE

static final String ROLE
Method Detail

releaseClient

void releaseClient()
Releases the Connection to the backend


initClient

void initClient(com.sap.mw.jco.JCO.Client client)
Initialize the client


getRepository

com.sap.mw.jco.IRepository getRepository()
Get a Client Repository


execute

void execute(com.sap.mw.jco.JCO.Function function)
Execute an Abab function



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.