org.jboss.messaging.core.deployers
Interface DeploymentManager

All Known Implementing Classes:
FileDeploymentManager

public interface DeploymentManager

This class manages any configuration files available. It will notify any deployers registered with it on changes.

Author:
Andy Taylor

Method Summary
 void registerDeployer(Deployer deployer)
          registers a deployable object which will handle the deployment of URL's
 void start(int weight)
           
 void stop()
           
 void unregisterDeployer(Deployer deployer)
          unregisters a deployable object which will handle the deployment of URL's
 

Method Detail

registerDeployer

void registerDeployer(Deployer deployer)
                      throws java.lang.Exception
registers a deployable object which will handle the deployment of URL's

Parameters:
deployer - The deployable object
Throws:
java.lang.Exception - .

unregisterDeployer

void unregisterDeployer(Deployer deployer)
unregisters a deployable object which will handle the deployment of URL's

Parameters:
deployer - The deployable object
Throws:
java.lang.Exception - .

start

void start(int weight)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

void stop()


Copyright © 2006 JBoss Inc. All Rights Reserved.