com.codestudio.management
Class JMXPoolDeployer

java.lang.Object
  |
  +--com.codestudio.management.JMXPoolDeployer
All Implemented Interfaces:
PoolManDeployer, java.lang.Runnable

public class JMXPoolDeployer
extends java.lang.Object
implements PoolManDeployer, java.lang.Runnable


Constructor Summary
JMXPoolDeployer()
           
 
Method Summary
 void deployConfiguration(PoolManConfiguration config)
          Load DataSource info from XML and create a Service for each entry set.
 void removeDataSourceService(java.lang.String dbname)
           
 void run()
          This Runnable is not started until a VM shutdown event is fired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXPoolDeployer

public JMXPoolDeployer()
Method Detail

run

public void run()
This Runnable is not started until a VM shutdown event is fired.
Specified by:
run in interface java.lang.Runnable

deployConfiguration

public void deployConfiguration(PoolManConfiguration config)
                         throws java.lang.Exception
Load DataSource info from XML and create a Service for each entry set.
Specified by:
deployConfiguration in interface PoolManDeployer

removeDataSourceService

public void removeDataSourceService(java.lang.String dbname)
                             throws java.lang.Exception


Copyright © 1999-2001 The Code Studio. All Rights Reserved.