| Package | Description |
|---|---|
| org.glassfish.examples.configuration.xml.webserver | |
| org.glassfish.examples.configuration.xml.webserver.internal |
| Modifier and Type | Method and Description |
|---|---|
WebServerBean[] |
ApplicationBean.getWebServers()
A list of web servers to start for this application
|
WebServerBean |
ApplicationBean.lookupWebServers(String findMe) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationBean.addWebServers(WebServerBean addMe) |
void |
ApplicationBean.setWebServers(WebServerBean[] webServers) |
| Modifier and Type | Method and Description |
|---|---|
WebServerBean |
WebServerManager.getWebServer(String name)
Gets the WebServer bean with the given name, or null if
none can be found with that name
|
Copyright © 2009–2019 Oracle Corporation. All rights reserved.