|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ManagerException | |
| amber.server | Amber Server. |
| amber.server.manager | Amber Server Manager. |
| amber.server.manager.application | Amber Server Application Manager. |
| amber.server.manager.connection | Amber Server Connection Manager. |
| Uses of ManagerException in amber.server |
| Constructors in amber.server that throw ManagerException | |
Listener(ConnectionReceiver receiver,
int portNumber,
Log loggingFile,
java.lang.String threadName,
int type)
Construct the thread, with it's parent class so it may pass back messages. |
|
Listener(ConnectionReceiver receiver,
int portNumber,
Log loggingFile,
java.lang.String threadName,
int type,
int pendingAllowed)
Construct the thread, with it's parent class so it may pass back messages. |
|
| Uses of ManagerException in amber.server.manager |
| Methods in amber.server.manager that throw ManagerException | |
void |
CoreInterface.setLoggingLevel(int level)
This function sets the level of logging in the server. |
protected boolean |
Core.loadPreCacheConnections()
Looks in the configuration to see if there are any precache files to load. |
protected void |
Core.startManagers()
This function starts the various managers required by the server to make the system function. |
protected HandlerManager |
Core.processManagerString(java.lang.String managerString)
This function creates all the additional managers specified in the properties file. |
void |
Core.setLoggingLevel(int level)
This function sets the level of logging in the server. |
| Constructors in amber.server.manager that throw ManagerException | |
Core(java.lang.String name,
DatabaseManager manager,
java.lang.String connectionPoolName,
java.lang.String logFilename,
int logLevel,
int port,
amber.utility.AmberLicenseKey licenseKey,
PropertiesHandler properties)
The complete constuctor for the Amber Server Implementation. |
|
| Uses of ManagerException in amber.server.manager.application |
| Methods in amber.server.manager.application that throw ManagerException | |
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. |
| Uses of ManagerException in amber.server.manager.connection |
| Constructors in amber.server.manager.connection that throw ManagerException | |
ListenerThread(ConnectionManager parent,
int portNumber,
Log loggingFile,
java.lang.String threadName,
int type)
Construct the thread, with it's parent class so it may pass back messages. |
|
ListenerThread(ConnectionManager parent,
int portNumber,
Log loggingFile,
java.lang.String threadName,
int type,
int pendingAllowed)
Construct the thread, with it's parent class so it may pass back messages. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||