Class MockServiceReference

  • All Implemented Interfaces:
    Comparable, org.osgi.framework.ServiceReference

    public class MockServiceReference
    extends Object
    implements org.osgi.framework.ServiceReference
    • Constructor Detail

      • MockServiceReference

        public MockServiceReference​(org.osgi.framework.Bundle bundle)
    • Method Detail

      • getBundle

        public org.osgi.framework.Bundle getBundle()
        Specified by:
        getBundle in interface org.osgi.framework.ServiceReference
      • setProperty

        public void setProperty​(String key,
                                Object value)
      • getProperty

        public Object getProperty​(String key)
        Specified by:
        getProperty in interface org.osgi.framework.ServiceReference
      • getPropertyKeys

        public String[] getPropertyKeys()
        Specified by:
        getPropertyKeys in interface org.osgi.framework.ServiceReference
      • getUsingBundles

        public org.osgi.framework.Bundle[] getUsingBundles()
        Specified by:
        getUsingBundles in interface org.osgi.framework.ServiceReference
      • isAssignableTo

        public boolean isAssignableTo​(org.osgi.framework.Bundle bundle,
                                      String className)
        Specified by:
        isAssignableTo in interface org.osgi.framework.ServiceReference
      • compareTo

        public int compareTo​(Object reference)
        Specified by:
        compareTo in interface Comparable
        Specified by:
        compareTo in interface org.osgi.framework.ServiceReference
      • getProperties

        public Dictionary<String,​Object> getProperties()
        Specified by:
        getProperties in interface org.osgi.framework.ServiceReference