public class Manager extends java.lang.Object implements ManagerShutdown
| Constructor and Description |
|---|
Manager()
Constructor for Manager.
|
| Modifier and Type | Method and Description |
|---|---|
ManagerEngine |
getManagerEngine()
Get manager engine.
|
void |
internalDestroy()
This method is called within synchronized block.
|
boolean |
isShutdownInProgress()
Returns shutdown state.
|
static void |
main(java.lang.String[] args)
Application main entry point.
|
void |
shutdown(boolean sigInt)
Shutdown the application.
|
public ManagerEngine getManagerEngine()
public boolean isShutdownInProgress()
ManagerShutdownisShutdownInProgress in interface ManagerShutdownManagerShutdown.isShutdownInProgress()public void shutdown(boolean sigInt)
ManagerShutdownshutdown in interface ManagerShutdownsigInt - should be set to true if CTRL+C is pressedcom.cosylab.acs.maci.manager.ManagerShutdown#shutdown()public void internalDestroy()
public static void main(java.lang.String[] args)
args -