org.springframework.osgi.service
Interface ServiceReferenceAware


public interface ServiceReferenceAware

Aware interface used when importing OSGi services. Gives access to the underlying ServiceReference and its properties.

Author:
Costin Leau

Method Summary
 Map getServiceProperties()
          Return a map of service properties.
 ServiceReference getServiceReference()
          Get access to the raw, underlying service reference.
 

Method Detail

getServiceReference

ServiceReference getServiceReference()
Get access to the raw, underlying service reference.

Returns:
underlying service reference.

getServiceProperties

Map getServiceProperties()
Return a map of service properties.

Returns:


Copyright © 2006-2007 Spring Framework. All Rights Reserved.