org.apache.felix.dm.test.bundle.annotation.simple
Class Producer
java.lang.Object
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.
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 |
Producer
public Producer()
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.