Uses of Interface
groovyx.gpars.dataflow.operator.component.OperatorStateMonitor

Packages that use OperatorStateMonitor
groovyx.gpars.dataflow.operator.component   
 

Uses of OperatorStateMonitor in groovyx.gpars.dataflow.operator.component
 

Classes in groovyx.gpars.dataflow.operator.component that implement OperatorStateMonitor
 class GracefulShutdownMonitor
          The monitor will orchestrate a graceful shutdown, when its shutdownNetwork() method is called.
 

Fields in groovyx.gpars.dataflow.operator.component declared as OperatorStateMonitor
private  OperatorStateMonitor GracefulShutdownListener.monitor
           
 

Constructors in groovyx.gpars.dataflow.operator.component with parameters of type OperatorStateMonitor
GracefulShutdownListener(OperatorStateMonitor monitor)
          Hooks hooks the shared monitor
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.