org.rhq.plugins.jbossas.helper
Class MainDeployer

java.lang.Object
  extended by org.rhq.plugins.jbossas.helper.MainDeployer

public class MainDeployer
extends Object

Author:
Ian Springer

Nested Class Summary
 class MainDeployer.DeployerException
           
 
Constructor Summary
MainDeployer(org.mc4j.ems.connection.EmsConnection connection)
           
 
Method Summary
 void deploy(File file)
           
 void redeploy(File file)
           
 void undeploy(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainDeployer

public MainDeployer(org.mc4j.ems.connection.EmsConnection connection)
             throws NoSuchMethodException
Throws:
NoSuchMethodException
Method Detail

deploy

public void deploy(File file)
            throws MainDeployer.DeployerException
Throws:
MainDeployer.DeployerException

redeploy

public void redeploy(File file)
              throws MainDeployer.DeployerException
Throws:
MainDeployer.DeployerException

undeploy

public void undeploy(File file)
              throws MainDeployer.DeployerException
Throws:
MainDeployer.DeployerException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.