See: Description
| Interface | Description |
|---|---|
| CommandResult |
Encapsulates the result of a command invoked using
CommandRunner.run(java.lang.String, java.lang.String...). |
| CommandRunner |
GlassFish has a very sophisticated command line interface (CLI) viz.,
'asadmin' to executive administrative commands.
|
| Deployer |
Deployer service for GlassFish.
|
| GlassFish |
Represents a GlassFish instance and provides the ability to:
perform life cycle operations viz., start, stop and dispose.
|
| Class | Description |
|---|---|
| BootstrapProperties |
Encapsulates the set of properties required to bootstrap GlassFishRuntime.
|
| GlassFishProperties |
Encapsulates the set of properties required to create a new GlassFish instance.
|
| GlassFishRuntime |
This is the entry point API to bootstrap GlassFish.
|
| Enum | Description |
|---|---|
| CommandResult.ExitStatus |
A command can have following types of exit status.
|
| GlassFish.Status |
Represents the status of
GlassFish. |
| Exception | Description |
|---|---|
| GlassFishException |
A custom Exception type used in the embedded glassfish startup modules.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.