seda.sandStorm.api.internal |
|
Java Source File Name | Type | Comment |
ResponseTimeControllerIF.java | Interface | This interface represents a response time controller, invoked by the
stage's thread manager to manipulate admission control policies to
meet a response time target. |
StageStatsIF.java | Interface | This interface allows various components of the system to record and
gather statistics about the stage during execution. |
StageWrapperIF.java | Interface | A StageWrapperIF is the internal representation for an application
stage - an event handler coupled with a set of queues. |
SystemManagerIF.java | Interface | SystemManagerIF is an internal interface allowing modules
to access systemwide features. |
ThreadManagerIF.java | Interface | A ThreadManagerIF is responsible for creating, managing, and scheduling
threads across a set of stages. |