| Interface | Description |
|---|---|
| AccessorOrchestrator |
Interface for classes that can orchestrate the execution of
accessors.
|
| Class | Description |
|---|---|
| HelperBase |
A base class for helper classes.
|
| JavaScript |
An actor whose functionality is given in JavaScript using the accessor
interface defined at
https://accessors.org.
|
| JSUtils |
A collection of utilities for common procedures in the interaction between
Java and JavaScript code through Nashorn.
|
| NashornAccessorHostApplication |
Instantiate and Invoke Accessors using Nashorn.
|
| NashornAccessorHostApplication.ActorSubstitute |
Class that substitute for the JavaScript actor so that setTimeout,
setInterval, and CapeCode modules work in a pure Nashorn host.
|
| RestrictedJavaScriptInterface |
Restricted interface to the
JavaScript actor. |
| VertxHelperBase |
A base class for helper classes that use an embedded Vert.x core.
|
| Enum | Description |
|---|---|
| HelperBase.DATA_TYPE |
Support data types for reading and writing to buffers.
|