예제 #1
0
 public void end(boolean success) {
   if (--m_nestingDepth == 0) {
     // Leaving outer frame.
     m_recorder.end(success);
     m_threadContext.popDispatchContext();
   }
 }