@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, toString
close, isClosed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close
public CompositeObjectRegistration(T instance, Collection<? extends Registration> registrations)
protected void removeRegistration()
AbstractRegistration
removeRegistration
in class AbstractRegistration
public static <T> CompositeObjectRegistration.CompositeObjectRegistrationBuilder<T> builderFor(T instance)
Copyright © 2017 OpenDaylight. All rights reserved.