public class LRC
extends java.lang.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 java.lang.String |
mLRCURL
The contact string to the lrc e.g rls://sukhna.isi.edu .
|
| Constructor and Description |
|---|
LRC(java.lang.String url)
Constructor for the class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getURL()
Returns the LRC url associated with a pool.
|
void |
setURL(java.lang.String url)
Sets the url of the LRC associated with the object.
|
java.lang.String |
toMultiLine()
Returns the textual description of the contents of
LRC
object in the multiline format. |
java.lang.String |
toString()
Returns the textual description of the contents of
LRC object. |
java.lang.String |
toXML()
Returns the XML description of the contents of
LRC
object. |
private java.lang.String mLRCURL
public LRC(java.lang.String url)
url - the url for the local replica catalog.public java.lang.String getURL()
public void setURL(java.lang.String url)
url - the url string.public java.lang.String toMultiLine()
LRC
object in the multiline format.public java.lang.String toString()
LRC object.toString in class java.lang.Objectpublic java.lang.String toXML()
LRC
object.