Class CriticalComponentImpl

  • All Implemented Interfaces:
    CriticalComponent

    public class CriticalComponentImpl
    extends java.lang.Object
    implements CriticalComponent
    This is not abstract as it could be used through aggregations or extensions. This is only good for cases where you call leave within the same thread as you called enter.
    • Constructor Detail

      • CriticalComponentImpl

        public CriticalComponentImpl​(CriticalAnalyzer analyzer,
                                     int numberOfPaths)