jrunx.ide.deploy
Class JRun4Deployer
java.lang.Object
|
+--jrunx.ide.deploy.AbstractDeployer
|
+--jrunx.ide.deploy.JRun4Deployer
- All Implemented Interfaces:
- Deployer
- public class JRun4Deployer
- extends AbstractDeployer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEPLOY_METHOD
public static final java.lang.String DEPLOY_METHOD
UNDEPLOY_METHOD
public static final java.lang.String UNDEPLOY_METHOD
JRun4Deployer
public JRun4Deployer()
deploy
public void deploy(java.io.File dir)
throws java.net.MalformedURLException,
DeploymentException
deploy
public void deploy(java.lang.String url)
throws java.net.MalformedURLException,
DeploymentException
- Overrides:
deploy in class AbstractDeployer
deploy
public void deploy(java.net.URL url)
throws java.net.MalformedURLException,
DeploymentException
undeploy
public void undeploy(java.lang.String url)
throws java.net.MalformedURLException,
DeploymentException
- Overrides:
undeploy in class AbstractDeployer
isDeployed
public boolean isDeployed(java.lang.String url)
throws java.net.MalformedURLException,
DeploymentException
- Overrides:
isDeployed in class AbstractDeployer
listDeployedURLs
public java.lang.String[] listDeployedURLs()
throws DeploymentException
- Overrides:
listDeployedURLs in class AbstractDeployer
printEjbs
public static void printEjbs(java.lang.Object obj)
main
public static void main(java.lang.String[] args)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.