public abstract class AbstractIetfStateful02PCEPParserModule extends Object implements org.opendaylight.controller.config.spi.Module, IetfStateful02PCEPParserModuleMXBean, org.opendaylight.controller.config.yang.pcep.spi.PCEPExtensionProviderActivatorServiceInterface
| Modifier and Type | Field and Description |
|---|---|
protected org.opendaylight.controller.config.api.DependencyResolver |
dependencyResolver |
| Constructor and Description |
|---|
AbstractIetfStateful02PCEPParserModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) |
AbstractIetfStateful02PCEPParserModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
AbstractIetfStateful02PCEPParserModule oldModule,
AutoCloseable oldInstance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReuseInstance(AbstractIetfStateful02PCEPParserModule oldModule) |
abstract AutoCloseable |
createInstance() |
protected void |
customValidation() |
boolean |
equals(Object o) |
org.opendaylight.controller.config.api.ModuleIdentifier |
getIdentifier() |
AutoCloseable |
getInstance() |
int |
hashCode() |
boolean |
isSame(AbstractIetfStateful02PCEPParserModule other) |
AutoCloseable |
reuseInstance(AutoCloseable oldInstance) |
void |
validate() |
protected final org.opendaylight.controller.config.api.DependencyResolver dependencyResolver
public AbstractIetfStateful02PCEPParserModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public AbstractIetfStateful02PCEPParserModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
AbstractIetfStateful02PCEPParserModule oldModule,
AutoCloseable oldInstance)
public org.opendaylight.controller.config.api.ModuleIdentifier getIdentifier()
getIdentifier in interface org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.controller.config.api.ModuleIdentifier>public void validate()
validate in interface org.opendaylight.controller.config.spi.Moduleprotected void customValidation()
public final AutoCloseable getInstance()
getInstance in interface org.opendaylight.controller.config.spi.Modulepublic abstract AutoCloseable createInstance()
public boolean canReuseInstance(AbstractIetfStateful02PCEPParserModule oldModule)
public AutoCloseable reuseInstance(AutoCloseable oldInstance)
public boolean isSame(AbstractIetfStateful02PCEPParserModule other)
Copyright © 2014. All rights reserved.