8384858687888990919293
{ PreShutdown c = (PreShutdown) elements.nextElement(); if (c != null) { c.work(); c = null; } } // _preOAShutdown.clear();
103104105106107108109110111112113
{ PostShutdown c = (PostShutdown) elements.nextElement(); if (c != null) { c.work(); c = null; } } // _postOAShutdown.clear();
8283848586878889909192
102103104105106107108109110111112
8182838485868788899091
101102103104105106107108109110111