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 Detail

      • unregister

        void unregister()
        Unregisters a service.
        Throws:
        IllegalStateException - If this ServiceRegistration object has already been unregistered.