Class CriticalComponentImpl

java.lang.Object
org.apache.activemq.artemis.utils.critical.CriticalComponentImpl
All Implemented Interfaces:
CriticalComponent
Direct Known Subclasses:
AbstractJournalStorageManager, QueueImpl, TimedBuffer

public class CriticalComponentImpl extends 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 Details

    • CriticalComponentImpl

      public CriticalComponentImpl(CriticalAnalyzer analyzer, int numberOfPaths)
  • Method Details