jstorm.factory
Class DummyDatabaseFactory

java.lang.Object
  |
  +--jstorm.factory.DummyDatabaseFactory
All Implemented Interfaces:
IConnectionFactory

public class DummyDatabaseFactory
extends java.lang.Object
implements IConnectionFactory

Insert the type's description here. Creation date: (11/15/00 11:56:04 AM)


Constructor Summary
DummyDatabaseFactory()
          DummyDatabaseService constructor comment.
 
Method Summary
 java.sql.Connection getConnection()
          Insert the method's description here.
 void setConnection(java.sql.Connection newConnection)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyDatabaseFactory

public DummyDatabaseFactory()
DummyDatabaseService constructor comment.
Method Detail

getConnection

public java.sql.Connection getConnection()
Insert the method's description here. Creation date: (11/15/00 12:08:47 PM)
Specified by:
getConnection in interface IConnectionFactory

setConnection

public void setConnection(java.sql.Connection newConnection)
Insert the method's description here. Creation date: (11/15/00 12:08:47 PM)
Parameters:
newConnection - java.sql.Connection