Package | Description |
---|---|
ifs.fnd.sf |
Provides basic server-side classes.
|
ifs.fnd.sf.sta |
Provides classes used by a standalone java application.
|
ifs.fnd.sf.storage |
Provides classes and interfaces used to access database.
|
Modifier and Type | Method and Description |
---|---|
FndConnectionManager |
FndServerContext.getConnectionManager()
Framework internal method: Returns a connection manager valid for this context.
|
abstract FndConnectionManager |
FndServerFramework.newConnectionManager()
Create new instance of FndConnectionManager valid for current framework.
|
Modifier and Type | Method and Description |
---|---|
void |
FndServerContext.setConnectionManager(FndConnectionManager mgr) |
Modifier and Type | Class and Description |
---|---|
class |
FndStaConnectionManager
Framework internal class: FndConnectionManager for standalone framework.
|
Modifier and Type | Method and Description |
---|---|
FndConnectionManager |
FndStaFramework.newConnectionManager()
Create new instance of FndConnectionManager valid for standalone framework.
|
Modifier and Type | Class and Description |
---|---|
class |
FndAbstractConnectionManager
Framework internal class: Abstract class for management of database connections.
|
class |
FndTaggedConnectionManager
Class for management of database connections in the tagged connection pool.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FndConnection.setConnectionManager(FndConnectionManager mgr)
Sets the connection manager that owns (manages) this FndConnection object.
|