Package org.jboss.deployers.client.spi

Examples of org.jboss.deployers.client.spi.DeployerClientChangeExt.bounce()


   public void bounce() throws Exception
   {
      DeployerClientChangeExt changer = getChanger();
      if (changer == null)
         throw new IllegalStateException("Don't know how to bounce " + getModule().getDeploymentUnit().getName());
      changer.bounce(DeploymentStages.DESCRIBE, false, getModule().getDeploymentUnit().getName());
   }

   @Override
   public void bounce(LifeCycle... lifecycles) throws Exception
   {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.