| Package | Description |
|---|---|
| org.glassfish.internal.embedded |
| Modifier and Type | Method and Description |
|---|---|
void |
Server.start()
Starts the embedded server, opening ports, and running the startup
services.
|
void |
EmbeddedContainer.start()
Starts the embedded container instance
|
void |
Server.stop()
stops the embedded server instance, any deployed application will be stopped
ports will be closed and shutdown services will be ran.
|
void |
EmbeddedContainer.stop()
Stops the embedded container instance
|
Copyright © 2017. All rights reserved.