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, removeRegistration
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>
Copyright © 2018 OpenDaylight. All rights reserved.