|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.ejb.internal.EJB21Deployer
public class EJB21Deployer
Deployer of the EJB 2.1 deployable.
| Constructor Summary | |
|---|---|
EJB21Deployer()
|
|
| Method Summary | |
|---|---|
void |
deploy(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
Deploy an EJB deployable. |
protected void |
deployEJB21JAR(org.ow2.util.ee.deploy.api.deployable.EJB21Deployable ejbJarDeployable)
Deploy the given EJB-JAR. |
protected File |
getFile(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
Allows to get a File from the given Deployable. |
boolean |
isDeployed(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
Checks if the given deployable is deployed or not. |
void |
setEjb21Service(org.ow2.jonas.ejb.EJBService ejb21Service)
Sets the EJB 2.1 service. |
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 RAR deployable. |
protected void |
undeployEJB21JAR(org.ow2.util.ee.deploy.api.deployable.EJB21Deployable ejbJarDeployable)
Undeploy the given EJB-JAR. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EJB21Deployer()
| Method Detail |
|---|
protected void undeployEJB21JAR(org.ow2.util.ee.deploy.api.deployable.EJB21Deployable ejbJarDeployable)
throws org.ow2.util.ee.deploy.api.deployer.DeployerException
ejbJarDeployable - the deployable to remove.
org.ow2.util.ee.deploy.api.deployer.DeployerException - if the EJB-JAR is not undeployed.
protected void deployEJB21JAR(org.ow2.util.ee.deploy.api.deployable.EJB21Deployable ejbJarDeployable)
throws org.ow2.util.ee.deploy.api.deployer.DeployerException
ejbJarDeployable - the deployable to add.
org.ow2.util.ee.deploy.api.deployer.DeployerException - if the EJB-JAR is not deployed.
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.IDeployerdeployable - a given deployable
org.ow2.util.ee.deploy.api.deployer.DeployerException - if the deployment is not done.
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.IDeployerdeployable - test if a given deployable is already deployed.
org.ow2.util.ee.deploy.api.deployer.DeployerException - if the undeploy operation fails.
protected File getFile(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
throws org.ow2.util.ee.deploy.api.deployer.DeployerException
deployable - the given deployable.
org.ow2.util.ee.deploy.api.deployer.DeployerException - if the File can't be obtained.public boolean supports(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
supports in interface org.ow2.util.ee.deploy.api.deployer.IDeployerdeployable - the deployable to be checked
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.IDeployerdeployable - a given deployable to undeploy
org.ow2.util.ee.deploy.api.deployer.DeployerException - if the undeploy operation fails.public void setEjb21Service(org.ow2.jonas.ejb.EJBService ejb21Service)
ejb21Service - the EJB 2.1 service.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||