jcommon.graph
Interface ITopologicalSortCoordinator


public interface ITopologicalSortCoordinator

Provides a means for communication with the asynchronous sorting driver (which is typically done by an instance of ITopologicalSortStrategy).


Method Summary
 boolean discontinueScheduling()
          Requests the driver (which is typically done by an instance of ITopologicalSortStrategy) to stop further processing.
 

Method Detail

discontinueScheduling

boolean discontinueScheduling()
Requests the driver (which is typically done by an instance of ITopologicalSortStrategy) to stop further processing. Any remaining submissions will be drained out as they complete.

Returns:
True if the operation was successful, otherwise false.


Copyright © 2012-2013. All Rights Reserved.