|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerBuilder.Type | |
|---|---|
| org.glassfish.internal.embedded | |
| Uses of ContainerBuilder.Type in org.glassfish.internal.embedded |
|---|
| Methods in org.glassfish.internal.embedded that return ContainerBuilder.Type | |
|---|---|
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. |
| Methods in org.glassfish.internal.embedded with parameters of type ContainerBuilder.Type | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||