| Package | Description |
|---|---|
| org.glassfish.embeddable |
Provides classes and interfaces necessary to embed GlassFish and perform
lifecycle operations, application deployments and runtime configurations.
|
| org.glassfish.embeddable.spi |
Provides classes and interfaces necessary to plugin a custom GlassFish runtime.
|
| Class and Description |
|---|
| BootstrapProperties
Encapsulates the set of properties required to bootstrap GlassFishRuntime.
|
| CommandResult
Encapsulates the result of a command invoked using
CommandRunner.run(java.lang.String, java.lang.String...). |
| CommandResult.ExitStatus
A command can have following types of exit status.
|
| 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.
|
| GlassFish.Status
Represents the status of
GlassFish. |
| GlassFishException
A custom Exception type used in the embedded glassfish startup modules.
|
| GlassFishProperties
Encapsulates the set of properties required to create a new GlassFish instance.
|
| GlassFishRuntime
This is the entry point API to bootstrap GlassFish.
|
| Class and Description |
|---|
| BootstrapProperties
Encapsulates the set of properties required to bootstrap GlassFishRuntime.
|
| GlassFishException
A custom Exception type used in the embedded glassfish startup modules.
|
| GlassFishRuntime
This is the entry point API to bootstrap GlassFish.
|
Copyright © 2019. All rights reserved.