org.apache.felix.dm.test.bundle.annotation.bundledependency
Class Consumer

java.lang.Object
  extended by org.apache.felix.dm.test.bundle.annotation.bundledependency.Consumer

public class Consumer
extends Object

Simple Consumer which has a BundleDependency dependency.


Field Summary
protected  boolean m_added
           
protected  boolean m_removed
           
 
Constructor Summary
Consumer()
           
 
Method Summary
 void add(Bundle b)
           
protected  void removed(Bundle b)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_added

protected volatile boolean m_added

m_removed

protected volatile boolean m_removed
Constructor Detail

Consumer

public Consumer()
Method Detail

add

public void add(Bundle b)

removed

protected void removed(Bundle b)

start

public void start()

stop

public void stop()


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