Class ApplicationContext

java.lang.Object
io.deephaven.appmode.ApplicationContext

public class ApplicationContext extends Object
This application context can be used to get access to the application state from within script applications.

get() is only valid during the initial invocation of a script application during start up of Application Mode. Scripts may dynamically add fields after start up by capturing and using the ApplicationState after the script after having returned execution control to the begin the server process.

Each application owns and manages a unique ApplicationState.