|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.jonas.ejb.easybeans.EasyBeansDeployer
public class EasyBeansDeployer
This deployer will deploy EJB3 on EasyBeans.
Constructor Summary | |
---|---|
EasyBeansDeployer()
|
Method Summary | |
---|---|
void |
deploy(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
Deploy a deployable. |
protected void |
deployEJB3(org.ow2.util.ee.deploy.api.deployable.EJB3Deployable ejb3Deployable)
Deploy the given deployable. |
boolean |
isDeployed(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
Checks if the given deployable is deployed or not. |
void |
setEmbedded(org.ow2.easybeans.server.Embedded easybeansServer)
Sets the EasyBeans embedded instance. |
boolean |
supports(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
Checks if the given deployable is supported by the Deployer. |
void |
undeploy(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
Undeploy the given deployable. |
protected void |
undeployEJB3(org.ow2.util.ee.deploy.api.deployable.EJB3Deployable ejb3Deployable)
Undeploy the given EJB3. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EasyBeansDeployer()
Method Detail |
---|
public void deploy(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable) throws org.ow2.util.ee.deploy.api.deployer.DeployerException
deploy
in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
deployable
- a given deployable
org.ow2.util.ee.deploy.api.deployer.DeployerException
- if the deployment is not done.protected void deployEJB3(org.ow2.util.ee.deploy.api.deployable.EJB3Deployable ejb3Deployable) throws org.ow2.util.ee.deploy.api.deployer.DeployerException
ejb3Deployable
- the EJB3 deployable.
org.ow2.util.ee.deploy.api.deployer.DeployerException
- if the EJB3 is not deployed.protected void undeployEJB3(org.ow2.util.ee.deploy.api.deployable.EJB3Deployable ejb3Deployable) throws org.ow2.util.ee.deploy.api.deployer.DeployerException
ejb3Deployable
- the deployable to remove.
org.ow2.util.ee.deploy.api.deployer.DeployerException
- if the EJB3 is not deployed.public void undeploy(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable) throws org.ow2.util.ee.deploy.api.deployer.DeployerException
undeploy
in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
deployable
- a given deployable to undeploy
org.ow2.util.ee.deploy.api.deployer.DeployerException
- if the undeploy operation fails.public boolean isDeployed(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable) throws org.ow2.util.ee.deploy.api.deployer.DeployerException
isDeployed
in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
deployable
- test if a given deployable is already deployed.
org.ow2.util.ee.deploy.api.deployer.DeployerException
- if the undeploy operation fails.public boolean supports(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
supports
in interface org.ow2.util.ee.deploy.api.deployer.IDeployer
deployable
- the deployable to be checked
public void setEmbedded(org.ow2.easybeans.server.Embedded easybeansServer)
easybeansServer
- the EasyBeans instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |