public abstract class AbstractSchemaSourceRegistration<T extends SchemaSourceRepresentation> extends AbstractObjectRegistration<PotentialSchemaSource<T>> implements SchemaSourceRegistration<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractSchemaSourceRegistration(SchemaSourceProvider<?> provider,
PotentialSchemaSource<T> source) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.MoreObjects.ToStringHelper |
addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) |
SchemaSourceProvider<?> |
getProvider() |
getInstance
close, isClosed, removeRegistration, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close
getInstance
protected AbstractSchemaSourceRegistration(SchemaSourceProvider<?> provider, PotentialSchemaSource<T> source)
public final SchemaSourceProvider<?> getProvider()
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
addToStringAttributes
in class AbstractObjectRegistration<PotentialSchemaSource<T extends SchemaSourceRepresentation>>
Copyright © 2019 OpenDaylight. All rights reserved.