g-Eclipse
Release 1.0.0

eu.geclipse.info
Class InfoServiceFactory

java.lang.Object
  extended by eu.geclipse.info.InfoServiceFactory

public class InfoServiceFactory
extends java.lang.Object

This class is responsible for returning existing information services.


Constructor Summary
InfoServiceFactory()
           
 
Method Summary
 java.util.ArrayList<IGridInfoService> getAllExistingInfoService()
          Returns existing information services.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoServiceFactory

public InfoServiceFactory()
Method Detail

getAllExistingInfoService

public java.util.ArrayList<IGridInfoService> getAllExistingInfoService()
Returns existing information services.

Returns:
An array with all the different kind of information services found in the projects. Only one of each type is returned, the first that is found by browsing the grid projects.

g-Eclipse
Release 1.0.0