org.huihoo.jfox.ejb.jdbc
Class ConnectionPoolDeployment

java.lang.Object
  |
  +--org.huihoo.jfox.ejb.server.MBeanDeployer
        |
        +--org.huihoo.jfox.ejb.jdbc.ConnectionPoolDeployment
All Implemented Interfaces:
MBeanDeployerMBean

public class ConnectionPoolDeployment
extends MBeanDeployer

Version:
$0.9.0$
Author:
tai_1219@sina.com

Field Summary
 
Fields inherited from interface org.huihoo.jfox.ejb.server.MBeanDeployerMBean
OBJECT_NAME
 
Constructor Summary
ConnectionPoolDeployment()
           
 
Method Summary
 void create()
           
 java.lang.ClassLoader getClassLoader()
           
 void start()
           
 
Methods inherited from class org.huihoo.jfox.ejb.server.MBeanDeployer
load
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionPoolDeployment

public ConnectionPoolDeployment()
Method Detail

create

public void create()
            throws java.lang.Exception
Throws:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

getClassLoader

public java.lang.ClassLoader getClassLoader()
                                     throws java.lang.Exception
java.lang.Exception