Modifier and Type | Interface and Description |
---|---|
interface |
ConfigRegistry
Provides functionality for working with configuration registry - mainly
creating and committing config transactions.
|
interface |
ConfigTransactionController
Represents functionality provided by configuration transaction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigRegistryMXBean
Represents entry point of configuration management.
|
interface |
ConfigTransactionControllerMXBean
Those are executed by Jolokia clients on configuration transaction
represented by
ConfigMBeanServer instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigRegistryImplMXBean
Exposes version of config registry.
|
interface |
ConfigTransactionControllerImplMXBean
Exposes optimistic locking details about transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigRegistryImpl
Singleton that is responsible for creating and committing Config
Transactions.
|
class |
ConfigTransactionControllerImpl
This is a JMX bean representing current transaction.
|
Modifier and Type | Method and Description |
---|---|
static CloseableServiceReferenceReadableRegistry |
ServiceReferenceRegistryImpl.createSRReadableRegistry(ServiceReferenceWritableRegistry oldWritableRegistry,
LookupRegistry lookupRegistry,
BaseJMXRegistrator baseJMXRegistrator)
Copy back state to config registry after commit.
|
Modifier and Type | Class and Description |
---|---|
class |
JMXNotifierConfigRegistry
Thin wrapper over ConfigRegistry emitting JMX notifications.
|
Modifier and Type | Method and Description |
---|---|
static ObjectName |
LookupBeansUtil.lookupConfigBean(LookupRegistry lookupRegistry,
String moduleName,
String instanceName) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigRegistryClient |
interface |
ConfigTransactionClient |
Modifier and Type | Class and Description |
---|---|
class |
ConfigRegistryJMXClient |
class |
ConfigTransactionJMXClient |
Copyright © 2019 OpenDaylight. All rights reserved.