Class DelegatingBundleContext
- java.lang.Object
-
- org.apache.xbean.osgi.bundle.util.DelegatingBundleContext
-
- All Implemented Interfaces:
org.osgi.framework.BundleContext,org.osgi.framework.BundleReference
public class DelegatingBundleContext extends java.lang.Object implements org.osgi.framework.BundleContextBundleContext for DelegatingBundle.- Version:
- $Rev: 1308440 $ $Date: 2012-04-02 19:55:44 +0200 (Mon, 02 Apr 2012) $
-
-
Constructor Summary
Constructors Constructor Description DelegatingBundleContext(DelegatingBundle bundle, org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBundleListener(org.osgi.framework.BundleListener arg0)voidaddFrameworkListener(org.osgi.framework.FrameworkListener arg0)voidaddServiceListener(org.osgi.framework.ServiceListener arg0)voidaddServiceListener(org.osgi.framework.ServiceListener arg0, java.lang.String arg1)org.osgi.framework.FiltercreateFilter(java.lang.String arg0)org.osgi.framework.ServiceReference<?>[]getAllServiceReferences(java.lang.String clazz, java.lang.String filter)org.osgi.framework.BundlegetBundle()org.osgi.framework.BundlegetBundle(long arg0)org.osgi.framework.BundlegetBundle(java.lang.String location)org.osgi.framework.Bundle[]getBundles()java.io.FilegetDataFile(java.lang.String arg0)java.lang.StringgetProperty(java.lang.String arg0)<S> SgetService(org.osgi.framework.ServiceReference<S> reference)<S> org.osgi.framework.ServiceObjects<S>getServiceObjects(org.osgi.framework.ServiceReference<S> reference)<S> org.osgi.framework.ServiceReference<S>getServiceReference(java.lang.Class<S> clazz)org.osgi.framework.ServiceReference<?>getServiceReference(java.lang.String clazz)<S> java.util.Collection<org.osgi.framework.ServiceReference<S>>getServiceReferences(java.lang.Class<S> clazz, java.lang.String filter)org.osgi.framework.ServiceReference<?>[]getServiceReferences(java.lang.String clazz, java.lang.String filter)org.osgi.framework.BundleinstallBundle(java.lang.String arg0)org.osgi.framework.BundleinstallBundle(java.lang.String arg0, java.io.InputStream arg1)<S> org.osgi.framework.ServiceRegistration<S>registerService(java.lang.Class<S> clazz, org.osgi.framework.ServiceFactory<S> factory, java.util.Dictionary<java.lang.String,?> properties)<S> org.osgi.framework.ServiceRegistration<S>registerService(java.lang.Class<S> clazz, S service, java.util.Dictionary<java.lang.String,?> properties)org.osgi.framework.ServiceRegistration<?>registerService(java.lang.String[] classes, java.lang.Object service, java.util.Dictionary<java.lang.String,?> properties)org.osgi.framework.ServiceRegistration<?>registerService(java.lang.String clazz, java.lang.Object service, java.util.Dictionary<java.lang.String,?> properties)voidremoveBundleListener(org.osgi.framework.BundleListener arg0)voidremoveFrameworkListener(org.osgi.framework.FrameworkListener arg0)voidremoveServiceListener(org.osgi.framework.ServiceListener arg0)booleanungetService(org.osgi.framework.ServiceReference<?> reference)
-
-
-
Constructor Detail
-
DelegatingBundleContext
public DelegatingBundleContext(DelegatingBundle bundle, org.osgi.framework.BundleContext bundleContext)
-
-
Method Detail
-
getBundle
public org.osgi.framework.Bundle getBundle()
- Specified by:
getBundlein interfaceorg.osgi.framework.BundleContext- Specified by:
getBundlein interfaceorg.osgi.framework.BundleReference
-
addBundleListener
public void addBundleListener(org.osgi.framework.BundleListener arg0)
- Specified by:
addBundleListenerin interfaceorg.osgi.framework.BundleContext
-
addFrameworkListener
public void addFrameworkListener(org.osgi.framework.FrameworkListener arg0)
- Specified by:
addFrameworkListenerin interfaceorg.osgi.framework.BundleContext
-
addServiceListener
public void addServiceListener(org.osgi.framework.ServiceListener arg0, java.lang.String arg1) throws org.osgi.framework.InvalidSyntaxException- Specified by:
addServiceListenerin interfaceorg.osgi.framework.BundleContext- Throws:
org.osgi.framework.InvalidSyntaxException
-
addServiceListener
public void addServiceListener(org.osgi.framework.ServiceListener arg0)
- Specified by:
addServiceListenerin interfaceorg.osgi.framework.BundleContext
-
createFilter
public org.osgi.framework.Filter createFilter(java.lang.String arg0) throws org.osgi.framework.InvalidSyntaxException- Specified by:
createFilterin interfaceorg.osgi.framework.BundleContext- Throws:
org.osgi.framework.InvalidSyntaxException
-
getBundle
public org.osgi.framework.Bundle getBundle(long arg0)
- Specified by:
getBundlein interfaceorg.osgi.framework.BundleContext
-
getBundles
public org.osgi.framework.Bundle[] getBundles()
- Specified by:
getBundlesin interfaceorg.osgi.framework.BundleContext
-
getDataFile
public java.io.File getDataFile(java.lang.String arg0)
- Specified by:
getDataFilein interfaceorg.osgi.framework.BundleContext
-
getProperty
public java.lang.String getProperty(java.lang.String arg0)
- Specified by:
getPropertyin interfaceorg.osgi.framework.BundleContext
-
getService
public <S> S getService(org.osgi.framework.ServiceReference<S> reference)
- Specified by:
getServicein interfaceorg.osgi.framework.BundleContext
-
getServiceReference
public org.osgi.framework.ServiceReference<?> getServiceReference(java.lang.String clazz)
- Specified by:
getServiceReferencein interfaceorg.osgi.framework.BundleContext
-
getServiceReferences
public org.osgi.framework.ServiceReference<?>[] getServiceReferences(java.lang.String clazz, java.lang.String filter) throws org.osgi.framework.InvalidSyntaxException- Specified by:
getServiceReferencesin interfaceorg.osgi.framework.BundleContext- Throws:
org.osgi.framework.InvalidSyntaxException
-
getServiceReference
public <S> org.osgi.framework.ServiceReference<S> getServiceReference(java.lang.Class<S> clazz)
- Specified by:
getServiceReferencein interfaceorg.osgi.framework.BundleContext
-
getServiceReferences
public <S> java.util.Collection<org.osgi.framework.ServiceReference<S>> getServiceReferences(java.lang.Class<S> clazz, java.lang.String filter) throws org.osgi.framework.InvalidSyntaxException- Specified by:
getServiceReferencesin interfaceorg.osgi.framework.BundleContext- Throws:
org.osgi.framework.InvalidSyntaxException
-
getAllServiceReferences
public org.osgi.framework.ServiceReference<?>[] getAllServiceReferences(java.lang.String clazz, java.lang.String filter) throws org.osgi.framework.InvalidSyntaxException- Specified by:
getAllServiceReferencesin interfaceorg.osgi.framework.BundleContext- Throws:
org.osgi.framework.InvalidSyntaxException
-
installBundle
public org.osgi.framework.Bundle installBundle(java.lang.String arg0, java.io.InputStream arg1) throws org.osgi.framework.BundleException- Specified by:
installBundlein interfaceorg.osgi.framework.BundleContext- Throws:
org.osgi.framework.BundleException
-
installBundle
public org.osgi.framework.Bundle installBundle(java.lang.String arg0) throws org.osgi.framework.BundleException- Specified by:
installBundlein interfaceorg.osgi.framework.BundleContext- Throws:
org.osgi.framework.BundleException
-
registerService
public org.osgi.framework.ServiceRegistration<?> registerService(java.lang.String clazz, java.lang.Object service, java.util.Dictionary<java.lang.String,?> properties)- Specified by:
registerServicein interfaceorg.osgi.framework.BundleContext
-
registerService
public org.osgi.framework.ServiceRegistration<?> registerService(java.lang.String[] classes, java.lang.Object service, java.util.Dictionary<java.lang.String,?> properties)- Specified by:
registerServicein interfaceorg.osgi.framework.BundleContext
-
registerService
public <S> org.osgi.framework.ServiceRegistration<S> registerService(java.lang.Class<S> clazz, S service, java.util.Dictionary<java.lang.String,?> properties)- Specified by:
registerServicein interfaceorg.osgi.framework.BundleContext
-
removeBundleListener
public void removeBundleListener(org.osgi.framework.BundleListener arg0)
- Specified by:
removeBundleListenerin interfaceorg.osgi.framework.BundleContext
-
removeFrameworkListener
public void removeFrameworkListener(org.osgi.framework.FrameworkListener arg0)
- Specified by:
removeFrameworkListenerin interfaceorg.osgi.framework.BundleContext
-
removeServiceListener
public void removeServiceListener(org.osgi.framework.ServiceListener arg0)
- Specified by:
removeServiceListenerin interfaceorg.osgi.framework.BundleContext
-
ungetService
public boolean ungetService(org.osgi.framework.ServiceReference<?> reference)
- Specified by:
ungetServicein interfaceorg.osgi.framework.BundleContext
-
getBundle
public org.osgi.framework.Bundle getBundle(java.lang.String location)
- Specified by:
getBundlein interfaceorg.osgi.framework.BundleContext
-
getServiceObjects
public <S> org.osgi.framework.ServiceObjects<S> getServiceObjects(org.osgi.framework.ServiceReference<S> reference)
- Specified by:
getServiceObjectsin interfaceorg.osgi.framework.BundleContext
-
registerService
public <S> org.osgi.framework.ServiceRegistration<S> registerService(java.lang.Class<S> clazz, org.osgi.framework.ServiceFactory<S> factory, java.util.Dictionary<java.lang.String,?> properties)- Specified by:
registerServicein interfaceorg.osgi.framework.BundleContext
-
-