Uses of Class
org.forgerock.audit.handlers.jms.SessionModeConfig
-
Packages that use SessionModeConfig Package Description org.forgerock.audit.handlers.jms 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 SessionModeConfig Modifier and Type Method Description SessionModeConfig
JmsAuditEventHandlerConfiguration. getSessionMode()
Returns the mode that the JMS session should use when publishing the JMS messages.static SessionModeConfig
SessionModeConfig. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionModeConfig[]
SessionModeConfig. 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 SessionModeConfig Modifier and Type Method Description void
JmsAuditEventHandlerConfiguration. setSessionMode(SessionModeConfig sessionMode)
Sets the session mode that the JMS session should use when publishing the JMS messages.
-