g-Eclipse
Release 1.0.0

eu.geclipse.info.model
Interface IGridSupportedService


public interface IGridSupportedService


Method Summary
 java.lang.String getType()
          Returns the service type that is supported
 java.lang.String[] getVersion()
          Gets the versions of the service type that are supported.
 

Method Detail

getType

java.lang.String getType()
Returns the service type that is supported

Returns:
A string with the type of the service

getVersion

java.lang.String[] getVersion()
Gets the versions of the service type that are supported. If null is returned it is be ignored.

Returns:
An array of String

g-Eclipse
Release 1.0.0