Uses of Class
net.sf.seide.core.RuntimeStage

Packages that use RuntimeStage
net.sf.seide.controller   
net.sf.seide.controller.impl   
net.sf.seide.event   
net.sf.seide.thread   
 

Uses of RuntimeStage in net.sf.seide.controller
 

Methods in net.sf.seide.controller with parameters of type RuntimeStage
 void StageController.setRuntimeStage(RuntimeStage runtimeStage)
          Runtime configuration of the running Stage (RuntimeStage).
 

Uses of RuntimeStage in net.sf.seide.controller.impl
 

Fields in net.sf.seide.controller.impl declared as RuntimeStage
protected  RuntimeStage DirectThreadPoolStageController.runtimeStage
           
 

Methods in net.sf.seide.controller.impl with parameters of type RuntimeStage
 void DirectThreadPoolStageController.setRuntimeStage(RuntimeStage runtimeStage)
           
 

Uses of RuntimeStage in net.sf.seide.event
 

Methods in net.sf.seide.event that return RuntimeStage
 RuntimeStage RunnableEventHandlerWrapper.getRuntimeStage()
           
 

Constructors in net.sf.seide.event with parameters of type RuntimeStage
RunnableEventHandlerWrapper(Dispatcher dispatcher, RuntimeStage runtimeStage, Event event)
           
 

Uses of RuntimeStage in net.sf.seide.thread
 

Methods in net.sf.seide.thread with parameters of type RuntimeStage
 ThreadPoolExecutor ThreadPoolExecutorFactory.create(Dispatcher dispatcher, RuntimeStage runtimeStage)
           
 ThreadPoolExecutor DefaultThreadPoolExecutorFactory.create(Dispatcher dispatcher, RuntimeStage runtimeStage)
           
 void LoadSheddingPolicy.setStageContext(RuntimeStage runtimeStage)
           
 

Constructors in net.sf.seide.thread with parameters of type RuntimeStage
LoadSheddingPolicy(RuntimeStage runtimeStage)
           
 



Copyright © 2011. All Rights Reserved.