| Package | Description |
|---|---|
| org.glassfish.internal.embedded | |
| org.glassfish.internal.embedded.admin | |
| org.glassfish.internal.embedded.grizzly |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainerBuilder<T extends EmbeddedContainer>
Defines the builder for an embdded container.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EmbeddedContainer> |
Server.addContainer(ContainerBuilder<T> info)
Adds a container to this server.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerBuilder<EmbeddedContainer> |
Server.createConfig(ContainerBuilder.Type type)
Get the embedded container configuration for a container type.
|
ContainerBuilder<EmbeddedContainer> |
Server.createConfig(String name)
Get the embedded container builder for a container type identified by its
name.
|
Collection<EmbeddedContainer> |
Server.getContainers()
Returns a list of the currently managed containers
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EmbeddedAdminContainer
Container for administrative tasks.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GrizzlyContainer
Grizzly container, should probably be implemented using the GrizzlyWebServer object.
|
Copyright © 2014. All rights reserved.