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