com.intel.gpe.clients.api
Interface GridBeanClient

All Superinterfaces:
ServiceClient

public interface GridBeanClient
extends ServiceClient

The client interface to access GridBean service

Version:
$Id: GridBeanClient.java,v 1.7 2005/12/23 09:37:38 dnpetrov Exp $
Author:
Alexander Lukichev

Method Summary
 byte[] getGridBean(java.lang.String gridBeanName)
          Download the GridBean.
 GridBean[] listGridBeans()
          List the available GridBeans.
 

Method Detail

getGridBean

byte[] getGridBean(java.lang.String gridBeanName)
Download the GridBean.

Parameters:
gridBeanName - The name of the GridBean
Returns:
The representation of the GridBean JAR as the array of bytes

listGridBeans

GridBean[] listGridBeans()
                         throws GPEMiddlewareRemoteException
List the available GridBeans.

Returns:
The list of GridBean information classes
Throws:
GPEMiddlewareRemoteException - If unable to list GridBeans (to be changed after Beta)


Copyright © 2008. All Rights Reserved.