Class FakeBundleContext

java.lang.Object
de.uni_hildesheim.sse.easy.loader.framework.FakeBundleContext
All Implemented Interfaces:
org.osgi.framework.BundleContext, org.osgi.framework.BundleReference

public class FakeBundleContext extends Object implements org.osgi.framework.BundleContext
Implements a fake bundle context.
Author:
Holger Eichelberger
  • Field Details

    • INSTANCE

      public static final org.osgi.framework.BundleContext INSTANCE
    • bundle

      private org.osgi.framework.Bundle bundle
  • Constructor Details

    • FakeBundleContext

      public FakeBundleContext()
  • Method Details

    • addBundleListener

      public void addBundleListener(org.osgi.framework.BundleListener arg0)
      Specified by:
      addBundleListener in interface org.osgi.framework.BundleContext
    • addFrameworkListener

      public void addFrameworkListener(org.osgi.framework.FrameworkListener arg0)
      Specified by:
      addFrameworkListener in interface org.osgi.framework.BundleContext
    • addServiceListener

      public void addServiceListener(org.osgi.framework.ServiceListener arg0)
      Specified by:
      addServiceListener in interface org.osgi.framework.BundleContext
    • addServiceListener

      public void addServiceListener(org.osgi.framework.ServiceListener arg0, String arg1) throws org.osgi.framework.InvalidSyntaxException
      Specified by:
      addServiceListener in interface org.osgi.framework.BundleContext
      Throws:
      org.osgi.framework.InvalidSyntaxException
    • createFilter

      public org.osgi.framework.Filter createFilter(String arg0) throws org.osgi.framework.InvalidSyntaxException
      Specified by:
      createFilter in interface org.osgi.framework.BundleContext
      Throws:
      org.osgi.framework.InvalidSyntaxException
    • getAllServiceReferences

      public org.osgi.framework.ServiceReference<?>[] getAllServiceReferences(String arg0, String arg1) throws org.osgi.framework.InvalidSyntaxException
      Specified by:
      getAllServiceReferences in interface org.osgi.framework.BundleContext
      Throws:
      org.osgi.framework.InvalidSyntaxException
    • getBundle

      public org.osgi.framework.Bundle getBundle()
      Specified by:
      getBundle in interface org.osgi.framework.BundleContext
      Specified by:
      getBundle in interface org.osgi.framework.BundleReference
    • getBundle

      public org.osgi.framework.Bundle getBundle(long arg0)
      Specified by:
      getBundle in interface org.osgi.framework.BundleContext
    • getBundle

      public org.osgi.framework.Bundle getBundle(String arg0)
      Specified by:
      getBundle in interface org.osgi.framework.BundleContext
    • getBundles

      public org.osgi.framework.Bundle[] getBundles()
      Specified by:
      getBundles in interface org.osgi.framework.BundleContext
    • getDataFile

      public File getDataFile(String arg0)
      Specified by:
      getDataFile in interface org.osgi.framework.BundleContext
    • getProperty

      public String getProperty(String arg0)
      Specified by:
      getProperty in interface org.osgi.framework.BundleContext
    • getService

      public <S> S getService(org.osgi.framework.ServiceReference<S> arg0)
      Specified by:
      getService in interface org.osgi.framework.BundleContext
    • getServiceReference

      public org.osgi.framework.ServiceReference<?> getServiceReference(String arg0)
      Specified by:
      getServiceReference in interface org.osgi.framework.BundleContext
    • getServiceReference

      public <S> org.osgi.framework.ServiceReference<S> getServiceReference(Class<S> arg0)
      Specified by:
      getServiceReference in interface org.osgi.framework.BundleContext
    • getServiceReferences

      public org.osgi.framework.ServiceReference<?>[] getServiceReferences(String arg0, String arg1) throws org.osgi.framework.InvalidSyntaxException
      Specified by:
      getServiceReferences in interface org.osgi.framework.BundleContext
      Throws:
      org.osgi.framework.InvalidSyntaxException
    • getServiceReferences

      public <S> Collection<org.osgi.framework.ServiceReference<S>> getServiceReferences(Class<S> arg0, String arg1) throws org.osgi.framework.InvalidSyntaxException
      Specified by:
      getServiceReferences in interface org.osgi.framework.BundleContext
      Throws:
      org.osgi.framework.InvalidSyntaxException
    • installBundle

      public org.osgi.framework.Bundle installBundle(String arg0) throws org.osgi.framework.BundleException
      Specified by:
      installBundle in interface org.osgi.framework.BundleContext
      Throws:
      org.osgi.framework.BundleException
    • installBundle

      public org.osgi.framework.Bundle installBundle(String arg0, InputStream arg1) throws org.osgi.framework.BundleException
      Specified by:
      installBundle in interface org.osgi.framework.BundleContext
      Throws:
      org.osgi.framework.BundleException
    • registerService

      public org.osgi.framework.ServiceRegistration<?> registerService(String[] arg0, Object arg1, Dictionary<String,?> arg2)
      Specified by:
      registerService in interface org.osgi.framework.BundleContext
    • registerService

      public org.osgi.framework.ServiceRegistration<?> registerService(String arg0, Object arg1, Dictionary<String,?> arg2)
      Specified by:
      registerService in interface org.osgi.framework.BundleContext
    • registerService

      public <S> org.osgi.framework.ServiceRegistration<S> registerService(Class<S> clazz, org.osgi.framework.ServiceFactory<S> factory, Dictionary<String,?> properties)
      Specified by:
      registerService in interface org.osgi.framework.BundleContext
    • registerService

      public <S> org.osgi.framework.ServiceRegistration<S> registerService(Class<S> arg0, S arg1, Dictionary<String,?> arg2)
      Specified by:
      registerService in interface org.osgi.framework.BundleContext
    • removeBundleListener

      public void removeBundleListener(org.osgi.framework.BundleListener arg0)
      Specified by:
      removeBundleListener in interface org.osgi.framework.BundleContext
    • removeFrameworkListener

      public void removeFrameworkListener(org.osgi.framework.FrameworkListener arg0)
      Specified by:
      removeFrameworkListener in interface org.osgi.framework.BundleContext
    • removeServiceListener

      public void removeServiceListener(org.osgi.framework.ServiceListener arg0)
      Specified by:
      removeServiceListener in interface org.osgi.framework.BundleContext
    • ungetService

      public boolean ungetService(org.osgi.framework.ServiceReference<?> arg0)
      Specified by:
      ungetService in interface org.osgi.framework.BundleContext
    • getServiceObjects

      public <S> org.osgi.framework.ServiceObjects<S> getServiceObjects(org.osgi.framework.ServiceReference<S> reference)
      Specified by:
      getServiceObjects in interface org.osgi.framework.BundleContext