org.jboss.deployers.client.spi.main
Interface MainDeployer

All Superinterfaces:
DeployerClient
All Known Implementing Classes:
MainDeployerImpl

public interface MainDeployer
extends DeployerClient

MainDeployer.

Version:
$Revision: 1.1 $
Author:
Adrian Brock, Scott.Stark@jboss.org

Method Summary
 void prepareShutdown()
          Tell the main deployer we are about to shutdown
 void shutdown()
          Shutdown.
 
Methods inherited from interface org.jboss.deployers.client.spi.DeployerClient
addDeployment, change, checkComplete, checkComplete, checkComplete, checkStructureComplete, checkStructureComplete, deploy, getDeepManagedObjects, getDeployment, getDeploymentStage, getDeploymentState, getManagedDeployment, getManagedObjects, getTopLevel, process, removeDeployment, removeDeployment, undeploy, undeploy
 

Method Detail

prepareShutdown

void prepareShutdown()
Tell the main deployer we are about to shutdown


shutdown

void shutdown()
Shutdown. Removes all the deployments.



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.