- getCommandRunner() - Method in interface org.glassfish.embeddable.GlassFish
-
Gets a CommandRunner instance, using which the user can run asadmin commands.
- getConfigFileURI() - Method in class org.glassfish.embeddable.GlassFishProperties
-
- getDeployedApplications() - Method in interface org.glassfish.embeddable.Deployer
-
Return names of all the deployed applications.
- getDeployer() - Method in interface org.glassfish.embeddable.GlassFish
-
Gets a Deployer instance to deploy an application.
- getExitStatus() - Method in interface org.glassfish.embeddable.CommandResult
-
- getFailureCause() - Method in interface org.glassfish.embeddable.CommandResult
-
This method returns any exception raised during command invocation, If the command's exit status
is
CommandResult.ExitStatus.SUCCESS
, then this method will return null.
- getInstallRoot() - Method in class org.glassfish.embeddable.BootstrapProperties
-
- getInstanceRoot() - Method in class org.glassfish.embeddable.GlassFishProperties
-
- getOutput() - Method in interface org.glassfish.embeddable.CommandResult
-
- getPort(String) - Method in class org.glassfish.embeddable.GlassFishProperties
-
- getProperties() - Method in class org.glassfish.embeddable.BootstrapProperties
-
Get the underlying Properties object which backs this BootstrapProperties.
- getProperties() - Method in class org.glassfish.embeddable.GlassFishProperties
-
Get the underlying Properties object which backs this GlassFishProperties.
- getProperty(String) - Method in class org.glassfish.embeddable.BootstrapProperties
-
Get the value of the property with the specified key.
- getService(Class<T>) - Method in interface org.glassfish.embeddable.GlassFish
-
A service has a service interface and optionally a name.
- getService(Class<T>, String) - Method in interface org.glassfish.embeddable.GlassFish
-
A service has a service interface and optionally a name.
- getStatus() - Method in interface org.glassfish.embeddable.GlassFish
-
Get the current status of GlassFish.
- GlassFish - Interface in org.glassfish.embeddable
-
Represents a GlassFish instance and provides the ability to:
perform life cycle operations viz., start, stop and dispose.
- GlassFish.Status - Enum in org.glassfish.embeddable
-
- GlassFishException - Exception in org.glassfish.embeddable
-
A custom Exception type used in the embedded glassfish startup modules.
- GlassFishException(String, Throwable) - Constructor for exception org.glassfish.embeddable.GlassFishException
-
- GlassFishException(Throwable) - Constructor for exception org.glassfish.embeddable.GlassFishException
-
- GlassFishException(String) - Constructor for exception org.glassfish.embeddable.GlassFishException
-
- GlassFishProperties - Class in org.glassfish.embeddable
-
Encapsulates the set of properties required to create a new GlassFish instance.
- GlassFishProperties() - Constructor for class org.glassfish.embeddable.GlassFishProperties
-
Create GlassFishProperties with default properties.
- GlassFishProperties(Properties) - Constructor for class org.glassfish.embeddable.GlassFishProperties
-
Create GlassFishProperties with custom properties.
- GlassFishRuntime - Class in org.glassfish.embeddable
-
This is the entry point API to bootstrap GlassFish.
- GlassFishRuntime() - Constructor for class org.glassfish.embeddable.GlassFishRuntime
-