Uses of Class
fc.io.SystemLog

Packages that use SystemLog
fc.io   
fc.jdbc   
fc.jdbc.dbo   
 

Uses of SystemLog in fc.io
 

Methods in fc.io that return SystemLog
static SystemLog Log.getDefault()
          Returns the default system log.
 

Uses of SystemLog in fc.jdbc
 

Constructors in fc.jdbc with parameters of type SystemLog
PooledConnectionMgr(SystemLog log, PropertyMgr props, int size)
          Constructs a new connection pool with the specified size.
PooledConnectionMgr(SystemLog log, PropertyMgr props, java.lang.String prefix, int size)
          Constructs a new connection pool with the specified size.
SimpleConnectionMgr(SystemLog log, PropertyMgr props)
          ConnectionMgr
 

Uses of SystemLog in fc.jdbc.dbo
 

Constructors in fc.jdbc.dbo with parameters of type SystemLog
Types(SystemLog log, PropertyMgr props)
          Constructs a new object.