com.elixirtech.report2.runtime
Interface IRuntimeConfigurator


public interface IRuntimeConfigurator

Allow the query into the runtime engine activities.


Method Summary
 int getCurrentQueueCount()
           
 int getCurrentRenderCount()
           
 int getMaxQueueCount()
           
 int getMaxRenderCount()
           
 long getStartTime()
           
 void setMaxQueueCount(int count)
           
 void setMaxRenderCount(int count)
           
 

Method Detail

getStartTime

long getStartTime()

getCurrentQueueCount

int getCurrentQueueCount()

getCurrentRenderCount

int getCurrentRenderCount()

getMaxQueueCount

int getMaxQueueCount()

setMaxQueueCount

void setMaxQueueCount(int count)

getMaxRenderCount

int getMaxRenderCount()

setMaxRenderCount

void setMaxRenderCount(int count)