Modifier and Type | Method and Description |
---|---|
static SiteCatalogEntry |
SiteInfo2SiteCatalogEntry.convert(SiteInfo s)
An adapter method that converts the
SiteInfo object to
SiteCatalogEntry object. |
static SiteCatalogEntry |
SiteInfo2SiteCatalogEntry.convert(SiteInfo s,
LogManager logger)
An adapter method that converts the
SiteInfo object to
SiteCatalogEntry object. |
Modifier and Type | Field and Description |
---|---|
private SiteInfo |
XML.m_pool_info |
Modifier and Type | Method and Description |
---|---|
private static SiteInfo |
OSGMM.convertToSiteInfo(edu.clemson.SiteCatalogGenerator.Site s)
An adapter method that converts the Site object to the SiteInfo object
corresponding to the site catalog schema version 2.
|
private SiteInfo |
XML.handlePoolTagStart(PoolConfig pcfg,
Attributes attrs) |
Modifier and Type | Method and Description |
---|---|
private void |
XML.handleGridFtpBandwidthTagStart(SiteInfo pinfo,
Attributes attrs)
sk added function to handle gridftpbandwidth tag
|
private void |
XML.handleGridFtpTagStart(SiteInfo pinfo,
Attributes attrs) |
private void |
XML.handleJobManagerTagStart(SiteInfo pinfo,
Attributes attrs)
This method handles the start of a jobmanager tag.
|
private void |
XML.handleLRCTagStart(SiteInfo pinfo,
Attributes attrs) |
private void |
XML.handleProfileTagEnd(SiteInfo pinfo)
Handles the end of the Profile tag.
|
private void |
XML.handleProfileTagStart(SiteInfo pinfo,
Attributes attrs) |
private void |
XML.handleWorkDirectoryTagEnd(SiteInfo pinfo)
This method handles the Workdirectory tg end.
|
private void |
XML.handleWorkDirectoryTagStart(SiteInfo pinfo,
Attributes attrs)
Handles the WorkDirectory Tag Start.
|
Modifier and Type | Method and Description |
---|---|
abstract SiteInfo |
PoolInfoProvider.getPoolEntry(String siteID,
String universe)
Gets the pool information from the pool.config file on the basis
of the name of the pool, and the universe.
|
SiteInfo |
Abstract.getPoolEntry(String siteID,
String universe)
Gets the pool information from the pool.config file on the basis
of the name of the pool, and the universe.
|
SiteInfo |
PoolInfoProvider.getTXPoolEntry(String poolName)
Gets the pool object to be used for the transfer universe.
|
Modifier and Type | Method and Description |
---|---|
String |
PoolInfoProvider.getSeMountPoint(SiteInfo site)
Return the storage mount point for a particular pool.
|
Modifier and Type | Method and Description |
---|---|
SiteInfo |
PoolConfig.get(String siteID)
Retrives the information about a site.
|
Modifier and Type | Method and Description |
---|---|
void |
PoolConfig.add(String id,
SiteInfo site)
Adds a SiteInfo object to the container.
|
Modifier and Type | Field and Description |
---|---|
private SiteInfo |
ConfigXmlParser.m_pool_info |
Modifier and Type | Method and Description |
---|---|
private SiteInfo |
ConfigXmlParser.handlePoolTagStart(PoolConfig pcfg,
Attributes attrs) |
Modifier and Type | Method and Description |
---|---|
private void |
ConfigXmlParser.handleGridFtpBandwidthTagStart(SiteInfo pinfo,
Attributes attrs)
sk added function to handle gridftpbandwidth tag
|
private void |
ConfigXmlParser.handleGridFtpTagStart(SiteInfo pinfo,
Attributes attrs) |
private static void |
ConfigXmlParser.handleJobManagerTagStart(SiteInfo pinfo,
Attributes attrs)
This method handles the start of a jobmanager tag.
|
private static void |
ConfigXmlParser.handleLRCTagStart(SiteInfo pinfo,
Attributes attrs) |
private void |
ConfigXmlParser.handleProfileTagEnd(SiteInfo pinfo)
Handles the end of the Profile tag.
|
private void |
ConfigXmlParser.handleProfileTagStart(SiteInfo pinfo,
Attributes attrs) |
private void |
ConfigXmlParser.handleWorkDirectoryTagEnd(SiteInfo pinfo)
This method handles the Workdirectory tg end.
|
private static void |
ConfigXmlParser.handleWorkDirectoryTagStart(SiteInfo pinfo,
Attributes attrs)
Handles the WorkDirectory Tag Start.
|
private void |
SiteCatalogTextParser.populate(SiteInfo site)
Populates all the attributes except the handle, associated with the site
in the
SiteInfo object. |
Copyright © 2011 The University of Southern California. All Rights Reserved.