org.embedchat.database.nodb
Class DAOFactory

java.lang.Object
  extended by org.embedchat.database.nodb.DAOFactory
All Implemented Interfaces:
DAOFactoryInterface

public class DAOFactory
extends java.lang.Object
implements DAOFactoryInterface


Constructor Summary
DAOFactory()
           
 
Method Summary
 ChatRoomDAOInterface getChatRoomDAO()
          Return new ChatRoomDAO object
 UserDAOInterface getUserDAO()
          Return new UserDAO object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAOFactory

public DAOFactory()
Method Detail

getUserDAO

public UserDAOInterface getUserDAO()
Description copied from interface: DAOFactoryInterface
Return new UserDAO object

Specified by:
getUserDAO in interface DAOFactoryInterface
Returns:

getChatRoomDAO

public ChatRoomDAOInterface getChatRoomDAO()
Description copied from interface: DAOFactoryInterface
Return new ChatRoomDAO object

Specified by:
getChatRoomDAO in interface DAOFactoryInterface
Returns:


Copyright 2006-2006 embedchat.org. All Rights Reserved.