コード例 #1
0
 /**
  * Get the value of a service's property.
  *
  * @see org.osgi.framework.ServiceReference#getProperty
  */
 public Object getProperty(String key) {
   return cloneObject(registration.getProperty(key));
 }