org.jboss.osgi.spi.management
Class ManagedServiceReference

java.lang.Object
  extended by org.jboss.osgi.spi.management.ManagedServiceReference
All Implemented Interfaces:
java.io.Serializable

public class ManagedServiceReference
extends java.lang.Object
implements java.io.Serializable

The management view of an OSGi ServiceReference

Since:
25-Sep-2008
Author:
Thomas.Diesler@jboss.org
See Also:
Serialized Form

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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProperty

public 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

public 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.