All Classes and Interfaces
Class
Description
Marks class loaders in gf-client and gf-client-module which can provide a container
initialized by the Java agent.
This class is used to share arguments as a string property between Java Agent
and Java Main class.
Shared interface required to avoid circular dependency of gf-client.jar and gf-client-module.jar
Encapsulates the set of properties required to bootstrap GlassFishRuntime.
Encapsulates the result of a command invoked using
CommandRunner.run(java.lang.String, java.lang.String...).A command can have following types of exit status.
GlassFish has a very sophisticated command line interface (CLI) viz.,
'asadmin' to executive administrative commands.
Deployer service for GlassFish.
Represents a GlassFish instance and provides the ability to:
perform life cycle operations viz., start, stop and dispose.
Represents the status of
GlassFish.A custom Exception type used in the embedded glassfish startup modules.
Encapsulates the set of properties required to create a new GlassFish instance.
This is the entry point API to bootstrap GlassFish.
GlassFish variables used as environment options or system properties and their mapping.
This is an SPI for plugging in a GlassFishRuntime.
Represents any user error, such as an invalid combination of command options,
or specifying a non-existent JAR file.