| Interface | Description |
|---|---|
| ContainerBuilder<T extends EmbeddedContainer> |
Defines the builder for an embdded container.
|
| EmbeddedContainer |
Embedded container definition, although most containers will be bound
to a
Port instance, it's not automatic, for instance JPA and
other non network based containers might not. |
| EmbeddedDeployer |
Service to deploy applications to the embedded server.
|
| EmbeddedLifecycle |
Listener type contract to be notified of embedded server creation and
destruction.
|
| Port |
Port abstraction, used to bind several containers to the same port.
|
| Ports |
Management interfaces for all embedded ports
|
| Class | Description |
|---|---|
| EmbeddedFileSystem |
Abstraction for a virtual filesystem that be used by the server to store important files.
|
| EmbeddedFileSystem.Builder |
EmbeddedFileSystem builder class.
|
| ScatteredArchive |
Abstraction for a scattered archive (parts disseminated in various directories)
|
| ScatteredArchive.Builder | |
| Server |
Instances of server are embedded application servers, capable of attaching various containers
(entities running users applications).
|
| Server.Builder |
Builder for creating embedded server instance.
|
| Enum | Description |
|---|---|
| ContainerBuilder.Type |
Default sets of container that can be built.
|
| ScatteredArchive.Builder.type |
Supported types of scattered archives.
|
| Exception | Description |
|---|---|
| BindException |
BindException are thrown when port cannot be bound to a port number
|
| LifecycleException |
Exception thrown when a web container component fails to start or
stop.
|
Copyright © 2013. All Rights Reserved.