AuditServiceConfiguration |
AuditService.getConfig() |
Gets the AuditService configuration.
|
AuditServiceConfiguration |
AuditServiceProxy.getConfig() |
|
Set<String> |
AuditService.getKnownTopics() |
Returns the set of event topics (schemas) that the AuditService understands.
|
Set<String> |
AuditServiceProxy.getKnownTopics() |
|
AuditEventHandler |
AuditService.getRegisteredHandler(String handlerName) |
Returns the registered handler corresponding to provided name.
|
AuditEventHandler |
AuditServiceProxy.getRegisteredHandler(String handlerName) |
|
Collection<AuditEventHandler> |
AuditService.getRegisteredHandlers() |
Returns the registered handlers.
|
Collection<AuditEventHandler> |
AuditServiceProxy.getRegisteredHandlers() |
|
boolean |
AuditService.isAuditing(String topic) |
Returns whether or not events of the specified topic will be handled.
|
boolean |
AuditServiceProxy.isAuditing(String topic) |
|
void |
AuditServiceProxy.setDelegate(AuditService newDelegate) |
Sets the AuditService this object proxies.
|
void |
AuditService.startup() |
Allows this AuditService and all its AuditEventHandler s to perform any initialization that
would be unsafe to do if any other instance of the AuditService were still running.
|
void |
AuditServiceProxy.startup() |
|