g-Eclipse
Release 1.0.0

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

Packages that use AbstractGlueTable
eu.geclipse.info.glue   
eu.geclipse.info.model   
eu.geclipse.info.ui   
 

Uses of AbstractGlueTable in eu.geclipse.info.glue
 

Subclasses of AbstractGlueTable in eu.geclipse.info.glue
 class GlueBatchJob
           
 class GlueBatchQueue
           
 class GlueBatchSystem
           
 class GlueCE
           
 class GlueCEAccessControlBaseRule
           
 class GlueCEContactString
           
 class GlueCESEBind
           
 class GlueCEVOView
           
 class GlueCEVOViewAccessControlBaseRule
           
 class GlueCluster
           
 class GlueHost
           
 class GlueHostLocalFileSystem
           
 class GlueHostNetworkAdapter
           
 class GlueHostPoolAccount
           
 class GlueHostProcess
           
 class GlueHostRemoteFileSystem
           
 class GlueHostRole
           
 class GlueLocation
           
 class GlueSA
           
 class GlueSAAccessControlBaseRule
           
 class GlueSE
           
 class GlueSEAccessProtocol
           
 class GlueSEAccessProtocolCapability
           
 class GlueSEAccessProtocolSupportedSecurity
           
 class GlueSEControlProtocol
           
 class GlueSEControlProtocolCapability
           
 class GlueService
           
 class GlueServiceAccessControlRule
           
 class GlueServiceAssociation
           
 class GlueServiceData
           
 class GlueServiceOwner
           
 class GlueServiceStatus
           
 class GlueSite
           
 class GlueSiteInfo
           
 class GlueSiteSponsor
           
 class GlueSL
           
 class GlueSubCluster
           
 class GlueSubClusterLocation
           
 class GlueSubClusterSoftwareRunTimeEnvironment
           
 class GlueVO
           
 

Fields in eu.geclipse.info.glue with type parameters of type AbstractGlueTable
 java.util.Hashtable<java.lang.String,AbstractGlueTable> GlueIndex.fullIndex
           
 

Methods in eu.geclipse.info.glue that return AbstractGlueTable
 AbstractGlueTable GlueIndex.get(java.lang.String objectName, java.lang.String key, boolean onlyIfExists)
           
 

Methods in eu.geclipse.info.glue that return types with arguments of type AbstractGlueTable
static java.util.ArrayList<AbstractGlueTable> GlueQuery.getGlueTable(java.lang.String glueObjectName, java.lang.String objectTableName, java.lang.String vo)
          This method returns a glue table.
 java.util.ArrayList<AbstractGlueTable> GlueIndex.getList(java.lang.String glueObjectName, java.lang.String objectTableName)
           
static java.util.ArrayList<AbstractGlueTable> GlueQuery.getStorageElements(java.lang.String vo)
          Get the storage elements
 

Uses of AbstractGlueTable in eu.geclipse.info.model
 

Methods in eu.geclipse.info.model that return AbstractGlueTable
 AbstractGlueTable GridGlueSite.getGlueElement()
          Get the associated glue object.
 AbstractGlueTable GridGlueComputing.getGlueElement()
          Get this GridGlueElement's associated AbstractGlueTable object.
 AbstractGlueTable GridGlueElement.getGlueElement()
          Get this GridGlueElement's associated AbstractGlueTable object.
 

Constructors in eu.geclipse.info.model with parameters of type AbstractGlueTable
GridGlueElement(IGridContainer parent, AbstractGlueTable glueTable)
          Construct a new GridGlueElement with the specified parent and associated glue table.
 

Uses of AbstractGlueTable in eu.geclipse.info.ui
 

Methods in eu.geclipse.info.ui that return AbstractGlueTable
 AbstractGlueTable GlueInfoViewer.TreeParent.getAgt()
           
 

Methods in eu.geclipse.info.ui with parameters of type AbstractGlueTable
 void GlueInfoViewer.TreeParent.setAgt(AbstractGlueTable agt)
           
 

Constructors in eu.geclipse.info.ui with parameters of type AbstractGlueTable
GlueInfoViewer.TreeParent(AbstractGlueTable agt, java.lang.String prefix)
           
 

Constructor parameters in eu.geclipse.info.ui with type arguments of type AbstractGlueTable
GlueInfoViewer.TreeParent(java.lang.String name, java.util.ArrayList<AbstractGlueTable> agtList)
           
GlueInfoViewer.TreeParent(java.lang.String name, InfoTopTreeElement query, java.util.ArrayList<AbstractGlueTable> agtList)
           
 


g-Eclipse
Release 1.0.0