Uses of Class
org.glassfish.embeddable.GlassFishRuntime

Packages that use GlassFishRuntime
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 org.glassfish.embeddable
 

Methods in org.glassfish.embeddable that return GlassFishRuntime
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.
 

Uses of GlassFishRuntime in org.glassfish.embeddable.spi
 

Methods in org.glassfish.embeddable.spi that return GlassFishRuntime
 GlassFishRuntime RuntimeBuilder.build(BootstrapProperties options)
          Builds a custom GlassFishRuntime with the supplied bootstrap options
 



Copyright © 2012 GlassFish Community. All Rights Reserved.