Interface ServiceRegistration
-
public interface ServiceRegistration
A registration of a diagstatus "Service".Not to be confused with an org.osgi.framework.ServiceRegistration, which this has nothing to do with.
- Author:
- Michael Vorburger.ch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unregister()
Unregisters a service.
-
-
-
Method Detail
-
unregister
void unregister()
Unregisters a service.- Throws:
IllegalStateException
- If thisServiceRegistration
object has already been unregistered.
-
-