org.jboss.messaging.core.deployers
Interface DeploymentManager

All Superinterfaces:
MessagingComponent
All Known Implementing Classes:
FileDeploymentManager

public interface DeploymentManager
extends MessagingComponent

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 unregisterDeployer(Deployer deployer)
          unregisters a deployable object which will handle the deployment of URL's
 
Methods inherited from interface org.jboss.messaging.core.server.MessagingComponent
isStarted, start, stop
 

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)
                        throws java.lang.Exception
unregisters a deployable object which will handle the deployment of URL's

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


Copyright © 2006 JBoss Inc. All Rights Reserved.