|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easybeans.component.audit.AuditComponent
public class AuditComponent
The audit component for Easybeans.
Constructor Summary | |
---|---|
AuditComponent()
Default constructor. |
Method Summary | |
---|---|
org.ow2.util.auditreport.api.ICurrentInvocationID |
getCurrentInvocationID()
|
void |
init()
Init the component. |
void |
registerJ2EEManagedObject(EZBJ2EEManagedObject object)
Add an audited bean to the audit system. |
void |
setEventComponent(EZBEventComponent eventComponent)
Set the event component. |
void |
start()
Start the component. |
void |
stop()
Stop the component. |
void |
unregisterJ2EEManagedObject(EZBJ2EEManagedObject object)
Remove an audited bean from the audit system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuditComponent()
Method Detail |
---|
public void init() throws EZBComponentException
init
in interface EZBComponent
EZBComponentException
- exception.public void start() throws EZBComponentException
start
in interface EZBComponent
EZBComponentException
- exception.public void stop() throws EZBComponentException
stop
in interface EZBComponent
EZBComponentException
- exception.public void setEventComponent(EZBEventComponent eventComponent)
setEventComponent
in interface EZBAuditComponent
eventComponent
- The event component.public void registerJ2EEManagedObject(EZBJ2EEManagedObject object)
registerJ2EEManagedObject
in interface EZBAuditComponent
object
- the audited bean.public void unregisterJ2EEManagedObject(EZBJ2EEManagedObject object)
unregisterJ2EEManagedObject
in interface EZBAuditComponent
object
- the audited bean.public org.ow2.util.auditreport.api.ICurrentInvocationID getCurrentInvocationID()
getCurrentInvocationID
in interface EZBAuditComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |