public abstract class AbstractObjectRegistration<T> extends AbstractRegistration implements ObjectRegistration<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractObjectRegistration(T instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
getInstance()
Return the object instance.
|
String |
toString() |
close, isClosed, removeRegistrationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloseprotected AbstractObjectRegistration(T instance)
public final T getInstance()
ObjectRegistrationgetInstance in interface ObjectRegistration<T>Copyright © 2018 OpenDaylight. All rights reserved.