org.apache.cocoon.components.web3
Interface Web3Client

All Known Implementing Classes:
Web3ClientImpl

public interface Web3Client

The standard interface for R3Clients in Web3.

Since:
2.1
Version:
CVS $Id: Web3Client.java 55389 2004-10-23 15:46:58Z cziegeler $
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

public static final String ROLE
Method Detail

releaseClient

public void releaseClient()
Releases the Connection to the backend


initClient

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


getRepository

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


execute

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



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