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


Field Summary
static java.lang.String DEPLOY_METHOD
           
static java.lang.String UNDEPLOY_METHOD
           
 
Fields inherited from class jrunx.ide.deploy.AbstractDeployer
logger, server
 
Constructor Summary
JRun4Deployer()
           
 
Method Summary
 void deploy(java.io.File dir)
           
 void deploy(java.lang.String url)
           
 void deploy(java.net.URL url)
           
 boolean isDeployed(java.lang.String url)
           
 java.lang.String[] listDeployedURLs()
           
static void main(java.lang.String[] args)
           
static void printEjbs(java.lang.Object obj)
           
 void undeploy(java.lang.String url)
           
 
Methods inherited from class jrunx.ide.deploy.AbstractDeployer
addDepDescToJar, loadEjbProject, print, removeBeans, setLogger, setServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPLOY_METHOD

public static final java.lang.String DEPLOY_METHOD

UNDEPLOY_METHOD

public static final java.lang.String UNDEPLOY_METHOD
Constructor Detail

JRun4Deployer

public JRun4Deployer()
Method Detail

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.