Extension SDK 10.1.2


Uses of Class
oracle.jdeveloper.audit.analyzer.Metric

Packages that use Metric
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 

 

Uses of Metric in oracle.jdeveloper.audit.analyzer

 

Methods in oracle.jdeveloper.audit.analyzer that return Metric
 Metric[] Analyzer.getMetrics()
          Gets the metrics measured by this analyzer, or null if none.

 

Methods in oracle.jdeveloper.audit.analyzer with parameters of type Metric
 void AuditContext.report(Metric metric, java.lang.Object measurement)
          Reports a measurement for the current construct.
 void AuditContext.report(Metric metric, int measurement)
          Reports an int-valued measurement for the current construct.
 void AuditContext.report(Metric metric, float measurement)
          Reports a float-valued measurement for the current construct.

 


Extension SDK


 

Copyright © 1997, 2004, Oracle. All rights reserved.