|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsupportedDeployerException | |
|---|---|
| org.ow2.util.ee.deploy.api.deployer | Implementation of EJB 3.0 container |
| Uses of UnsupportedDeployerException in org.ow2.util.ee.deploy.api.deployer |
|---|
| Methods in org.ow2.util.ee.deploy.api.deployer that throw UnsupportedDeployerException | |
|---|---|
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. |
void |
IDeployerManager.undeploy(IDeployable<?> deployable)
Undeploy a given deployable by finding the first deployer that accept this type of deployable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||