|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeployerException | |
|---|---|
| org.ow2.util.ee.deploy.api.deployable.metadata | Implementation of EJB 3.0 container |
| org.ow2.util.ee.deploy.api.deployer | Implementation of EJB 3.0 container |
| Uses of DeployerException in org.ow2.util.ee.deploy.api.deployable.metadata |
|---|
| Methods in org.ow2.util.ee.deploy.api.deployable.metadata that throw DeployerException | |
|---|---|
static DeployableMetadataManager |
DeployableMetadataManager.getInstance()
|
| Uses of DeployerException in org.ow2.util.ee.deploy.api.deployer |
|---|
| Methods in org.ow2.util.ee.deploy.api.deployer that throw DeployerException | |
|---|---|
void |
IDeployerManager.deploy(IDeployable<?> deployable)
Deploy a given deployable by finding the first deployer that accept this type of deployable. |
void |
IDeployer.deploy(IDeployable<T> deployable)
Deploy a deployable. |
boolean |
IDeployerManager.isDeployed(IDeployable<?> deployable)
Checks if the given deployable is deployed or not. |
boolean |
IDeployer.isDeployed(IDeployable<T> deployable)
Checks if the given deployable is deployed or not. |
void |
IDeployerManager.undeploy(IDeployable<?> deployable)
Undeploy a given deployable by finding the first deployer that accept this type of deployable. |
void |
IDeployer.undeploy(IDeployable<T> deployable)
Undeploy the given deployable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||