org.mmbase.remote
Class MMRemoteMultiCastProbe
java.lang.Object
|
+--org.mmbase.remote.MMRemoteMultiCastProbe
- All Implemented Interfaces:
- java.lang.Runnable
- public class MMRemoteMultiCastProbe
- 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:
- 27 Mar 1997
- Author:
- Daniel Ockeloen
|
Method Summary |
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 |
MMRemoteMultiCastProbe
public MMRemoteMultiCastProbe(MMRemoteMultiCast parent,
RemoteBuilder serv,
java.lang.String id,
java.lang.String tb,
java.lang.String ctype,
boolean remote)
throws java.lang.Exception
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
MMBase 2001