@Deprecated public final class CompositeObjectRegistration<T> extends AbstractObjectRegistration<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
CompositeObjectRegistration.CompositeObjectRegistrationBuilder<T>
Deprecated.
|
| Constructor and Description |
|---|
CompositeObjectRegistration(T instance,
Collection<? extends Registration> registrations)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> CompositeObjectRegistration.CompositeObjectRegistrationBuilder<T> |
builderFor(T instance)
Deprecated.
|
protected void |
removeRegistration()
Deprecated.
Remove the state referenced by this registration.
|
getInstance, toStringclose, isClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclosepublic CompositeObjectRegistration(T instance, Collection<? extends Registration> registrations)
protected void removeRegistration()
AbstractRegistrationremoveRegistration in class AbstractRegistrationpublic static <T> CompositeObjectRegistration.CompositeObjectRegistrationBuilder<T> builderFor(T instance)
Copyright © 2017 OpenDaylight. All rights reserved.