| Interface | Description |
|---|---|
| Deployable |
A deployable is a file archive to be deployed in a container (eg WAR, EAR, etc).
|
| Class | Description |
|---|---|
| DeployableType |
Type of Depoyable.
|
| EAR |
Wraps an EAR file that will be deployed in the container.
|
| EJB |
Wraps an EJB JAR file that will be deployed in the container.
|
| File |
Wraps a file that will be deployed into the container.
|
| RAR |
Wraps an RAR file that will be deployed in the container.
|
| SAR |
Wraps an SAR file that will be deployed in the container.
|
| WAR |
Wraps a WAR file that will be deployed in the container.
|
| Exception | Description |
|---|---|
| DeployableException |
Exception thrown when a container encounters a problem with a deployable.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.