org.apache.felix.dm.test.bundle.annotation.simple
Class Producer

java.lang.Object
  extended by org.apache.felix.dm.test.bundle.annotation.simple.Producer
All Implemented Interfaces:
Runnable

public class Producer
extends Object
implements Runnable

Provides a Runnable service, which is required by the Consumer class.


Constructor Summary
Producer()
           
 
Method Summary
 void run()
           
protected  void start()
           
protected  void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Producer

public Producer()
Method Detail

start

protected void start()

stop

protected void stop()

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2011 Apache Software Foundation. All Rights Reserved.