8586878889909192939495
final ManagedObject tmp = managedObject; if (tmp != null) { if ("start".equals(lifeCycle)) { tmp.managedStart(); } else if ("stop".equals(lifeCycle)) { // Async stop otherwise it is not possible to stop the admin portlet (self deadlock) new Thread()