Class KarafBundleStateService

  • All Implemented Interfaces:
    org.apache.karaf.bundle.core.BundleStateService

    public class KarafBundleStateService
    extends Object
    implements org.apache.karaf.bundle.core.BundleStateService
    A service for Karaf to get extended Bundle information related to Camel Context(s) declared in Blueprint container.
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.apache.karaf.bundle.core.BundleStateService
      • getDiag

        public String getDiag​(org.osgi.framework.Bundle bundle)
        Specified by:
        getDiag in interface org.apache.karaf.bundle.core.BundleStateService
      • getState

        public org.apache.karaf.bundle.core.BundleState getState​(org.osgi.framework.Bundle bundle)
        Specified by:
        getState in interface org.apache.karaf.bundle.core.BundleStateService
      • register

        public org.osgi.framework.ServiceRegistration<?> register​(org.osgi.framework.BundleContext context)