org.apache.aries.blueprint.sample
Class Bar

java.lang.Object
  extended by org.apache.aries.blueprint.sample.Bar

public class Bar
extends Object


Constructor Summary
Bar()
           
 
Method Summary
 org.osgi.framework.BundleContext getContext()
           
 List getList()
           
 String getValue()
           
 void setContext(org.osgi.framework.BundleContext ctx)
           
 void setList(List l)
           
 void setValue(String s)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bar

public Bar()
Method Detail

getContext

public org.osgi.framework.BundleContext getContext()

setContext

public void setContext(org.osgi.framework.BundleContext ctx)

getValue

public String getValue()

setValue

public void setValue(String s)

getList

public List getList()

setList

public void setList(List l)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.