Uses of Class
org.forgerock.json.resource.ServiceUnavailableException
Packages that use ServiceUnavailableException
-
Uses of ServiceUnavailableException in org.forgerock.audit
Methods in org.forgerock.audit that throw ServiceUnavailableExceptionModifier and TypeMethodDescriptionAuditService.getConfig()Gets the AuditService configuration.AuditServiceProxy.getConfig()AuditService.getKnownTopics()Returns the set of event topics (schemas) that theAuditServiceunderstands.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()booleanAuditService.isAuditing(String topic) Returns whether or not events of the specified topic will be handled.booleanAuditServiceProxy.isAuditing(String topic) voidAuditServiceProxy.setDelegate(AuditService newDelegate) Sets the AuditService this object proxies.voidAuditService.startup()Allows thisAuditServiceand all itsAuditEventHandlers to perform any initialization that would be unsafe to do if any other instance of theAuditServicewere still running.voidAuditServiceProxy.startup()