public abstract class AbstractRegistration extends Object implements Registration
Constructor and Description |
---|
AbstractRegistration() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.MoreObjects.ToStringHelper |
addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) |
void |
close()
Unregisters the object.
|
boolean |
isClosed()
Query the state of this registration.
|
protected abstract void |
removeRegistration()
Remove the state referenced by this registration.
|
String |
toString() |
protected abstract void removeRegistration()
public final boolean isClosed()
public final void close()
Registration
close
in interface AutoCloseable
close
in interface Registration
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
Copyright © 2019 OpenDaylight. All rights reserved.