Uses of Class
org.forgerock.audit.handlers.jms.DeliveryModeConfig
-
Packages that use DeliveryModeConfig Package Description org.forgerock.audit.handlers.jms 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 DeliveryModeConfig Modifier and Type Method Description DeliveryModeConfig
JmsAuditEventHandlerConfiguration. getDeliveryMode()
Returns the delivery mode configuration that should be used when publishing the JMS messages.static DeliveryModeConfig
DeliveryModeConfig. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeliveryModeConfig[]
DeliveryModeConfig. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.audit.handlers.jms with parameters of type DeliveryModeConfig Modifier and Type Method Description void
JmsAuditEventHandlerConfiguration. setDeliveryMode(DeliveryModeConfig deliveryMode)
Sets the delivery mode configuration that should be used when publishing the JMS messages.
-