|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerConnectionInfo | |
| amber.server.manager.application | Amber Server Application Manager. |
| Uses of ServerConnectionInfo in amber.server.manager.application |
| Methods in amber.server.manager.application that return ServerConnectionInfo | |
ServerConnectionInfo |
ApplicationManager.findHandler(int pageId,
int pageSubId,
int type)
Checks the system available handlers to determine if there is a matching ApplicationHandler. |
ServerConnectionInfo |
ApplicationManager.findInactiveHandler(java.lang.String sessionId,
int type)
Checks the system available inactive handlers to determine if there is a matching ApplicationHandler. |
ServerConnectionInfo |
ApplicationManager.checkLicense(int pageId,
int pageSubId,
int type)
Checks license conditions. |
ServerConnectionInfo |
ApplicationController.checkLicense(int pageId,
int pageSubId)
Checks license conditions. |
protected ServerConnectionInfo |
ApplicationController.findDbHandler(int pageId,
int pageSubId)
Checks the database handlers to determine if there is a matching ApplicationHandler. |
ServerConnectionInfo |
ApplicationController.findHandler(int pageId,
int pageSubId)
Checks the system available handlers to determine if there is a matching ApplicationHandler. |
protected ServerConnectionInfo |
ApplicationController.createConnectionFromCache(int pageId,
int pageSubId)
Checks the system available handlers to determine if there is a matching ApplicationHandler. |
ServerConnectionInfo |
ApplicationController.locateInCache(int pageId,
int pageSubId)
Checks the system available handlers to determine if there is a matching ApplicationHandler. |
ServerConnectionInfo |
ApplicationController.findInactiveHandler(java.lang.String sessionId)
Checks the system available inactive handlers to determine if there is a matching ApplicationHandler. |
| Methods in amber.server.manager.application with parameters of type ServerConnectionInfo | |
void |
ApplicationManager.addActiveConnection(ServerConnectionInfo handler,
int type)
This function adds the input ServerConnectionInfo into the list of active connections. |
void |
ApplicationManager.reactivateConnection(ServerConnectionInfo handler,
int type)
This function takes the specified ServerConnectionInfo from the list of inactive connections and places it back on the list of active connections. |
void |
ApplicationManager.addToCache(ServerConnectionInfo info,
int type)
This function adds a cache connection entry to the specified controller. |
void |
ApplicationManager.addApplicationHandler(ServerConnectionInfo handler,
int type)
This function adds the specified ServerConnectionInfo to the manager. |
void |
ApplicationController.addApplicationHandler(ServerConnectionInfo handler)
This function adds the specified ServerConnectionInfo to the manager. |
void |
ApplicationController.addActiveConnection(ServerConnectionInfo handler)
This function adds the input ServerConnectionInfo into the list of active connections. |
void |
ApplicationController.reactivateConnection(ServerConnectionInfo handler)
This function takes the specified ServerConnectionInfo from the list of inactive connections and places it back on the list of active connections. |
protected void |
ApplicationController.createHandler(ServerConnectionInfo info,
int pageId,
int pageSubId)
Actually creates a handler for the specified serverConnectionInfo. |
void |
ApplicationController.addToCache(ServerConnectionInfo info)
This function adds the ServerConnection information to the cache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||