|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertiesHandler | |
| amber.server.application | Amber Server Application. |
| amber.server.manager | Amber Server Manager. |
| amber.server.manager.application | Amber Server Application Manager. |
| amber.server.manager.connection | Amber Server Connection Manager. |
| amber.server.manager.database | Amber Server Database Manager. |
| Uses of PropertiesHandler in amber.server.application |
| Methods in amber.server.application that return PropertiesHandler | |
PropertiesHandler |
ApplicationHandler.getRemoteProperties()
This function returns the remote properties of the client. |
| Methods in amber.server.application with parameters of type PropertiesHandler | |
void |
ApplicationHandler.setRemoteProperties(PropertiesHandler properties)
This function sets the remote properties of the client. |
| Uses of PropertiesHandler in amber.server.manager |
| Fields in amber.server.manager declared as PropertiesHandler | |
PropertiesHandler |
AmberServer.properties
|
| Methods in amber.server.manager that return PropertiesHandler | |
PropertiesHandler |
Core.getProperties()
Returns the system wide properties for this server. |
| Methods in amber.server.manager with parameters of type PropertiesHandler | |
void |
ConnectionHandler.init(Core parentServer,
int port,
DatabaseManager manager,
ConnectionPool connectionPool,
PropertiesHandler properties,
Log logFile)
This function is used to initialise the handler. |
| Constructors in amber.server.manager with parameters of type PropertiesHandler | |
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 PropertiesHandler in amber.server.manager.application |
| Methods in amber.server.manager.application with parameters of type PropertiesHandler | |
void |
ApplicationManager.init(Core parentServer,
int port,
DatabaseManager manager,
ConnectionPool connectionPool,
PropertiesHandler properties,
Log logFile)
This function is used to initialise the handler. |
| Constructors in amber.server.manager.application with parameters of type PropertiesHandler | |
ApplicationManager(Core parentServer,
int port,
DatabaseManager manager,
ConnectionPool connectionPool,
PropertiesHandler properties,
Log logFile)
Initialising constructor for this manager. |
|
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 PropertiesHandler in amber.server.manager.connection |
| Methods in amber.server.manager.connection that return PropertiesHandler | |
PropertiesHandler |
ConnectionManager.getProperties()
This function returns the properties handler. |
| Constructors in amber.server.manager.connection with parameters of type PropertiesHandler | |
ConnectionManager(Core parentServer,
int port,
DatabaseManager manager,
ConnectionPool connectionPool,
PropertiesHandler properties,
Log logFile)
Initialising constructor for this manager. |
|
| Uses of PropertiesHandler in amber.server.manager.database |
| Fields in amber.server.manager.database declared as PropertiesHandler | |
protected PropertiesHandler |
DatabaseManager.properties
Properties for configuring the Database Manager. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||