| Package | Description |
|---|---|
| fc.jdbc | |
| fc.jdbc.dbo | |
| fc.util | |
| fc.web.servlet |
| Constructor and Description |
|---|
ConnectionMgr(Log log,
PropertyMgr props)
Constructs a new ConnectionMgr.
|
ConnectionMgr(Log log,
PropertyMgr props,
String prefix)
Constructs a new ConnectionMgr.
|
ConnectionMgr(PropertyMgr props)
Delegates to
ConnectionMgr(Log, PropertyMgr) with logging to Log.getDefault(). |
ConnectionMgr(PropertyMgr props,
String prefix)
Delegates to
ConnectionMgr(Log, PropertyMgr) with logging to Log.getDefault()
and using the specified prefix for property names. |
PooledConnectionMgr(PropertyMgr props,
int size)
Constructs a new connection pool with the specified size.
|
PooledConnectionMgr(PropertyMgr props,
String prefix,
int size)
Constructs a new connection pool with the specified size.
|
PooledConnectionMgr(SystemLog log,
PropertyMgr props,
int size)
Constructs a new connection pool with the specified size.
|
PooledConnectionMgr(SystemLog log,
PropertyMgr props,
String prefix,
int size)
Constructs a new connection pool with the specified size.
|
SimpleConnectionMgr(PropertyMgr props)
|
SimpleConnectionMgr(PropertyMgr props,
String prefix)
|
SimpleConnectionMgr(SystemLog log,
PropertyMgr props)
|
| Constructor and Description |
|---|
Types(SystemLog log,
PropertyMgr props)
Constructs a new object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilePropertyMgr
Loads properties from a file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServletPropertyMgr
Loads properties for a servlet.
|
| Modifier and Type | Field and Description |
|---|---|
PropertyMgr |
WebApp.propertyMgr |
| Modifier and Type | Method and Description |
|---|---|
PropertyMgr |
WebApp.getPropertyMgr()
Returns the property manager associated with this WebApp (properties of the app
configuration file can be read via this property mgr)
|