public abstract class AbstractObjectRegistration<T> extends AbstractRegistration implements ObjectRegistration<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractObjectRegistration(T instance) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.MoreObjects.ToStringHelper |
addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) |
T |
getInstance()
Return the object instance.
|
close, isClosed, removeRegistration, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close
protected AbstractObjectRegistration(T instance)
public final T getInstance()
ObjectRegistration
getInstance
in interface ObjectRegistration<T>
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
addToStringAttributes
in class AbstractRegistration
Copyright © 2019 OpenDaylight. All rights reserved.