com.pmease.quickbuild.web.chart
Interface ChartManager

All Superinterfaces:
SchedulableTask
All Known Implementing Classes:
DefaultChartManager

public interface ChartManager
extends SchedulableTask


Field Summary
static ChartManager instance
           
 
Method Summary
 void cacheChartBytes(java.lang.String key, byte[] chartBytes)
           
 byte[] getChartBytes(java.lang.String key, int maxAccessTimes)
           
 
Methods inherited from interface com.pmease.quickbuild.taskschedule.SchedulableTask
execute, getSchedule
 

Field Detail

instance

static final ChartManager instance
Method Detail

getChartBytes

byte[] getChartBytes(java.lang.String key,
                     int maxAccessTimes)

cacheChartBytes

void cacheChartBytes(java.lang.String key,
                     byte[] chartBytes)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.