Class MonitorImpl

java.lang.Object
com.biglybt.pifimpl.local.utils.MonitorImpl
All Implemented Interfaces:
Monitor

public class MonitorImpl extends Object implements Monitor
  • Field Details

    • next_mon_id

      private static long next_mon_id
    • mon

      private AEMonitorOld mon
  • Constructor Details

  • Method Details

    • enter

      public void enter()
      Specified by:
      enter in interface Monitor
    • exit

      public void exit()
      Specified by:
      exit in interface Monitor
    • isOwned

      public boolean isOwned()
      Specified by:
      isOwned in interface Monitor
    • hasWaiters

      public boolean hasWaiters()
      Specified by:
      hasWaiters in interface Monitor