public class InspectorManager extends MaestroWorkerManager implements MaestroInspectorEventListener
| Constructor and Description |
|---|
InspectorManager(String maestroURL,
PeerInfo peerInfo,
MaestroDataServer dataServer,
File logDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(LogRequest note) |
void |
handle(RoleAssign note) |
void |
handle(RoleUnassign note) |
void |
handle(SetRequest note) |
void |
handle(StartInspector note) |
void |
handle(StartWorker note) |
void |
handle(StopInspector note) |
void |
handle(StopWorker note) |
void |
handle(TestFailedNotification note) |
void |
handle(TestSuccessfulNotification note) |
void |
setUrl(String url) |
connect, getClient, getWorkerOptions, handle, handle, handle, handle, handle, handle, handle, handle, handle, isRunning, noteArrivedconnectComplete, connectionLost, deliveryComplete, disconnect, getId, getPeerInfo, isConnected, messageArrived, reconnect, subscribe, subscribepublic InspectorManager(String maestroURL, PeerInfo peerInfo, MaestroDataServer dataServer, File logDir) throws MaestroException
MaestroExceptionpublic void setUrl(String url)
public void handle(StartInspector note)
handle in interface MaestroInspectorEventListenerpublic void handle(SetRequest note)
handle in interface MaestroEventListenerhandle in class MaestroWorkerManagerpublic void handle(StopInspector note)
handle in interface MaestroInspectorEventListenerpublic 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(RoleAssign note)
handle in interface MaestroEventListenerhandle in class MaestroWorkerManagerpublic void handle(RoleUnassign note)
handle in interface MaestroEventListenerhandle in class MaestroWorkerManagerpublic void handle(StartWorker note)
handle in interface MaestroEventListenerpublic void handle(StopWorker note)
handle in interface MaestroEventListenerThis documentation was released into the public domain.