Uses of Class
org.glassfish.embeddable.GlassFishProperties
-
Packages that use GlassFishProperties 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. -
-
Uses of GlassFishProperties in com.sun.enterprise.glassfish.bootstrap
Methods in com.sun.enterprise.glassfish.bootstrap with parameters of type GlassFishProperties 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. -
Uses of GlassFishProperties in com.sun.enterprise.glassfish.bootstrap.osgi
Methods in com.sun.enterprise.glassfish.bootstrap.osgi with parameters of type GlassFishProperties Modifier and Type Method Description GlassFishEmbeddedOSGiGlassFishRuntime. newGlassFish(GlassFishProperties gfProps)GlassFishOSGiGlassFishRuntime. newGlassFish(GlassFishProperties glassfishProperties) -
Uses of GlassFishProperties in fish.payara.micro.boot.runtime
Methods in fish.payara.micro.boot.runtime with parameters of type GlassFishProperties Modifier and Type Method Description GlassFishMicroGlassFishRuntime. newGlassFish(GlassFishProperties glassfishProperties) -
Uses of GlassFishProperties in org.glassfish.embeddable
Methods in org.glassfish.embeddable with parameters of type GlassFishProperties Modifier and Type Method Description abstract GlassFishGlassFishRuntime. newGlassFish(GlassFishProperties glassfishProperties)Creates a new instance of GlassFish.
-