public class KarafBundleStateService extends Object implements org.apache.karaf.bundle.core.BundleStateService
| Constructor and Description |
|---|
KarafBundleStateService(BlueprintCamelStateService camelStateService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiag(org.osgi.framework.Bundle bundle) |
String |
getName() |
org.apache.karaf.bundle.core.BundleState |
getState(org.osgi.framework.Bundle bundle) |
org.osgi.framework.ServiceRegistration<?> |
register(org.osgi.framework.BundleContext context) |
public KarafBundleStateService(BlueprintCamelStateService camelStateService)
public String getName()
getName in interface org.apache.karaf.bundle.core.BundleStateServicepublic String getDiag(org.osgi.framework.Bundle bundle)
getDiag in interface org.apache.karaf.bundle.core.BundleStateServicepublic org.apache.karaf.bundle.core.BundleState getState(org.osgi.framework.Bundle bundle)
getState in interface org.apache.karaf.bundle.core.BundleStateServicepublic org.osgi.framework.ServiceRegistration<?> register(org.osgi.framework.BundleContext context)
Apache Camel