|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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
Nested Class Summary | |
class |
ComputingElementInfo.StringComparator
|
Constructor Summary | |
ComputingElementInfo()
|
Method Summary | |
java.lang.String[] |
getCloseSEs()
Returns the close SE host names |
java.lang.String |
getID()
Get the ID of the CE. |
java.lang.String |
getName()
Get the string identifyer (name) of the CE. |
java.lang.String[] |
getVOs()
|
boolean |
isCloseSE(java.lang.String seHost)
Checks whether the given host is a close SE |
void |
setCloseSEs(java.lang.String[] se)
Set the close SE host names. |
void |
setID(java.lang.String ce)
Set the CE ID. |
void |
setName(java.lang.String name)
Set the CE Name. |
void |
setVOs(java.lang.String[] vos)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComputingElementInfo()
Method Detail |
public java.lang.String[] getCloseSEs()
public boolean isCloseSE(java.lang.String seHost)
public java.lang.String getName()
public java.lang.String getID()
public java.lang.String[] getVOs()
public void setID(java.lang.String ce)
ce
- The String identifyer of the CE.public void setCloseSEs(java.lang.String[] se)
se
- The list of SE hosts that are 'close' to the CE.public void setName(java.lang.String name)
name
- The Name of the CE.public void setVOs(java.lang.String[] vos)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |