g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.info.glue.GlueSE

Packages that use GlueSE
eu.geclipse.info.glue   
eu.geclipse.info.model   
 

Uses of GlueSE in eu.geclipse.info.glue
 

Fields in eu.geclipse.info.glue declared as GlueSE
 GlueSE GlueSA.glueSE
           
 GlueSE GlueSL.glueSE
           
 GlueSE GlueSEAccessProtocol.glueSE
           
 GlueSE GlueSEControlProtocol.glueSE
           
 

Fields in eu.geclipse.info.glue with type parameters of type GlueSE
 java.util.Hashtable<java.lang.String,GlueSE> GlueIndex.glueSE
           
 java.util.ArrayList<GlueSE> GlueSL.glueSEList
           
 java.util.ArrayList<GlueSE> GlueSite.glueSEList
           
 

Methods in eu.geclipse.info.glue that return GlueSE
 GlueSE GlueIndex.getGlueSE(java.lang.String key)
          Get the Glue Storage Element
 

Methods in eu.geclipse.info.glue with parameters of type GlueSE
static boolean GlueQuery.seSupportsVO(GlueSE se, java.lang.String vo)
          Check if the storage elements supports the vo
 

Uses of GlueSE in eu.geclipse.info.model
 

Methods in eu.geclipse.info.model that return GlueSE
 GlueSE GridGlueStorage.getGlueSe()
          Convenience method for getting the glue SE.
 

Constructors in eu.geclipse.info.model with parameters of type GlueSE
GridGlueStorage(IGridContainer parent, GlueSE glueSE)
          Construct a new GridGlueStorage for the specified GlueSE.
 


g-Eclipse
Release 1.0.0