|
OBEROn SDK | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Application | |
|---|---|
| com.oberon.client | |
| com.oberon.ooql.connection | |
| Uses of Application in com.oberon.client |
|---|
| Subclasses of Application in com.oberon.client | |
|---|---|
class |
BasicApplication
|
class |
OberonClient
Basic SWT Client |
class |
OOQL
Command line OOQL client |
| Methods in com.oberon.client that return Application | |
|---|---|
static Application |
Application.getApp()
|
| Methods in com.oberon.client with parameters of type Application | |
|---|---|
void |
Application.setApp(Application application)
|
| Constructors in com.oberon.client with parameters of type Application | |
|---|---|
Configuration(Application app,
java.lang.String filename)
Define new configuration for the current application |
|
| Uses of Application in com.oberon.ooql.connection |
|---|
| Methods in com.oberon.ooql.connection with parameters of type Application | |
|---|---|
static void |
ConnectionManager.closeConnections(Application app)
Close all OBEROn connections |
static OBConnection |
ConnectionManager.getConnection(Framework framework,
Application app)
Get the OBEROn connection from the connection POOL |
static void |
ConnectionManager.loadInternalProperties(Configuration conf,
Application app)
Load Application Properties from the Configuration |
static void |
ConnectionManager.openConnections(Application app)
Open direct connections with database or RMI/HTTP connections (create a connection POOL) Get the configuration parameters from the input application or from default .ini file |
static void |
ConnectionManager.openConnections(Configuration conf,
Application app)
Open direct connections with database or RMI/HTTP connections (create a connection POOL) |
|
OBEROn SDK | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||