Class SynchronizationPoint


  • public class SynchronizationPoint
    extends Object
    SynchronizationPoint
    • Constructor Detail

      • SynchronizationPoint

        public SynchronizationPoint()
    • Method Detail

      • isReached

        public boolean isReached()
        Test if the synchronization point was reached
      • reach

        public void reach()
        Indicate that the synchronization point is reached, waking up threads waiting for it.
      • reset

        public void reset()
        Reset the synchronization point status