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 | Method and Description |
---|---|
GlassFishRuntime |
StaticGlassFishRuntimeBuilder.build(BootstrapProperties bsProps) |
boolean |
StaticGlassFishRuntimeBuilder.handles(BootstrapProperties bsProps) |
Modifier and Type | Method and Description |
---|---|
GlassFishRuntime |
OSGiGlassFishRuntimeBuilder.build(BootstrapProperties bsProps) |
GlassFishRuntime |
EmbeddedOSGiGlassFishRuntimeBuilder.build(BootstrapProperties bootstrapProperties) |
boolean |
OSGiGlassFishRuntimeBuilder.handles(BootstrapProperties bsProps) |
boolean |
EmbeddedOSGiGlassFishRuntimeBuilder.handles(BootstrapProperties bsProps) |
Modifier and Type | Method and Description |
---|---|
GlassFishRuntime |
PayaraMicroRuntimeBuilder.build(BootstrapProperties options) |
boolean |
PayaraMicroRuntimeBuilder.handles(BootstrapProperties options) |
Modifier and Type | Method and Description |
---|---|
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
|
boolean |
RuntimeBuilder.handles(BootstrapProperties options)
Returns true if this RuntimeBuilder is capable of creating a GlassFishRuntime
for the supplied BootstrapProperties
|
Copyright © 2021. All rights reserved.