|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.smartcc.Deployer | +--org.smartcc.EJBDeployer
Deployment of local session beans. As of this writing, local entity beans are not supported.
Constructor Summary | |
EJBDeployer()
|
Method Summary | |
void |
deploy(java.net.URL url)
Deploy the local session beans contained in the unit. |
boolean |
isDeployed(java.net.URL url)
Ask, if the unit has been deployed already. |
boolean |
isResponsibleFor(java.net.URL url)
This deployer is responsible for ejb-jars, that contain local session beans. |
void |
undeploy(java.net.URL url)
Undeploy the local session beans contained in the jar. |
Methods inherited from class org.smartcc.Deployer |
getDocument, getDocument |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EJBDeployer()
Method Detail |
public boolean isResponsibleFor(java.net.URL url)
isResponsibleFor
in class Deployer
public boolean isDeployed(java.net.URL url)
Deployer
isDeployed
in class Deployer
public void deploy(java.net.URL url) throws DeploymentException
deploy
in class Deployer
DeploymentException
public void undeploy(java.net.URL url) throws DeploymentException
undeploy
in class Deployer
DeploymentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |