com.jdbaccess.session
Class HomeFactory

java.lang.Object
  extended by com.jdbaccess.session.HomeFactory

public class HomeFactory
extends java.lang.Object


Constructor Summary
HomeFactory()
           
 
Method Summary
static DBSession getDBSession()
           
static HomeFactory getInstance()
           
static boolean getRunningOnAppServer()
           
static void setClientApplication(com.jdbaccess.client.ClientApplicationThread clientApp)
           
static void setRunningOnAppServer(boolean flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeFactory

public HomeFactory()
Method Detail

getInstance

public static HomeFactory getInstance()
                               throws ApplicationException
Throws:
ApplicationException

getRunningOnAppServer

public static boolean getRunningOnAppServer()

setRunningOnAppServer

public static void setRunningOnAppServer(boolean flag)

setClientApplication

public static void setClientApplication(com.jdbaccess.client.ClientApplicationThread clientApp)
                                 throws ApplicationException
Parameters:
clientApp -
Throws:
ApplicationException

getDBSession

public static DBSession getDBSession()
                              throws ApplicationException
Throws:
ApplicationException