edu.isi.pegasus.planner.catalog.site.impl.old.classes
Class LRC

java.lang.Object
  extended by edu.isi.pegasus.planner.catalog.site.impl.old.classes.LRC

public class LRC
extends Object

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 NameAttribute Description
url the url string pointing to local replica catalog.

Version:
$Revision: 2571 $
Author:
Gaurang Mehta gmehta@isi.edu, Karan Vahi vahi@isi.edu

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

mLRCURL

private String mLRCURL
The contact string to the lrc e.g rls://sukhna.isi.edu .

Constructor Detail

LRC

public LRC(String url)
Constructor for the class.

Parameters:
url - the url for the local replica catalog.
Method Detail

getURL

public String getURL()
Returns the LRC url associated with a pool.

Returns:
the lrc url.

setURL

public void setURL(String url)
Sets the url of the LRC associated with the object.

Parameters:
url - the url string.

toMultiLine

public String toMultiLine()
Returns the textual description of the contents of LRC object in the multiline format.

Returns:
the textual description in multiline format.

toString

public String toString()
Returns the textual description of the contents of LRC object.

Overrides:
toString in class Object
Returns:
the textual description.

toXML

public String toXML()
Returns the XML description of the contents of LRC object.

Returns:
the xml description.


Copyright © 2011 The University of Southern California. All Rights Reserved.