Uses of Enum Class
org.forgerock.audit.handlers.jms.SessionModeConfig
Package
Description
This package contains a JMS AuditEventHandler implementation.
-
Uses of SessionModeConfig in org.forgerock.audit.handlers.jms
Modifier and TypeMethodDescriptionJmsAuditEventHandlerConfiguration.getSessionMode()
Returns the mode that the JMS session should use when publishing the JMS messages.static SessionModeConfig
Returns the enum constant of this class with the specified name.static SessionModeConfig[]
SessionModeConfig.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JmsAuditEventHandlerConfiguration.setSessionMode
(SessionModeConfig sessionMode) Sets the session mode that the JMS session should use when publishing the JMS messages.