| Package | Description |
|---|---|
| com.sun.enterprise.glassfish.bootstrap | |
| com.sun.enterprise.glassfish.bootstrap.osgi | |
| fish.payara.micro.boot.runtime | |
| org.glassfish.ant.embedded.tasks | |
| org.glassfish.embeddable |
Provides classes and interfaces necessary to embed GlassFish and perform
lifecycle operations, application deployments and runtime configurations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlassFishDecorator
A decorator for GlassFish
|
class |
GlassFishImpl |
| Modifier and Type | Method and Description |
|---|---|
GlassFish |
StaticGlassFishRuntime.newGlassFish(GlassFishProperties glassFishProperties)
Creates a new GlassFish instance and add it to a Map of instances
created by this runtime.
|
GlassFish |
GlassFishRuntimeDecorator.newGlassFish(GlassFishProperties glassfishProperties) |
| Constructor and Description |
|---|
GlassFishDecorator(GlassFish decoratedGf) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedOSGiGlassFishImpl
A specialized implementation of GlassFish which takes care of calling
registering & unregistering GlassFish service from service registry when GlassFish is started and stopped.
|
| Modifier and Type | Method and Description |
|---|---|
protected GlassFish |
EmbeddedOSGiGlassFishRuntime.createGlassFish(com.sun.enterprise.module.bootstrap.ModuleStartup gfKernel,
org.glassfish.hk2.api.ServiceLocator habitat,
Properties gfProps) |
GlassFish |
EmbeddedOSGiGlassFishRuntime.newGlassFish(GlassFishProperties gfProps) |
GlassFish |
OSGiGlassFishRuntime.newGlassFish(GlassFishProperties glassfishProperties) |
| Constructor and Description |
|---|
EmbeddedOSGiGlassFishImpl(GlassFish decoratedGf,
org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroGlassFish |
| Modifier and Type | Method and Description |
|---|---|
GlassFish |
MicroGlassFishRuntime.newGlassFish(GlassFishProperties glassfishProperties) |
| Modifier and Type | Method and Description |
|---|---|
static GlassFish |
Util.startGlassFish(String serverID,
String installRoot,
String instanceRoot,
String configFileURI,
boolean configFileReadOnly,
int httpPort) |
| Modifier and Type | Method and Description |
|---|---|
GlassFish |
GlassFishRuntime.newGlassFish()
Create a new instance of GlassFish with default
GlassFishProperties |
abstract GlassFish |
GlassFishRuntime.newGlassFish(GlassFishProperties glassfishProperties)
Creates a new instance of GlassFish.
|
Copyright © 2019. All rights reserved.