Uses of Class
groovyx.gpars.dataflow.operator.component.GracefulShutdownListener

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

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

Fields in groovyx.gpars.dataflow.operator.component with type parameters of type GracefulShutdownListener
private  java.util.Collection<GracefulShutdownListener> GracefulShutdownMonitor.listeners
          All listeners that watch the operators/selectors in the network
 

Methods in groovyx.gpars.dataflow.operator.component with parameters of type GracefulShutdownListener
 void GracefulShutdownMonitor.registerProcessorListener(GracefulShutdownListener listener)
          Invoked by GracefulShutdownListeners, which listen on operators/selectors for lifecycle events, to get registered with the monitor.
 void OperatorStateMonitor.registerProcessorListener(GracefulShutdownListener listener)
          Invoked by GracefulShutdownListeners, which listen on operators/selectors for lifecycle events, to get registered with the monitor.
 


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