public interface AuditorMBean
Auditor| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the audit repository.
|
java.lang.Integer |
getEventCount()
Gets the number of events in the event the auditing system.
|
javax.management.openmbean.CompositeData[] |
getEvents(java.lang.Integer eventCount)
Gets the event data in the audit system.
|
javax.management.openmbean.CompositeData |
getLastEvent()
Gets the latest event to be written to the audit system.
|
java.lang.Integer getEventCount()
javax.management.openmbean.CompositeData[] getEvents(java.lang.Integer eventCount)
eventCount - The number of events to retrieve. Events are retrieved from the most recent event.javax.management.openmbean.CompositeData getLastEvent()
void clear()
Copyright © 2010-2019 The Direct Project. All Rights Reserved.