|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.info.glue.GlueQuery
public class GlueQuery
| Constructor Summary | |
|---|---|
GlueQuery()
|
|
| Method Summary | |
|---|---|
static boolean |
ceSupportsVO(GlueCE ce,
java.lang.String vo)
Chech if the computing elements supports the vo |
static java.util.ArrayList<AbstractGlueTable> |
getGlueTable(java.lang.String glueObjectName,
java.lang.String objectTableName,
java.lang.String vo)
This method returns a glue table. |
static java.util.ArrayList<AbstractGlueTable> |
getStorageElements(java.lang.String vo)
Get the storage elements |
static boolean |
saSupportsVO(GlueSA sa,
java.lang.String vo)
Check if the storage access supports the vo |
static boolean |
serviceSupportsVO(GlueService service,
java.lang.String vo)
Check if the service supports the vo |
static boolean |
seSupportsVO(GlueSE se,
java.lang.String vo)
Check if the storage elements supports the vo |
static boolean |
siteSupportsVO(GlueSite site,
java.lang.String vo)
Check if the sites supports the vo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlueQuery()
| Method Detail |
|---|
public static java.util.ArrayList<AbstractGlueTable> getGlueTable(java.lang.String glueObjectName,
java.lang.String objectTableName,
java.lang.String vo)
glueObjectName - A string for the Glue Object that will be returned. It can be a
GlueCE, GlueSite ... or any other AbstractGlueTable.objectTableName - A string for the tableName parameter that the AbstractGlueTable has.
This parameter is used in order to separate glue elements that belong in the same glue table.
An example for that is a GlueService that can have different values in the glueTable to
distinguish if it is a glite service or a gria service.vo - A String containing a vo name. It can be null or "none"
AbstractGlueTable
public static boolean seSupportsVO(GlueSE se,
java.lang.String vo)
se - The Storage Elementvo - the name of the vo
public static boolean ceSupportsVO(GlueCE ce,
java.lang.String vo)
ce - the computing elementvo - the name of the vo
public static boolean serviceSupportsVO(GlueService service,
java.lang.String vo)
service - the servicevo - the name of the vo
public static boolean saSupportsVO(GlueSA sa,
java.lang.String vo)
sa - the storage accessvo - the name of the vo
public static boolean siteSupportsVO(GlueSite site,
java.lang.String vo)
site - the sitevo - the name of the vo
public static java.util.ArrayList<AbstractGlueTable> getStorageElements(java.lang.String vo)
vo - the name of the vo
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||