|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.data.reptor.info.ComputingElementInfo
The ComputingElement class represents an EDG CE as stored in the
Information Services - using only the information needed by the
replica management services. This class is constructed by the
InfoService
interface. Currently it contains
information about its close storage elements and the virtual
organizations that may access it.
InfoService
Constructor Summary | |
ComputingElementInfo(java.lang.String name,
java.lang.String id,
java.util.Iterator closeSEs,
java.util.Iterator voList)
|
Method Summary | |
java.util.Iterator |
getCloseSEs()
return an Iterator over the list of Close SEs |
java.lang.String |
getID()
Get the ID of the CE. |
java.lang.String |
getName()
Get the string identifyer (name) of the CE. |
java.util.Iterator |
getVOs()
|
boolean |
isCloseSE(java.lang.String seHost)
Checks whether the given host is a close SE |
boolean |
isSupportedVO(java.lang.String vo)
|
void |
printInfo(InfoPrinter p)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComputingElementInfo(java.lang.String name, java.lang.String id, java.util.Iterator closeSEs, java.util.Iterator voList)
Method Detail |
public java.util.Iterator getCloseSEs()
Iterator
over String
spublic boolean isCloseSE(java.lang.String seHost)
public java.lang.String getName()
public java.lang.String getID()
public java.util.Iterator getVOs()
public boolean isSupportedVO(java.lang.String vo)
public void printInfo(InfoPrinter p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |