public class MConstants extends Object
Modifier and Type | Field and Description |
---|---|
static IRegisterMBeanErrorStrategy |
DEFAULT_ERROR_STRATEGY
This strategy is set by default
|
static IRegisterMBeanErrorStrategy |
IGNORE_ERROR_STRATEGY
Ignores all registration errors
|
static IRegisterMBeanErrorStrategy |
LOG_ERROR_STRATEGY
Logs the registration error
|
static IRegisterMBeanErrorStrategy |
THROW_RUNTIME_EXCEPTION_ERROR_STRATEGY
Throws a runtime exception.
|
Constructor and Description |
---|
MConstants() |
public static final IRegisterMBeanErrorStrategy THROW_RUNTIME_EXCEPTION_ERROR_STRATEGY
public static final IRegisterMBeanErrorStrategy LOG_ERROR_STRATEGY
public static final IRegisterMBeanErrorStrategy IGNORE_ERROR_STRATEGY
public static final IRegisterMBeanErrorStrategy DEFAULT_ERROR_STRATEGY
Copyright © 2016 AXON IVY AG. All rights reserved.