Inherited by GracefulBouncer, and ShutdownBouncer.

Public Member Functions | |
| void | addObjectsFromArrayIfAbsentToErrorMessageArray (NSArray< String > aErrors) |
| MApplication | application () |
| ApplicationStarter (MApplication app) | |
| NSArray< String > | errors () |
| WOTaskdHandler | handler () |
| void | run () |
| String | status () |
| String | toString () |
Protected Member Functions | |
| abstract void | bounce () throws InterruptedException |
| void | log (Object msg) |
Private Attributes | |
| MApplication | _app |
| NSMutableSet< String > | _errors |
| WOTaskdHandler | _handler |
| String | _status |
| ApplicationStarter | ( | MApplication | app | ) |
| void addObjectsFromArrayIfAbsentToErrorMessageArray | ( | NSArray< String > | aErrors | ) |
Implements WOTaskdHandler.ErrorCollector.
| MApplication application | ( | ) |
| abstract void bounce | ( | ) | throws InterruptedException [protected, pure virtual] |
Implemented in GracefulBouncer, and ShutdownBouncer.
| NSArray<String> errors | ( | ) |
| WOTaskdHandler handler | ( | ) |
| void log | ( | Object | msg | ) | [protected] |
| void run | ( | ) |
| String status | ( | ) |
| String toString | ( | ) |
MApplication _app [private] |
NSMutableSet<String> _errors [private] |
WOTaskdHandler _handler [private] |
1.5.8