Uses of Class
org.glassfish.internal.embedded.LifecycleException
-
Packages that use LifecycleException Package Description org.glassfish.internal.embedded -
-
Uses of LifecycleException in org.glassfish.internal.embedded
Methods in org.glassfish.internal.embedded that throw LifecycleException Modifier and Type Method Description voidEmbeddedContainer. 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.
-