Uses of Class
org.glassfish.internal.embedded.LifecycleException
Packages that use LifecycleException
-
Uses of LifecycleException in org.glassfish.internal.embedded
Methods in org.glassfish.internal.embedded that throw LifecycleExceptionModifier and TypeMethodDescriptionvoidEmbeddedContainer.start()Starts the embedded container instancevoidServer.start()Starts the embedded server, opening ports, and running the startup services.voidEmbeddedContainer.stop()Stops the embedded container instancevoidServer.stop()stops the embedded server instance, any deployed application will be stopped ports will be closed and shutdown services will be ran.