| Package | Description |
|---|---|
| com.sun.enterprise.glassfish.bootstrap | |
| com.sun.enterprise.glassfish.bootstrap.osgi | |
| fish.payara.micro.boot.runtime | |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlassFishRuntimeDecorator
A decorator for GlassFishRuntime
|
class |
StaticGlassFishRuntime
The GlassFishRuntime implementation for NonOSGi environments.
|
| Modifier and Type | Method and Description |
|---|---|
GlassFishRuntime |
StaticGlassFishRuntimeBuilder.build(BootstrapProperties bsProps) |
| Constructor and Description |
|---|
GlassFishRuntimeDecorator(GlassFishRuntime decoratedGfr) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedOSGiGlassFishRuntime
Implementation of GlassFishRuntime in an OSGi environment.
|
class |
OSGiGlassFishRuntime
This is a special implementation used in non-embedded environment.
|
| Modifier and Type | Method and Description |
|---|---|
GlassFishRuntime |
OSGiGlassFishRuntimeBuilder.build(BootstrapProperties bsProps) |
GlassFishRuntime |
EmbeddedOSGiGlassFishRuntimeBuilder.build(BootstrapProperties bootstrapProperties) |
| Constructor and Description |
|---|
OSGiGlassFishRuntime(GlassFishRuntime embeddedGfr,
org.osgi.framework.launch.Framework framework) |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroGlassFishRuntime |
| Modifier and Type | Method and Description |
|---|---|
GlassFishRuntime |
PayaraMicroRuntimeBuilder.build(BootstrapProperties options) |
| Modifier and Type | Method and Description |
|---|---|
static GlassFishRuntime |
GlassFishRuntime.bootstrap()
Bootstrap a GlassFishRuntime with default
BootstrapProperties. |
static GlassFishRuntime |
GlassFishRuntime.bootstrap(BootstrapProperties bootstrapProperties)
Bootstrap GlassFish runtime based on runtime configuration passed in the bootstrapProperties object.
|
static GlassFishRuntime |
GlassFishRuntime.bootstrap(BootstrapProperties bootstrapProperties,
ClassLoader cl)
Bootstrap GlassFish runtime based on runtime configuration passed in the bootstrapProperties object.
|
| Modifier and Type | Method and Description |
|---|---|
GlassFishRuntime |
RuntimeBuilder.build(BootstrapProperties options)
Builds a custom GlassFishRuntime with the supplied bootstrap options
|
Copyright © 2019. All rights reserved.