Uses of Class
org.glassfish.embeddable.GlassFishRuntime
-
Packages that use GlassFishRuntime 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. -
-
Uses of GlassFishRuntime in com.sun.enterprise.glassfish.bootstrap
Subclasses of GlassFishRuntime in com.sun.enterprise.glassfish.bootstrap Modifier and Type Class Description classGlassFishRuntimeDecoratorA decorator for GlassFishRuntimeclassStaticGlassFishRuntimeThe GlassFishRuntime implementation for NonOSGi environments.Methods in com.sun.enterprise.glassfish.bootstrap that return GlassFishRuntime Modifier and Type Method Description GlassFishRuntimeStaticGlassFishRuntimeBuilder. build(BootstrapProperties bsProps)Constructors in com.sun.enterprise.glassfish.bootstrap with parameters of type GlassFishRuntime Constructor Description GlassFishRuntimeDecorator(GlassFishRuntime decoratedGfr) -
Uses of GlassFishRuntime in com.sun.enterprise.glassfish.bootstrap.osgi
Subclasses of GlassFishRuntime in com.sun.enterprise.glassfish.bootstrap.osgi Modifier and Type Class Description classEmbeddedOSGiGlassFishRuntimeImplementation of GlassFishRuntime in an OSGi environment.classOSGiGlassFishRuntimeThis is a special implementation used in non-embedded environment.Methods in com.sun.enterprise.glassfish.bootstrap.osgi that return GlassFishRuntime Modifier and Type Method Description GlassFishRuntimeEmbeddedOSGiGlassFishRuntimeBuilder. build(BootstrapProperties bootstrapProperties)GlassFishRuntimeOSGiGlassFishRuntimeBuilder. build(BootstrapProperties bsProps)Constructors in com.sun.enterprise.glassfish.bootstrap.osgi with parameters of type GlassFishRuntime Constructor Description OSGiGlassFishRuntime(GlassFishRuntime embeddedGfr, org.osgi.framework.launch.Framework framework) -
Uses of GlassFishRuntime in fish.payara.micro.boot.runtime
Subclasses of GlassFishRuntime in fish.payara.micro.boot.runtime Modifier and Type Class Description classMicroGlassFishRuntimeMethods in fish.payara.micro.boot.runtime that return GlassFishRuntime Modifier and Type Method Description GlassFishRuntimePayaraMicroRuntimeBuilder. build(BootstrapProperties options) -
Uses of GlassFishRuntime in org.glassfish.embeddable
Methods in org.glassfish.embeddable that return GlassFishRuntime Modifier and Type Method Description static GlassFishRuntimeGlassFishRuntime. bootstrap()Bootstrap a GlassFishRuntime with defaultBootstrapProperties.static GlassFishRuntimeGlassFishRuntime. bootstrap(BootstrapProperties bootstrapProperties)Bootstrap GlassFish runtime based on runtime configuration passed in the bootstrapProperties object.static GlassFishRuntimeGlassFishRuntime. bootstrap(BootstrapProperties bootstrapProperties, ClassLoader cl)Bootstrap GlassFish runtime based on runtime configuration passed in the bootstrapProperties object. -
Uses of GlassFishRuntime in org.glassfish.embeddable.spi
Methods in org.glassfish.embeddable.spi that return GlassFishRuntime Modifier and Type Method Description GlassFishRuntimeRuntimeBuilder. build(BootstrapProperties options)Builds a custom GlassFishRuntime with the supplied bootstrap options
-