Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.audit.service.Auditor

Packages that use Auditor
oracle.jdeveloper.audit The root package of the public Audit (and Metrics) API. 
oracle.jdeveloper.audit.service The API classes for invoking Audit programatically, and a few Audit common API classes. 
 

Uses of Auditor in oracle.jdeveloper.audit
 

Methods in oracle.jdeveloper.audit that return Auditor
abstract  Auditor AuditManager.createAuditor()
           
 

Uses of Auditor in oracle.jdeveloper.audit.service
 

Methods in oracle.jdeveloper.audit.service with parameters of type Auditor
 void AuditListener.auditStarted(Auditor auditor)
          Reports an Auditor audit started event.
 void AuditListener.documentStarted(Auditor auditor, DocumentAdapter adapter)
          Reports an Auditor document started event.
 void AuditListener.documentStopped(Auditor auditor, DocumentAdapter document)
          Reports an Auditor document stopped event.
 void AuditListener.auditStopped(Auditor auditor, boolean cancelled)
          Reports an Auditor audit stopped event.
 void AuditListener.locationEntered(Auditor auditor, java.lang.Object construct, Location location, java.lang.Class type)
          Reports an Auditor location entered event.
 void AuditListener.locationExited(Auditor auditor, Location location)
          Reports an Auditor location exited event.
 void AuditListener.violationReported(Auditor auditor, Violation violation, boolean useRuleFixes)
          Reports an Auditor violation reported event.
 void AuditListener.valueReported(Auditor auditor, Location location, Attribute attribute, java.lang.Object newValue)
          Reports an Auditor value reported event.
 


Extension SDK

 

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