org.mmbase.module.builders
Class floppydrvsProbe
java.lang.Object
|
+--org.mmbase.module.builders.floppydrvsProbe
- All Implemented Interfaces:
- java.lang.Runnable
- public class floppydrvsProbe
- extends java.lang.Object
- implements java.lang.Runnable
admin module, keeps track of all the worker pools
and adds/kills workers if needed (depending on
there load and info from the config module).
- Version:
- 22 Jan 1999
- Author:
- Daniel Ockeloen, David V van Zeventer
|
Method Summary |
MMObjectNode |
addRawAudio(int id,
int status,
int format,
int speed,
int channels)
|
void |
init()
|
void |
run()
admin probe, try's to make a call to all the maintainance calls. |
void |
start()
Starts the admin Thread. |
void |
stop()
Stops the admin Thread. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
floppydrvsProbe
public floppydrvsProbe(floppydrvs parent,
MMObjectNode node)
init
public void init()
start
public void start()
- Starts the admin Thread.
stop
public void stop()
- Stops the admin Thread.
run
public void run()
- admin probe, try's to make a call to all the maintainance calls.
- Specified by:
run in interface java.lang.Runnable
addRawAudio
public MMObjectNode addRawAudio(int id,
int status,
int format,
int speed,
int channels)
MMBase 2001