| Package | Description |
|---|---|
| com.sptci.echo2 |
Package of reusable Echo2 application components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOApplication
An application class that maintains a JDO
PersistenceManager
for the lifecycle of the session. |
class |
NonTransactionalJDOApplication
An application class that maintains a JDO
PersistenceManager
for the lifecycle of the session. |
| Modifier and Type | Field and Description |
|---|---|
protected Application |
Controller.application
The global application instance for each session.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
Listener.getApplication()
Convenience method to return the application instance for the session.
|
Application |
Controller.getApplication()
Returns
Controller.application. |
static Application |
Application.getApplication()
Convenience method to return the active application as a properly typed
object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Controller.setApplication(Application application)
|
| Constructor and Description |
|---|
UpdateManager(Application application)
Create a new instance of the update manager.
|