Package org.glassfish.embeddable

Provides classes and interfaces necessary to embed GlassFish and perform lifecycle operations, application deployments and runtime configurations.

See:
          Description

Interface Summary
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 Summary
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 Summary
CommandResult.ExitStatus A command can have following types of exit status.
GlassFish.Status Represents the status of GlassFish.
 

Exception Summary
GlassFishException A custom Exception type used in the embedded glassfish startup modules.
 

Package org.glassfish.embeddable Description

Provides classes and interfaces necessary to embed GlassFish and perform lifecycle operations, application deployments and runtime configurations.



Copyright © 2012 GlassFish Community. All Rights Reserved.