net.sf.seide.core
Class RuntimeStage

java.lang.Object
  extended by net.sf.seide.core.RuntimeStage

public class RuntimeStage
extends Object

RuntimeStage represents the DispatcherImpl internal configuration metadata to route, track stats, execute.

Author:
german.kondolf
See Also:
Stage}, EventHandler}, StageStatistics}, ThreadPoolExecutor}

Constructor Summary
RuntimeStage(Stage stage)
           
 
Method Summary
 String getContext()
           
 StageController getController()
           
 EventHandler getEventHandler()
           
 String getId()
           
 StageStatistics getRoutingStageStats()
           
 Stage getStage()
           
 StageStatistics getStageStats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeStage

public RuntimeStage(Stage stage)
Method Detail

getStage

public Stage getStage()

getId

public String getId()

getContext

public String getContext()

getEventHandler

public EventHandler getEventHandler()

getStageStats

public StageStatistics getStageStats()

getRoutingStageStats

public StageStatistics getRoutingStageStats()

getController

public StageController getController()


Copyright © 2011. All Rights Reserved.