Package | Description |
---|---|
org.maestro.agent.base | |
org.maestro.client.exchange | |
org.maestro.inspector.base | |
org.maestro.worker.common | |
org.maestro.worker.common.executor |
Modifier and Type | Class and Description |
---|---|
class |
MaestroAgent
Agent for handle extension points.
|
Modifier and Type | Class and Description |
---|---|
class |
MaestroCollector
An specialized peer that is used on the front-end side of the code
to collect messages published on front-end related topics
|
Modifier and Type | Method and Description |
---|---|
protected AbstractMaestroPeer |
AbstractMaestroExecutor.getMaestroPeer()
Get the Maestro peer
|
Constructor and Description |
---|
AbstractMaestroExecutor(AbstractMaestroPeer maestroPeer)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
InspectorManager |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentWorkerManager
A specialized worker manager that can manage concurrent test workers (ie.: senders/receivers)
|
class |
MaestroWorkerManager
A base worker class that implements the most basic worker functionality
|
class |
VoidWorkerManager
A worker manager that is void of workers.
|
Constructor and Description |
---|
MaestroWorkerExecutor(AbstractMaestroPeer<MaestroEvent> maestroPeer,
MaestroDataServer dataServer) |
This documentation was released into the public domain.