Uses of Enum Class
org.forgerock.audit.handlers.jms.SessionModeConfig
Packages that use SessionModeConfig
Package
Description
This package contains a JMS AuditEventHandler implementation.
-
Uses of SessionModeConfig in org.forgerock.audit.handlers.jms
Methods in org.forgerock.audit.handlers.jms that return SessionModeConfigModifier and TypeMethodDescriptionJmsAuditEventHandlerConfiguration.getSessionMode()Returns the mode that the JMS session should use when publishing the JMS messages.static SessionModeConfigReturns 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.Methods in org.forgerock.audit.handlers.jms with parameters of type SessionModeConfigModifier and TypeMethodDescriptionvoidJmsAuditEventHandlerConfiguration.setSessionMode(SessionModeConfig sessionMode) Sets the session mode that the JMS session should use when publishing the JMS messages.