Class ThreadGateLite.Bar

java.lang.Object
com.tangosol.util.ThreadGateLite.Bar
Enclosing class:
ThreadGateLite<R>

protected static class ThreadGateLite.Bar extends Object
Bar represents the state of the bars placed on this gate.
  • Field Details

    • f_thread

      protected final Thread f_thread
    • m_cBarred

      protected int m_cBarred
  • Constructor Details

    • Bar

      protected Bar(Thread thread)
      Construct a Bar for the specified thread.
      Parameters:
      thread - the thread to construct a bar for
  • Method Details