| Package | Description |
|---|---|
| org.glassfish.internal.embedded |
| Modifier and Type | Method and Description |
|---|---|
static ContainerBuilder.Type |
ContainerBuilder.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerBuilder.Type[] |
ContainerBuilder.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Server.addContainer(ContainerBuilder.Type type)
Adds a container of a particular type using the default operating
configuration for the container.
|
ContainerBuilder<EmbeddedContainer> |
Server.createConfig(ContainerBuilder.Type type)
Get the embedded container configuration for a container type.
|
Copyright © 2017. All rights reserved.