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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloseprotected AbstractObjectRegistration(T instance)
public final T getInstance()
ObjectRegistrationgetInstance in interface ObjectRegistration<T>protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
addToStringAttributes in class AbstractRegistrationCopyright © 2019 OpenDaylight. All rights reserved.