| Class and Description |
|---|
| ClassCache
This interface describes a generic cache for compiled JavaScript classes.
|
| NodeEnvironment
This class is the root of all script processing.
|
| NodeException
The base exception class.
|
| NodeModule
This is a superclass for all modules that may be loaded natively in Java.
|
| NodeRuntime
This interface is passed to internal Node modules.
|
| NodeScript
This class represents an instance of a single Node script.
|
| Sandbox
The Sandbox defines the execution environment for all scripts.
|
| Sandbox.ClassLoaderSupplier
A Supplier that returns an instance of a ClassLoader to be used
for loading Java classes into the currently-running script.
|
| ScriptFuture |
| ScriptStatus
This object is returned from the execution of a script, and indicates successful or failed completion.
|
| ScriptStatusListener |
| ScriptTask
Code that runs outside the main Node thread can send tasks to a script by sending
these types of objects.
|
| SubprocessPolicy |
| Class and Description |
|---|
| ClassCache
This interface describes a generic cache for compiled JavaScript classes.
|
| InternalNodeModule
A subclass of NodeModule that denotes modules that are loaded using the "process.binding"
method.
|
| NativeNodeModule
A native Node module is similar to a regular module in that it exposes a JavaScript object.
|
| NodeEnvironment
This class is the root of all script processing.
|
| NodeException
The base exception class.
|
| NodeModule
This is a superclass for all modules that may be loaded natively in Java.
|
| NodeRuntime
This interface is passed to internal Node modules.
|
| NodeScript
This class represents an instance of a single Node script.
|
| Sandbox
The Sandbox defines the execution environment for all scripts.
|
| ScriptFuture |
| ScriptStatus
This object is returned from the execution of a script, and indicates successful or failed completion.
|
| ScriptTask
Code that runs outside the main Node thread can send tasks to a script by sending
these types of objects.
|
| Class and Description |
|---|
| InternalNodeModule
A subclass of NodeModule that denotes modules that are loaded using the "process.binding"
method.
|
| NodeModule
This is a superclass for all modules that may be loaded natively in Java.
|
| NodeRuntime
This interface is passed to internal Node modules.
|
| Class and Description |
|---|
| NodeModule
This is a superclass for all modules that may be loaded natively in Java.
|
| Class and Description |
|---|
| NodeRuntime
This interface is passed to internal Node modules.
|
| Class and Description |
|---|
| NodeScript
This class represents an instance of a single Node script.
|
Copyright © 2016 Apigee Corporation. All Rights Reserved.