public class DestroyedModule extends Object implements AutoCloseable, Comparable<DestroyedModule>, org.opendaylight.yangtools.concepts.Identifiable<ModuleIdentifier>
Constructor and Description |
---|
DestroyedModule(ModuleIdentifier identifier,
AutoCloseable instance,
ModuleJMXRegistrator oldJMXRegistrator,
BeanToOsgiServiceManager.OsgiRegistration osgiRegistration,
int orderingIdx,
RootRuntimeBeanRegistratorImpl runtimeBeanRegistrator) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
compareTo(DestroyedModule destroyedModule) |
ModuleIdentifier |
getIdentifier() |
public DestroyedModule(ModuleIdentifier identifier, AutoCloseable instance, ModuleJMXRegistrator oldJMXRegistrator, BeanToOsgiServiceManager.OsgiRegistration osgiRegistration, int orderingIdx, RootRuntimeBeanRegistratorImpl runtimeBeanRegistrator)
public void close()
close
in interface AutoCloseable
public int compareTo(DestroyedModule destroyedModule)
compareTo
in interface Comparable<DestroyedModule>
public ModuleIdentifier getIdentifier()
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<ModuleIdentifier>
Copyright © 2019 OpenDaylight. All rights reserved.