org.ow2.easybeans.api.audit
Interface EZBAuditor


public interface EZBAuditor

Interface for all EasyBeans Auditors.

Author:
Mathieu ANCELIN

Method Summary
 void activate()
          Activate the Auditor.
 void deactivate()
          Deactivate the Auditor.
 String getAuditorFactoryId()
          Get the Auditor factory id.
 String getAuditorId()
          Get the Auditor id.
 String getAuditorProviderId()
          Get the Auditor provider id.
 boolean isAvailable()
          Get the Auditor availability.
 void reset()
          Reset the Auditor.
 

Method Detail

getAuditorId

String getAuditorId()
Get the Auditor id.

Returns:
The Auditor factory id.

getAuditorFactoryId

String getAuditorFactoryId()
Get the Auditor factory id.

Returns:
The Auditor factory id.

getAuditorProviderId

String getAuditorProviderId()
Get the Auditor provider id.

Returns:
The Auditor provider id.

reset

void reset()
Reset the Auditor.


activate

void activate()
Activate the Auditor.


deactivate

void deactivate()
Deactivate the Auditor.


isAvailable

boolean isAvailable()
Get the Auditor availability.

Returns:
The Auditor availability.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.