Class AbstractInfo<T>

    • Constructor Detail

      • AbstractInfo

        public AbstractInfo​(org.osgi.framework.ServiceReference<T> ref)
      • AbstractInfo

        public AbstractInfo​(int ranking,
                            long serviceId)
    • Method Detail

      • isValid

        public boolean isValid()
      • compareTo

        public int compareTo​(AbstractInfo<T> other)
        Compare two info objects based on their ranking (aka reverse ServiceReference ordering)
        Specified by:
        compareTo in interface Comparable<T>
      • isSame

        public boolean isSame​(AbstractInfo<T> other)
        Compare two info objects
      • isEmpty

        protected boolean isEmpty​(String value)
      • isEmpty

        protected boolean isEmpty​(String[] value)
      • getStringProperty

        protected String getStringProperty​(org.osgi.framework.ServiceReference<T> ref,
                                           String key)
      • getStringArrayProperty

        protected String[] getStringArrayProperty​(org.osgi.framework.ServiceReference<T> ref,
                                                  String key)
      • getBooleanProperty

        protected boolean getBooleanProperty​(org.osgi.framework.ServiceReference<T> ref,
                                             String key)
      • getInitParams

        protected Map<String,​String> getInitParams​(org.osgi.framework.ServiceReference<T> ref,
                                                         String prefix)
        Get the init parameters.
      • getRanking

        public int getRanking()
      • getServiceId

        public long getServiceId()
      • getTarget

        public String getTarget()
      • getServiceReference

        public org.osgi.framework.ServiceReference<T> getServiceReference()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object