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