Modifier and Type | Method and Description |
---|---|
void |
ModuleRpcs.addNameMapping(RuntimeBeanEntry runtimeEntry) |
void |
ModuleRpcs.addRpc(RuntimeBeanEntry runtimeEntry,
RuntimeBeanEntry.Rpc rpc) |
Modifier and Type | Method and Description |
---|---|
static Map<String,RuntimeBeanEntry> |
RuntimeBeanEntry.extractClassNameToRuntimeBeanMap(String packageName,
org.opendaylight.yangtools.yang.model.api.DataNodeContainer container,
String moduleYangName,
TypeProviderWrapper typeProviderWrapper,
String javaNamePrefix,
org.opendaylight.yangtools.yang.model.api.Module currentModule,
org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext) |
List<RuntimeBeanEntry> |
RuntimeBeanEntry.getChildren() |
Collection<RuntimeBeanEntry> |
ModuleMXBeanEntry.getRuntimeBeans() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleMXBeanEntry.setRuntimeBeans(Collection<RuntimeBeanEntry> newRuntimeBeans) |
Modifier and Type | Method and Description |
---|---|
static RuntimeBeanEntry |
RuntimeRegistratorFtlTemplate.findRoot(Collection<RuntimeBeanEntry> runtimeBeanEntries) |
Modifier and Type | Method and Description |
---|---|
static Map<String,FtlTemplate> |
RuntimeRegistratorFtlTemplate.create(RuntimeBeanEntry rootRB)
Get registrator and n registration ftls where n is equal to total number
of runtime beans in hierarchy.
|
static String |
RuntimeRegistratorFtlTemplate.getJavaNameOfRuntimeRegistrator(RuntimeBeanEntry rootRB) |
static Map<String,FtlTemplate> |
TemplateFactory.getTOAndMXInterfaceFtlFiles(RuntimeBeanEntry entry)
Get map of file name as key, FtlFile instance representing runtime mx
bean as value that should be persisted from this instance.
|
static Map<String,GeneralClassTemplate> |
TemplateFactory.tOsFromRbe(RuntimeBeanEntry rbe) |
Modifier and Type | Method and Description |
---|---|
static RuntimeBeanEntry |
RuntimeRegistratorFtlTemplate.findRoot(Collection<RuntimeBeanEntry> runtimeBeanEntries) |
Copyright © 2019 OpenDaylight. All rights reserved.