Package org.apache.camel.blueprint
Class KarafBundleStateService
- java.lang.Object
-
- org.apache.camel.blueprint.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.
-
-
Constructor Summary
Constructors Constructor Description KarafBundleStateService(BlueprintCamelStateService camelStateService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDiag(org.osgi.framework.Bundle bundle)StringgetName()org.apache.karaf.bundle.core.BundleStategetState(org.osgi.framework.Bundle bundle)org.osgi.framework.ServiceRegistration<?>register(org.osgi.framework.BundleContext context)
-
-
-
Constructor Detail
-
KarafBundleStateService
public KarafBundleStateService(BlueprintCamelStateService camelStateService)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.karaf.bundle.core.BundleStateService
-
getDiag
public String getDiag(org.osgi.framework.Bundle bundle)
- Specified by:
getDiagin interfaceorg.apache.karaf.bundle.core.BundleStateService
-
getState
public org.apache.karaf.bundle.core.BundleState getState(org.osgi.framework.Bundle bundle)
- Specified by:
getStatein interfaceorg.apache.karaf.bundle.core.BundleStateService
-
register
public org.osgi.framework.ServiceRegistration<?> register(org.osgi.framework.BundleContext context)
-
-