Uses of Class
org.forgerock.json.resource.ServiceUnavailableException
-
Uses of ServiceUnavailableException in org.forgerock.audit
Modifier and TypeMethodDescriptionAuditService.getConfig()
Gets the AuditService configuration.AuditServiceProxy.getConfig()
AuditService.getKnownTopics()
Returns the set of event topics (schemas) that theAuditService
understands.AuditServiceProxy.getKnownTopics()
AuditService.getRegisteredHandler
(String handlerName) Returns the registered handler corresponding to provided name.AuditServiceProxy.getRegisteredHandler
(String handlerName) AuditService.getRegisteredHandlers()
Returns the registered handlers.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 thisAuditService
and all itsAuditEventHandler
s to perform any initialization that would be unsafe to do if any other instance of theAuditService
were still running.void
AuditServiceProxy.startup()