org.jboss.osgi.testing
Interface OSGiServiceReference


public interface OSGiServiceReference

An abstraction of the OSGi ServiceReference

Since:
25-Sep-2008
Author:
Thomas.Diesler@jboss.org

Method Summary
 java.lang.Object getProperty(java.lang.String key)
          Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.
 java.lang.String[] getPropertyKeys()
          Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.
 

Method Detail

getProperty

java.lang.Object getProperty(java.lang.String key)
Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.


getPropertyKeys

java.lang.String[] getPropertyKeys()
Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.



Copyright © 2009. All Rights Reserved.