Public Member Functions | |
| ManagerEngine (ManagerShutdown shutdownImplementation) | |
| void | destroy () |
| void | initialize () |
| int | getNumberOfPendingRequests () |
| Logger | getLogger () |
Engine of the Manager GUI application.
| com.cosylab.acs.maci.manager.app.ManagerEngine.ManagerEngine | ( | ManagerShutdown | shutdownImplementation | ) |
Constructor for ManagerEngine.
| shutdownImplementation | implementation of the shutdown method. |
| void com.cosylab.acs.maci.manager.app.ManagerEngine.destroy | ( | ) |
Destroy.
Referenced by com.cosylab.acs.maci.manager.gui.Manager.destroy(), and com.cosylab.acs.maci.manager.app.Manager.internalDestroy().
| Logger com.cosylab.acs.maci.manager.app.ManagerEngine.getLogger | ( | ) |
Get logger.
| int com.cosylab.acs.maci.manager.app.ManagerEngine.getNumberOfPendingRequests | ( | ) |
Returns number of pending requests.
References com.cosylab.acs.maci.plug.ManagerProxyImpl.getNumberOfPendingRequests().
| void com.cosylab.acs.maci.manager.app.ManagerEngine.initialize | ( | ) |
Initialize manager.
Referenced by com.cosylab.acs.maci.manager.gui.Manager.initialize(), and com.cosylab.acs.maci.manager.app.Manager.Manager().
1.7.0