g-Eclipse
Release 1.0.0

eu.geclipse.info.model
Class AbstractGlueStore

java.lang.Object
  extended by eu.geclipse.info.model.AbstractGlueStore

public abstract class AbstractGlueStore
extends java.lang.Object

This is an abstract class that stores all the glue elements. The elements are fetched by the info services.


Constructor Summary
AbstractGlueStore(java.util.ArrayList<IVirtualOrganization> voList)
          The constructor of the GlueStore.
 
Method Summary
abstract  void setVoList(java.util.ArrayList<IVirtualOrganization> voList)
          This is an abstract method that must be implemented
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGlueStore

public AbstractGlueStore(java.util.ArrayList<IVirtualOrganization> voList)
The constructor of the GlueStore. The method setVoList is called.

Parameters:
voList - An ArrayList of IVirtualOrganization
Method Detail

setVoList

public abstract void setVoList(java.util.ArrayList<IVirtualOrganization> voList)
This is an abstract method that must be implemented

Parameters:
voList -

g-Eclipse
Release 1.0.0