|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.catalog.site.impl.old.classes.LRC
public class LRC
This is a data class that is used to store information about a local replica catalog, that is associated with a site in the pool configuration catalog.
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. |
| Field Summary | |
|---|---|
private String |
mLRCURL
The contact string to the lrc e.g rls://sukhna.isi.edu . |
| Constructor Summary | |
|---|---|
LRC(String url)
Constructor for the class. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String mLRCURL
| Constructor Detail |
|---|
public LRC(String url)
url - the url for the local replica catalog.| Method Detail |
|---|
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.
toString in class Objectpublic String toXML()
LRC
object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||