|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.dbpool.ConnectionManager
org.objectweb.easybeans.ds.DummyDataSource
public class DummyDataSource
Defines a dummy datasource implementation based on HSQL in memory server.
Field Summary | |
---|---|
private static int |
DEFAULT_POOLSIZE
Default pool size. |
private static int |
DEFAULT_PSTMT
Default prepared statement. |
private static long |
serialVersionUID
Id for serializable class. |
Constructor Summary | |
---|---|
DummyDataSource(java.lang.String name)
Constructor. Init the driver. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private static final int DEFAULT_POOLSIZE
private static final int DEFAULT_PSTMT
Constructor Detail |
---|
public DummyDataSource(java.lang.String name)
name
- used for the instance name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |