Package org.springframework.osgi.util.internal

Examples of org.springframework.osgi.util.internal.ServiceReferenceBasedMap$SimpleEntry


   * properties
   * @see #getServiceProperties(ServiceReference)
   */
  public static Map getServicePropertiesAsMap(ServiceReference reference) {
    Assert.notNull(reference);
    return new ServiceReferenceBasedMap(reference);

  }
View Full Code Here


   *         properties
   * @see #getServiceProperties(ServiceReference)
   */
  public static Map getServicePropertiesAsMap(ServiceReference reference) {
    Assert.notNull(reference);
    return new ServiceReferenceBasedMap(reference);

  }
View Full Code Here

TOP

Related Classes of org.springframework.osgi.util.internal.ServiceReferenceBasedMap$SimpleEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.