Uses of Interface
org.glassfish.embeddable.GlassFish
-
Packages that use GlassFish 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. -
-
Uses of GlassFish in com.sun.enterprise.glassfish.bootstrap
Classes in com.sun.enterprise.glassfish.bootstrap that implement GlassFish Modifier and Type Class Description classGlassFishDecoratorA decorator for GlassFishclassGlassFishImplMethods in com.sun.enterprise.glassfish.bootstrap that return GlassFish Modifier and Type Method Description GlassFishGlassFishRuntimeDecorator. newGlassFish(GlassFishProperties glassfishProperties)GlassFishStaticGlassFishRuntime. newGlassFish(GlassFishProperties glassFishProperties)Creates a new GlassFish instance and add it to a Map of instances created by this runtime.Constructors in com.sun.enterprise.glassfish.bootstrap with parameters of type GlassFish Constructor Description GlassFishDecorator(GlassFish decoratedGf) -
Uses of GlassFish in com.sun.enterprise.glassfish.bootstrap.osgi
Classes in com.sun.enterprise.glassfish.bootstrap.osgi that implement GlassFish Modifier and Type Class Description classEmbeddedOSGiGlassFishImplA specialized implementation of GlassFish which takes care of calling registering & unregistering GlassFish service from service registry when GlassFish is started and stopped.Methods in com.sun.enterprise.glassfish.bootstrap.osgi that return GlassFish Modifier and Type Method Description protected GlassFishEmbeddedOSGiGlassFishRuntime. createGlassFish(com.sun.enterprise.module.bootstrap.ModuleStartup gfKernel, org.glassfish.hk2.api.ServiceLocator habitat, Properties gfProps)GlassFishEmbeddedOSGiGlassFishRuntime. newGlassFish(GlassFishProperties gfProps)GlassFishOSGiGlassFishRuntime. newGlassFish(GlassFishProperties glassfishProperties)Constructors in com.sun.enterprise.glassfish.bootstrap.osgi with parameters of type GlassFish Constructor Description EmbeddedOSGiGlassFishImpl(GlassFish decoratedGf, org.osgi.framework.BundleContext bundleContext) -
Uses of GlassFish in fish.payara.micro.boot.runtime
Classes in fish.payara.micro.boot.runtime that implement GlassFish Modifier and Type Class Description classMicroGlassFishMethods in fish.payara.micro.boot.runtime that return GlassFish Modifier and Type Method Description GlassFishMicroGlassFishRuntime. newGlassFish(GlassFishProperties glassfishProperties) -
Uses of GlassFish in org.glassfish.ant.embedded.tasks
Methods in org.glassfish.ant.embedded.tasks that return GlassFish Modifier and Type Method Description static GlassFishUtil. startGlassFish(String serverID, String installRoot, String instanceRoot, String configFileURI, boolean configFileReadOnly, int httpPort) -
Uses of GlassFish in org.glassfish.embeddable
Methods in org.glassfish.embeddable that return GlassFish Modifier and Type Method Description GlassFishGlassFishRuntime. newGlassFish()Create a new instance of GlassFish with defaultGlassFishPropertiesabstract GlassFishGlassFishRuntime. newGlassFish(GlassFishProperties glassfishProperties)Creates a new instance of GlassFish.
-