Uses of Interface
org.glassfish.embeddable.spi.RuntimeBuilder
-
Packages that use RuntimeBuilder Package Description com.sun.enterprise.glassfish.bootstrap com.sun.enterprise.glassfish.bootstrap.osgi fish.payara.micro.boot.runtime -
-
Uses of RuntimeBuilder in com.sun.enterprise.glassfish.bootstrap
Classes in com.sun.enterprise.glassfish.bootstrap that implement RuntimeBuilder Modifier and Type Class Description classStaticGlassFishRuntimeBuilder -
Uses of RuntimeBuilder in com.sun.enterprise.glassfish.bootstrap.osgi
Classes in com.sun.enterprise.glassfish.bootstrap.osgi that implement RuntimeBuilder Modifier and Type Class Description classEmbeddedOSGiGlassFishRuntimeBuilderThisRuntimeBuilderis responsible for setting up aGlassFishRuntimewhen user has a regular installation of GlassFish and they want to embed GlassFish in an existing OSGi runtime.classOSGiGlassFishRuntimeBuilderThis RuntimeBuilder can only handle GlassFish_Platform of following types: -
Uses of RuntimeBuilder in fish.payara.micro.boot.runtime
Classes in fish.payara.micro.boot.runtime that implement RuntimeBuilder Modifier and Type Class Description classPayaraMicroRuntimeBuilderThis class is an implementation of the GlassFish Runtime Builder specifically for Payara Micro and Microprofile
-