org.ow2.easybeans.api.audit
Interface EZBAuditComponent

All Superinterfaces:
EZBComponent

public interface EZBAuditComponent
extends EZBComponent

Interface for the audit component of EasyBeans.

Author:
Mathieu ANCELIN

Method Summary
 org.ow2.util.auditreport.api.ICurrentInvocationID getCurrentInvocationID()
           
 void registerJ2EEManagedObject(EZBJ2EEManagedObject object)
          Add an audited bean to the audit system.
 void setEventComponent(EZBEventComponent eventComponent)
          Set the event component.
 void unregisterJ2EEManagedObject(EZBJ2EEManagedObject object)
          Remove an audited bean from the audit system.
 
Methods inherited from interface org.ow2.easybeans.component.api.EZBComponent
init, start, stop
 

Method Detail

registerJ2EEManagedObject

void registerJ2EEManagedObject(EZBJ2EEManagedObject object)
Add an audited bean to the audit system.

Parameters:
object - the audited bean.

unregisterJ2EEManagedObject

void unregisterJ2EEManagedObject(EZBJ2EEManagedObject object)
Remove an audited bean from the audit system.

Parameters:
object - the audited bean.

setEventComponent

void setEventComponent(EZBEventComponent eventComponent)
Set the event component.

Parameters:
eventComponent - The event component.

getCurrentInvocationID

org.ow2.util.auditreport.api.ICurrentInvocationID getCurrentInvocationID()
Returns:
the invocation current ID.


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