Uses of Enum Class
org.forgerock.audit.handlers.jms.DeliveryModeConfig
Packages that use DeliveryModeConfig
Package
Description
This package contains a JMS AuditEventHandler implementation.
-
Uses of DeliveryModeConfig in org.forgerock.audit.handlers.jms
Methods in org.forgerock.audit.handlers.jms that return DeliveryModeConfigModifier and TypeMethodDescriptionJmsAuditEventHandlerConfiguration.getDeliveryMode()
Returns the delivery mode configuration that should be used when publishing the JMS messages.static DeliveryModeConfig
Returns the enum constant of this class with the specified name.static DeliveryModeConfig[]
DeliveryModeConfig.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.audit.handlers.jms with parameters of type DeliveryModeConfigModifier and TypeMethodDescriptionvoid
JmsAuditEventHandlerConfiguration.setDeliveryMode
(DeliveryModeConfig deliveryMode) Sets the delivery mode configuration that should be used when publishing the JMS messages.