org.griphyn.cPlanner.poolinfo |
|
Java Source File Name | Type | Comment |
Abstract.java | Class | An abstract implementation of the PoolInfoProvider. |
MdsQuery.java | Class | This Class queries the GT2 based Monitoring and Discovery Service (MDS)
and stores the remote sites information into a single data class. |
PoolInfoProvider.java | Class | This is an abstract class which defines the interface for the information
providers like sites.xml, sites.catalog. |
PoolMode.java | Class | This class determines at runtime which
implementing class to use as a Pool Handle.
It uses the reflection package of java
to dynamically load a class. |
SiteFactory.java | Class | A factory class to load the appropriate implementation of Transformation
Catalog as specified by properties. |
SiteFactoryException.java | Class | Class to notify of failures while instantiating Site Catalog
implementations. |
TestSiteCatalog.java | Class | A Test program that shows how to load a Site Catalog, and query for all sites.
The configuration is picked from the Properties. |
Text.java | Class | It gets the information about a pool by reading the multiline site
catalog that is in a multiline format. |
XML.java | Class | It gets the information about a pool by reading the pool config xml that is
generated from querying mds or using the static information provided by the
user at the submit host. |