public class InspectorManager extends MaestroWorkerManager implements MaestroInspectorEventListener
clientName
Constructor and Description |
---|
InspectorManager(String maestroURL,
String host,
MaestroDataServer dataServer,
File logDir) |
Modifier and Type | Method and Description |
---|---|
void |
handle(LogRequest note) |
void |
handle(SetRequest note) |
void |
handle(StartInspector note) |
void |
handle(StopInspector note) |
void |
handle(TestFailedNotification note) |
void |
handle(TestSuccessfulNotification note) |
void |
setUrl(String url) |
connect, getClient, getWorkerOptions, handle, handle, handle, handle, handle, handle, handle, handle, isRunning, noteArrived
connectComplete, connectionLost, deliveryComplete, disconnect, getClientName, getId, isConnected, messageArrived, reconnect, setClientName, subscribe, subscribe
public InspectorManager(String maestroURL, String host, MaestroDataServer dataServer, File logDir) throws MaestroException
MaestroException
public void setUrl(String url)
public void handle(StartInspector note)
handle
in interface MaestroInspectorEventListener
public void handle(SetRequest note)
handle
in interface MaestroEventListener
handle
in class MaestroWorkerManager
public void handle(StopInspector note)
handle
in interface MaestroInspectorEventListener
public void handle(TestFailedNotification note)
handle
in interface MaestroEventListener
handle
in class MaestroWorkerManager
public void handle(TestSuccessfulNotification note)
handle
in interface MaestroEventListener
handle
in class MaestroWorkerManager
public void handle(LogRequest note)
handle
in interface MaestroEventListener
handle
in class MaestroWorkerManager
This documentation was released into the public domain.