public abstract class AbstractRegistration extends Object implements AutoCloseable
Constructor and Description |
---|
AbstractRegistration() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected boolean |
isClosed()
Query the state of this registration.
|
protected abstract void |
removeRegistration()
Remove the state referenced by this registration.
|
protected abstract void removeRegistration()
protected final boolean isClosed()
public final void close()
close
in interface AutoCloseable
Copyright © 2017 OpenDaylight. All rights reserved.