|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoreInterface | |
| amber.server.application | Amber Server Application. |
| amber.server.component | The handlers at the server for the remote components. |
| amber.server.manager | Amber Server Manager. |
| Uses of CoreInterface in amber.server.application |
| Fields in amber.server.application declared as CoreInterface | |
protected CoreInterface |
ApplicationHandler.parentServer
The original server which started this ApplicationHandler. |
| Methods in amber.server.application that return CoreInterface | |
CoreInterface |
ApplicationInterface.getParentServer()
Returns the original server which started this ApplicationInterface. |
CoreInterface |
ApplicationHandler.getParentServer()
Returns the original server which started this ApplicationHandler. |
| Methods in amber.server.application with parameters of type CoreInterface | |
void |
ApplicationInterface.setParentServer(CoreInterface server)
Sets the original server which started this ApplicationInterface. |
void |
ApplicationHandler.setParentServer(CoreInterface server)
Sets the original server which started this ApplicationHandler. |
| Uses of CoreInterface in amber.server.component |
| Methods in amber.server.component that return CoreInterface | |
CoreInterface |
ComponentHandler.getParentServer()
Returns the original server which started this ApplicationInterface. |
| Methods in amber.server.component with parameters of type CoreInterface | |
void |
ComponentHandler.setParentServer(CoreInterface server)
Sets the original server which started this ApplicationInterface. |
| Uses of CoreInterface in amber.server.manager |
| Classes in amber.server.manager that implement CoreInterface | |
class |
Core
Central controlling class which handles the complete requirements for the server system. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||