|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyMgr | |
|---|---|
| fc.jdbc | |
| fc.jdbc.dbo | |
| fc.util | |
| fc.web.servlet | |
| Uses of PropertyMgr in fc.jdbc |
|---|
| Constructors in fc.jdbc with parameters of type PropertyMgr | |
|---|---|
ConnectionMgr(Log log,
PropertyMgr props)
Constructs a new ConnectionMgr. |
|
ConnectionMgr(Log log,
PropertyMgr props,
java.lang.String prefix)
Constructs a new ConnectionMgr. |
|
ConnectionMgr(PropertyMgr props)
Delegates to ConnectionMgr.ConnectionMgr(Log, PropertyMgr) with logging to Log.getDefault(). |
|
ConnectionMgr(PropertyMgr props,
java.lang.String prefix)
Delegates to ConnectionMgr.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,
java.lang.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,
java.lang.String prefix,
int size)
Constructs a new connection pool with the specified size. |
|
SimpleConnectionMgr(PropertyMgr props)
ConnectionMgr |
|
SimpleConnectionMgr(PropertyMgr props,
java.lang.String prefix)
ConnectionMgr |
|
SimpleConnectionMgr(SystemLog log,
PropertyMgr props)
ConnectionMgr |
|
| Uses of PropertyMgr in fc.jdbc.dbo |
|---|
| Constructors in fc.jdbc.dbo with parameters of type PropertyMgr | |
|---|---|
Types(SystemLog log,
PropertyMgr props)
Constructs a new object. |
|
| Uses of PropertyMgr in fc.util |
|---|
| Subclasses of PropertyMgr in fc.util | |
|---|---|
class |
FilePropertyMgr
Loads properties from a file. |
| Uses of PropertyMgr in fc.web.servlet |
|---|
| Subclasses of PropertyMgr in fc.web.servlet | |
|---|---|
class |
ServletPropertyMgr
Loads properties for a servlet. |
| Fields in fc.web.servlet declared as PropertyMgr | |
|---|---|
PropertyMgr |
WebApp.propertyMgr
|
| Methods in fc.web.servlet that return PropertyMgr | |
|---|---|
PropertyMgr |
WebApp.getPropertyMgr()
Returns the property manager associated with this WebApp (properties of the app configuration file can be read via this property mgr) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||