edu.isi.pegasus.planner.catalog.site.impl.old.classes
public class LRCResult extends Data
RLSString2Bulk
Modifier and Type | Field and Description |
---|---|
String |
lfn
The lfn for which the LRC
was queried.
|
int |
LRCExitStatus
The status of the operation.
|
String |
pfn
The pfn associated
with the lfn, if an
entry found in the LRC.
|
String |
pool
The pool attribute associated
with the pfn returned.
|
Constructor and Description |
---|
LRCResult()
The default constructor
|
LRCResult(org.globus.replica.rls.RLSString2Bulk s2,
String poolAtt)
The overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of the
existing object.
|
String |
getErrorMessage()
Returns the error/status
message according to
the LRCExitStatus.
|
String |
toString()
Returns a textual description
of the object.
|
setToString, vectorToString
public String lfn
public String pfn
public String pool
public int LRCExitStatus
RLSClient
public LRCResult()
public LRCResult(org.globus.replica.rls.RLSString2Bulk s2, String poolAtt)