public class ConcurrentWorkerManager extends MaestroWorkerManager implements MaestroReceiverEventListener, MaestroSenderEventListener
| Constructor and Description |
|---|
ConcurrentWorkerManager(String maestroURL,
PeerInfo peerInfo,
File logDir,
MaestroDataServer dataServer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(DrainRequest note) |
void |
handle(Halt note) |
void |
handle(LogRequest note) |
void |
handle(SetRequest note) |
void |
handle(StartWorker note) |
void |
handle(StatsRequest note) |
void |
handle(StopWorker note) |
void |
handle(TestFailedNotification note) |
void |
handle(TestSuccessfulNotification note) |
connect, getClient, getWorkerOptions, handle, handle, handle, handle, handle, handle, handle, handle, handle, isRunning, noteArrivedconnectComplete, connectionLost, deliveryComplete, disconnect, getId, getPeerInfo, isConnected, messageArrived, reconnect, subscribe, subscribepublic ConcurrentWorkerManager(String maestroURL, PeerInfo peerInfo, File logDir, MaestroDataServer dataServer)
maestroURL - Maestro URLpeerInfo - Peer informationlogDir - test log directorydataServer - the data server instancepublic void handle(SetRequest note)
handle in interface MaestroEventListenerhandle in class MaestroWorkerManagerpublic void handle(Halt note)
handle in interface MaestroEventListenerhandle in class MaestroWorkerManagerpublic void handle(StatsRequest note)
handle in interface MaestroEventListenerhandle in class MaestroWorkerManagerpublic void handle(TestFailedNotification note)
handle in interface MaestroEventListenerhandle in class MaestroWorkerManagerpublic void handle(TestSuccessfulNotification note)
handle in interface MaestroEventListenerhandle in class MaestroWorkerManagerpublic void handle(LogRequest note)
handle in interface MaestroEventListenerhandle in class MaestroWorkerManagerpublic void handle(DrainRequest note)
handle in interface MaestroReceiverEventListenerpublic void handle(StartWorker note)
handle in interface MaestroEventListenerpublic void handle(StopWorker note)
handle in interface MaestroEventListenerThis documentation was released into the public domain.