|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.usefulrp.glue.GangliaElementProducer
An instance of this class will provide an XML element for a cluster in the GLUE schema using data gathered from a ganglia gmetad that should be running elsewhere. This can then be used, for example, as a ResourceProperty value.
| Field Summary | |
(package private) String |
gangliaClusterIdentifier
Cluster to report info for. |
(package private) String |
gangliaHostName
hostname or IP address to connect to for Ganglia data. |
(package private) int |
gangliaTCPPort
TCP port to connect to for Ganglia data. |
private static org.apache.commons.logging.Log |
logger
|
(package private) String |
xsltFilename
Points to the XSLT file that will perform the glue to ganglia transformation. |
| Constructor Summary | |
GangliaElementProducer()
Creates an instance with all default params. |
|
| Method Summary | |
org.w3c.dom.Element |
getElement()
poll for data from ganglia and returns as an Element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final org.apache.commons.logging.Log logger
String gangliaHostName
int gangliaTCPPort
String gangliaClusterIdentifier
String xsltFilename
| Constructor Detail |
public GangliaElementProducer()
| Method Detail |
public org.w3c.dom.Element getElement()
throws Exception
getElement in interface GLUEElementProducerException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||