com.sybase.afx.ulj
Class DataSourceInfo

java.lang.Object
  extended by com.sybase.afx.ulj.DataSourceInfo

public class DataSourceInfo
extends java.lang.Object


Constructor Summary
DataSourceInfo()
           
 
Method Summary
 ianywhere.ultralitej.Configuration getConfiguration()
           
 java.lang.String getDatabaseFile()
           
 boolean getThreadLocal()
           
 void setConfiguration(ianywhere.ultralitej.Configuration configuration)
           
 void setDatabaseFile(java.lang.String file)
           
 void setThreadLocal(boolean threadLocal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceInfo

public DataSourceInfo()
Method Detail

getConfiguration

public ianywhere.ultralitej.Configuration getConfiguration()

getDatabaseFile

public java.lang.String getDatabaseFile()

setConfiguration

public void setConfiguration(ianywhere.ultralitej.Configuration configuration)

setDatabaseFile

public void setDatabaseFile(java.lang.String file)

setThreadLocal

public void setThreadLocal(boolean threadLocal)

getThreadLocal

public boolean getThreadLocal()