public class ConfigRegistryJMXRegistrator extends Object implements AutoCloseable
Constructor and Description |
---|
ConfigRegistryJMXRegistrator(MBeanServer configMBeanServer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
AutoCloseable |
registerToJMX(ConfigRegistryImplMXBean configRegistry) |
AutoCloseable |
registerToJMXNoNotifications(ConfigRegistryImplMXBean configRegistry) |
public ConfigRegistryJMXRegistrator(MBeanServer configMBeanServer)
public AutoCloseable registerToJMX(ConfigRegistryImplMXBean configRegistry) throws InstanceAlreadyExistsException
InstanceAlreadyExistsException
public AutoCloseable registerToJMXNoNotifications(ConfigRegistryImplMXBean configRegistry) throws InstanceAlreadyExistsException
InstanceAlreadyExistsException
public void close()
close
in interface AutoCloseable
Copyright © 2019 OpenDaylight. All rights reserved.