Uses of Interface
org.gridlab.gat.monitoring.MetricListener

Packages that use MetricListener
org.gridlab.gat.io This package contains classes and interfaces which are used to provide input and output. 
org.gridlab.gat.monitoring This package contains classes and interfaces which are used to monitor resources. 
org.gridlab.gat.resources This package contains the classes and interfaces which are used for using resources, be they hardware or software resources. 
 

Uses of MetricListener in org.gridlab.gat.io
 

Methods in org.gridlab.gat.io with parameters of type MetricListener
 void File.addMetricListener(MetricListener metricListener, Metric metric)
           
 void FileInputStream.addMetricListener(MetricListener metricListener, Metric metric)
          This method adds the passed instance of a MetricListener to the list of MetricListeners which are notified of MetricEvents by an instance of this class.
 void FileOutputStream.addMetricListener(MetricListener metricListener, Metric metric)
          This method adds the passed instance of a MetricListener to the list of MetricListeners which are notified of MetricEvents by an instance of this class.
 void File.removeMetricListener(MetricListener metricListener, Metric metric)
           
 void FileInputStream.removeMetricListener(MetricListener metricListener, Metric metric)
          Removes the passed MetricListener from the List of MetricListeners which are notified of MetricEvents corresponding to the passed Metric instance.
 void FileOutputStream.removeMetricListener(MetricListener metricListener, Metric metric)
          Removes the passed MetricListener from the List of MetricListeners which are notified of MetricEvents corresponding to the passed Metric instance.
 

Uses of MetricListener in org.gridlab.gat.monitoring
 

Methods in org.gridlab.gat.monitoring with parameters of type MetricListener
 void Monitorable.addMetricListener(MetricListener metricListener, Metric metric)
          This method adds the passed instance of a MetricListener to the list of MetricListeners which are notified of MetricEvents by an instance of this class.
 void Monitorable.removeMetricListener(MetricListener metricListener, Metric metric)
          Removes the passed MetricListener from the List of MetricListeners which are notified of MetricEvents corresponding to the passed Metric instance.
 

Uses of MetricListener in org.gridlab.gat.resources
 

Methods in org.gridlab.gat.resources with parameters of type MetricListener
 Job ResourceBroker.submitJob(AbstractJobDescription description, MetricListener listener, String metricDefinitionName)
          This operation takes a JobDescription, and submits the specified job to some underlying resource management or allocation system.