public abstract class AbstractSfcBootstrapModule extends org.opendaylight.controller.config.spi.AbstractModule<AbstractSfcBootstrapModule> implements SfcBootstrapModuleMXBean
| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.controller.config.api.JmxAttribute |
brokerJmxAttribute |
| Constructor and Description |
|---|
AbstractSfcBootstrapModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) |
AbstractSfcBootstrapModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
AbstractSfcBootstrapModule oldModule,
AutoCloseable oldInstance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReuseInstance(AbstractSfcBootstrapModule oldModule) |
protected void |
customValidation() |
boolean |
equals(Object o) |
ObjectName |
getBroker() |
protected org.opendaylight.controller.sal.binding.api.BindingAwareBroker |
getBrokerDependency() |
org.slf4j.Logger |
getLogger() |
int |
hashCode() |
boolean |
isSame(AbstractSfcBootstrapModule other) |
protected void |
resolveDependencies() |
AutoCloseable |
reuseInstance(AutoCloseable oldInstance) |
void |
setBroker(ObjectName broker) |
void |
validate() |
public static final org.opendaylight.controller.config.api.JmxAttribute brokerJmxAttribute
public AbstractSfcBootstrapModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public AbstractSfcBootstrapModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
AbstractSfcBootstrapModule oldModule,
AutoCloseable oldInstance)
public void validate()
validate in interface org.opendaylight.controller.config.spi.Moduleprotected void customValidation()
protected final org.opendaylight.controller.sal.binding.api.BindingAwareBroker getBrokerDependency()
protected final void resolveDependencies()
resolveDependencies in class org.opendaylight.controller.config.spi.AbstractModule<AbstractSfcBootstrapModule>public boolean canReuseInstance(AbstractSfcBootstrapModule oldModule)
canReuseInstance in class org.opendaylight.controller.config.spi.AbstractModule<AbstractSfcBootstrapModule>public AutoCloseable reuseInstance(AutoCloseable oldInstance)
reuseInstance in class org.opendaylight.controller.config.spi.AbstractModule<AbstractSfcBootstrapModule>public boolean isSame(AbstractSfcBootstrapModule other)
public ObjectName getBroker()
getBroker in interface SfcBootstrapModuleMXBeanpublic void setBroker(ObjectName broker)
setBroker in interface SfcBootstrapModuleMXBeanpublic org.slf4j.Logger getLogger()
Copyright © 2016 OpenDaylight. All rights reserved.