| Package | Description |
|---|---|
| org.glassfish.internal.embedded | |
| org.glassfish.internal.embedded.admin | |
| org.glassfish.internal.embedded.grizzly |
| Modifier and Type | Method and Description |
|---|---|
<T extends ContainerBuilder<?>> |
Server.createConfig(Class<T> configType)
Get an embedded container configuration.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EmbeddedContainer> |
Server.addContainer(ContainerBuilder<T> info)
Adds a container to this server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdminInfo
So far, the admin container does not require much configuration but we
could imagine that it will eventually support configuring wether or not
to start the AminGUI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyInfo |
Copyright © 2019. All rights reserved.