edu.isi.pegasus.planner.catalog.site.impl.old.classes
public class LRC extends Object
The various attributes that can be associated with the the server are displayed in the following table.
Attribute Name | Attribute Description |
---|---|
url | the url string pointing to local replica catalog. |
Modifier and Type | Field and Description |
---|---|
private String |
mLRCURL
The contact string to the lrc e.g rls://sukhna.isi.edu .
|
Constructor and Description |
---|
LRC(String url)
Constructor for the class.
|
Modifier and Type | Method and Description |
---|---|
String |
getURL()
Returns the LRC url associated with a pool.
|
void |
setURL(String url)
Sets the url of the LRC associated with the object.
|
String |
toMultiLine()
Returns the textual description of the contents of
LRC
object in the multiline format. |
String |
toString()
Returns the textual description of the contents of
LRC object. |
String |
toXML()
Returns the XML description of the contents of
LRC
object. |
private String mLRCURL
public LRC(String url)
url
- the url for the local replica catalog.public String getURL()
public void setURL(String url)
url
- the url string.public String toMultiLine()
LRC
object in the multiline format.public String toString()
LRC
object.public String toXML()
LRC
object.