public interface ServiceRegistration
Not to be confused with an org.osgi.framework.ServiceRegistration, which this has nothing to do with.
| Modifier and Type | Method and Description |
|---|---|
void |
unregister()
Unregisters a service.
|
void unregister()
throws IllegalStateException
IllegalStateException - If this ServiceRegistration object has already been unregistered.Copyright © 2019 OpenDaylight. All rights reserved.