|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.bnl.star.offline.scheduler.informationService.GridCat
public class GridCat
This class is an information service that recovers data from gridcat via XmlRpc.
Constructor Summary | |
---|---|
GridCat()
Creates a new instance of GridCat |
Method Summary | |
---|---|
java.lang.String |
getAppDir()
|
java.lang.String |
getDataDir()
|
java.lang.String |
getGKGlobusDir()
|
java.lang.String |
getService()
|
java.lang.String |
getSiteID()
|
java.lang.String |
getSiteInfo(java.lang.String site,
java.lang.String info)
The most basic member used to recover data from the information service |
java.lang.String |
getWNClient()
|
java.lang.String |
getWNTmpDir()
|
void |
setService(java.lang.String service)
sets the url to the service. |
void |
setSiteID(java.lang.String siteID)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridCat()
Method Detail |
---|
public void setService(java.lang.String service)
setService
in interface InformationService
service
- A string holding the URL of the servicepublic java.lang.String getService()
getService
in interface InformationService
public void setSiteID(java.lang.String siteID)
setSiteID
in interface InformationService
siteID
- A string holding the gridcat site name for with the data will be recovedpublic java.lang.String getSiteID()
getSiteID
in interface InformationService
public java.lang.String getSiteInfo(java.lang.String site, java.lang.String info)
InformationService
getSiteInfo
in interface InformationService
site
- a string used to identify the site to the information serviceinfo
- the requested information service parameter name
public java.lang.String getAppDir()
getAppDir
in interface InformationService
public java.lang.String getDataDir()
getDataDir
in interface InformationService
public java.lang.String getWNTmpDir()
getWNTmpDir
in interface InformationService
public java.lang.String getGKGlobusDir()
getGKGlobusDir
in interface InformationService
public java.lang.String getWNClient()
getWNClient
in interface InformationService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |