Enum Class的使用
cn.taketoday.jmx.support.RegistrationPolicy
使用RegistrationPolicy的程序包
程序包
说明
Contains support classes for connecting to local and remote
MBeanServers
and for exposing an MBeanServer to remote clients.-
cn.taketoday.jmx.support中RegistrationPolicy的使用
修饰符和类型方法说明static RegistrationPolicyReturns the enum constant of this class with the specified name.static RegistrationPolicy[]RegistrationPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明voidMBeanRegistrationSupport.setRegistrationPolicy(RegistrationPolicy registrationPolicy) The policy to use when attempting to register an MBean under anObjectNamethat already exists.