com.intel.gpe.clients.api
Interface GridBean


public interface GridBean

The abstraction of the advertized GridBean.

Version:
$Id: GridBean.java,v 1.3 2005/10/11 14:02:16 nbmalysh Exp $
Author:
Alexander Lukichev

Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 int getPluginVersion()
           
 int getSize()
           
 float getVersion()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
The name of the GridBean

getVersion

float getVersion()
Returns:
The version of the GridBean

getDescription

java.lang.String getDescription()
Returns:
The description of the GridBean

getAuthor

java.lang.String getAuthor()
Returns:
The author of the GridBean

getSize

int getSize()
Returns:
The size of the GridBean JAR archive

getPluginVersion

int getPluginVersion()
Returns:
The version of the plugin


Copyright © 2008. All Rights Reserved.