org.apache.felix.jmood.core.instrumentation
Class ServiceInfo

java.lang.Object
  extended by org.apache.felix.jmood.core.instrumentation.ServiceInfo
All Implemented Interfaces:
Serializable

public class ServiceInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ServiceInfo()
           
 
Method Summary
 BundleInfo getBundle()
           
 Hashtable getProperties()
           
 BundleInfo[] getUsingBundles()
           
protected  void setBundle(BundleInfo bundle)
           
protected  void setProperties(Hashtable properties)
           
protected  void setUsingBundles(BundleInfo[] usingBundles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo()
Method Detail

getBundle

public BundleInfo getBundle()

setBundle

protected void setBundle(BundleInfo bundle)

getProperties

public Hashtable getProperties()

setProperties

protected void setProperties(Hashtable properties)

getUsingBundles

public BundleInfo[] getUsingBundles()

setUsingBundles

protected void setUsingBundles(BundleInfo[] usingBundles)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.