| Interface | Description |
|---|---|
| DriverDSL |
Underlying interface for the driver DSL. Do not instantiate directly, instead use the
driver function. |
| InProcess |
Interface which represents an in process node and exposes available services.
|
| NodeHandle |
A base interface which represents a node as part of the
driver dsl, extended by interface InProcess and interface OutOfProcess |
| OutOfProcess |
Interface which represents an out of process node and exposes its process handle.
|
| Class | Description |
|---|---|
| Driver | |
| DriverParameters |
Builder for configuring a
driver. |
| JmxPolicy |
A class containing configuration information for Jolokia JMX, to be used when creating a node via the
driver. |
| NodeParameters |
Parameters for creating a node for
DriverDSL.startNode. |
| NotaryHandle |
Object ecapsulating a notary started automatically by the driver.
|
| PortAllocation | |
| WebserverHandle | Deprecated |
| Enum | Description |
|---|---|
| VerifierType |