Uses of Interface
fish.payara.micro.PayaraMicroRuntime
-
Packages that use PayaraMicroRuntime Package Description fish.payara.micro fish.payara.micro.boot fish.payara.micro.cdi.extension fish.payara.micro.impl -
-
Uses of PayaraMicroRuntime in fish.payara.micro
Methods in fish.payara.micro that return PayaraMicroRuntime Modifier and Type Method Description static PayaraMicroRuntimePayaraMicro. bootstrap()Bootstraps the PayaraMicroRuntime with all defaults and no additional configuration.PayaraMicroRuntimePayaraMicro. bootStrap()PayaraMicroRuntimePayaraMicro. getRuntime() -
Uses of PayaraMicroRuntime in fish.payara.micro.boot
Methods in fish.payara.micro.boot that return PayaraMicroRuntime Modifier and Type Method Description PayaraMicroRuntimePayaraMicroBoot. bootStrap()Boots the Payara Micro Server.PayaraMicroRuntimePayaraMicroBoot. getRuntime()Get a handle on the running Payara instance to manipulate the server once running -
Uses of PayaraMicroRuntime in fish.payara.micro.cdi.extension
Methods in fish.payara.micro.cdi.extension that return PayaraMicroRuntime Modifier and Type Method Description PayaraMicroRuntimePayaraMicroProducer. getRuntime() -
Uses of PayaraMicroRuntime in fish.payara.micro.impl
Classes in fish.payara.micro.impl that implement PayaraMicroRuntime Modifier and Type Class Description classPayaraMicroRuntimeImplThis class represents a running Payara Micro server and enables you to manipulate a running server.Methods in fish.payara.micro.impl that return PayaraMicroRuntime Modifier and Type Method Description static PayaraMicroRuntimePayaraMicroImpl. bootstrap()Bootstraps the PayaraMicroRuntime with all defaults and no additional configuration.PayaraMicroRuntimePayaraMicroImpl. bootStrap()Boots the Payara Micro Server.
-