Uses of Enum
org.jboss.logmanager.handlers.AsyncHandler.OverflowAction
Packages that use AsyncHandler.OverflowAction
-
Uses of AsyncHandler.OverflowAction in org.jboss.logmanager.handlers
Fields in org.jboss.logmanager.handlers declared as AsyncHandler.OverflowActionMethods in org.jboss.logmanager.handlers that return AsyncHandler.OverflowActionModifier and TypeMethodDescriptionAsyncHandler.getOverflowAction()
Get the overflow action.static AsyncHandler.OverflowAction
Returns the enum constant of this type with the specified name.static AsyncHandler.OverflowAction[]
AsyncHandler.OverflowAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.logmanager.handlers with parameters of type AsyncHandler.OverflowActionModifier and TypeMethodDescriptionvoid
AsyncHandler.setOverflowAction
(AsyncHandler.OverflowAction overflowAction) Set the overflow action.