public class ModuleInternalTransactionalInfo extends Object implements org.opendaylight.yangtools.concepts.Identifiable<ModuleIdentifier>
Constructor and Description |
---|
ModuleInternalTransactionalInfo(ModuleIdentifier name,
Module proxiedModule,
ModuleFactory moduleFactory,
ModuleInternalInfo maybeOldInternalInfo,
TransactionModuleJMXRegistrator.TransactionModuleJMXRegistration transactionModuleJMXRegistration,
boolean isDefaultBean,
Module realModule,
org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
void |
clearOldInternalInfo() |
org.osgi.framework.BundleContext |
getBundleContext() |
ModuleIdentifier |
getIdentifier() |
ModuleFactory |
getModuleFactory() |
ModuleInternalInfo |
getOldInternalInfo() |
Module |
getProxiedModule() |
Module |
getRealModule() |
TransactionModuleJMXRegistrator.TransactionModuleJMXRegistration |
getTransactionModuleJMXRegistration() |
boolean |
hasOldModule() |
boolean |
isDefaultBean() |
DestroyedModule |
toDestroyedModule() |
public ModuleInternalTransactionalInfo(ModuleIdentifier name, Module proxiedModule, ModuleFactory moduleFactory, ModuleInternalInfo maybeOldInternalInfo, TransactionModuleJMXRegistrator.TransactionModuleJMXRegistration transactionModuleJMXRegistration, boolean isDefaultBean, Module realModule, org.osgi.framework.BundleContext bundleContext)
public boolean hasOldModule()
public DestroyedModule toDestroyedModule()
public Module getProxiedModule()
public ModuleFactory getModuleFactory()
@Nonnull public ModuleInternalInfo getOldInternalInfo()
public void clearOldInternalInfo()
public TransactionModuleJMXRegistrator.TransactionModuleJMXRegistration getTransactionModuleJMXRegistration()
public ModuleIdentifier getIdentifier()
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<ModuleIdentifier>
public boolean isDefaultBean()
public Module getRealModule()
public org.osgi.framework.BundleContext getBundleContext()
Copyright © 2019 OpenDaylight. All rights reserved.