com.codestudio.management
Class PoolManBootstrap
java.lang.Object
|
+--com.codestudio.management.PoolManBootstrap
- public class PoolManBootstrap
- extends java.lang.Object
If SQLManager is invoked (which happens when DataSources, Drivers, etc. are requested)
and not yet instantiated, it will make a call to this class to bootstrap the config
and pool deployment process. This class creates a PoolManConfiguration object, which
contains data from the poolman.xml file, and then passes that config object to
the appropriate deployer depending on whether the config shows that JMX will be used
or whether simple local metadata will be used to deploy and manage pools.
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PoolManBootstrap
public PoolManBootstrap()
throws java.lang.Exception
PoolManBootstrap
public PoolManBootstrap(java.lang.String configFile)
throws java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
Copyright © 1999-2001 The Code Studio. All Rights Reserved.