public abstract class AbstractBrokerServiceProxy<T extends BrokerService> extends Object implements AutoCloseable, BrokerService
Constructor and Description |
---|
AbstractBrokerServiceProxy(org.osgi.framework.ServiceReference<T> ref,
T delegate) |
Modifier and Type | Method and Description |
---|---|
protected <R extends org.opendaylight.yangtools.concepts.Registration> |
addRegistration(R registration) |
void |
close() |
protected void |
closeAfterUnregistrations() |
protected void |
closeBeforeUnregistrations() |
protected T |
getDelegate() |
protected org.osgi.framework.ServiceReference<T> |
getReference() |
protected final T getDelegate()
protected final org.osgi.framework.ServiceReference<T> getReference()
protected <R extends org.opendaylight.yangtools.concepts.Registration> R addRegistration(R registration)
protected void closeBeforeUnregistrations()
protected void closeAfterUnregistrations()
public void close()
close
in interface AutoCloseable
Copyright © 2019 OpenDaylight. All rights reserved.