|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.messaging.core.deployers.impl.FileDeploymentManager
public class FileDeploymentManager
Constructor Summary | |
---|---|
FileDeploymentManager()
|
Method Summary | |
---|---|
void |
registerDeployer(Deployer Deployer)
registers a Deployer object which will handle the deployment of URL's |
void |
run()
called by the ExecutorService every n seconds |
void |
start(int weight)
|
void |
stop()
|
void |
unregisterDeployer(Deployer Deployer)
unregisters a deployable object which will handle the deployment of URL's |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileDeploymentManager()
Method Detail |
---|
public void start(int weight) throws java.lang.Exception
start
in interface DeploymentManager
java.lang.Exception
public void stop()
stop
in interface DeploymentManager
public void registerDeployer(Deployer Deployer) throws java.lang.Exception
registerDeployer
in interface DeploymentManager
Deployer
- The Deployer object
java.lang.Exception
- .public void unregisterDeployer(Deployer Deployer)
DeploymentManager
unregisterDeployer
in interface DeploymentManager
Deployer
- The deployable objectpublic void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |