|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationManager | |
| amber.server.manager | Amber Server Manager. |
| amber.server.manager.application | Amber Server Application Manager. |
| amber.server.manager.handler | Amber Server Connection Type Classes. |
| Uses of ApplicationManager in amber.server.manager |
| Methods in amber.server.manager that return ApplicationManager | |
ApplicationManager |
CoreInterface.getApplicationManager()
This function returns the application manager object responsible for handling the requirements of managing applications and their associated handlers. |
ApplicationManager |
Core.getApplicationManager()
This function returns the application manager object responsible for handling the requirements of managing applications and their associated handlers. |
| Uses of ApplicationManager in amber.server.manager.application |
| Constructors in amber.server.manager.application with parameters of type ApplicationManager | |
ApplicationController(ApplicationManager parentServer,
int type,
DatabaseManager manager,
ConnectionPool connectionPool,
java.lang.String tableName,
PropertiesHandler properties,
Log logFile)
Main constructor for the application controller. |
|
| Uses of ApplicationManager in amber.server.manager.handler |
| Methods in amber.server.manager.handler that return ApplicationManager | |
ApplicationManager |
Application.getApplicationManager()
Returns the parent application manager for this object. |
ApplicationManager |
Browser.getApplicationManager()
Returns the parent application manager for this object. |
| Methods in amber.server.manager.handler with parameters of type ApplicationManager | |
void |
Application.setApplicationManager(ApplicationManager manager)
Sets the parent application manager for this object. |
void |
Browser.setApplicationManager(ApplicationManager manager)
Sets the parent application manager for this object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||