|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.smartcc.Deployer | +--org.smartcc.ApplicationClientDeployer
Deployment of application clients.
Constructor Summary | |
ApplicationClientDeployer()
|
Method Summary | |
void |
deploy(java.net.URL url)
Read the deployment descriptors and install ejb-refs, ejb-local-refs and env-entries. |
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 application clients. |
void |
undeploy(java.net.URL url)
Undeploy an application client. |
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 ApplicationClientDeployer()
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 |