org.jboss.test.jca.ejb
Class ThreadLocalDB

java.lang.Object
  extended byorg.jboss.test.jca.ejb.ThreadLocalDB

public class ThreadLocalDB
extends java.lang.Object

Thread Local Database


Constructor Summary
ThreadLocalDB()
           
 
Method Summary
static void close()
           
static java.sql.Connection open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalDB

public ThreadLocalDB()
Method Detail

open

public static java.sql.Connection open()
                                throws java.lang.Exception
Throws:
java.lang.Exception

close

public static void close()