org.apache.jetspeed.aggregator
Interface RenderTrackable
public interface RenderTrackable
Track rendering statistics
For starter we need to have an object store its render timeout statistics
getRenderTimeoutCount
int getRenderTimeoutCount()
incrementRenderTimeoutCount
void incrementRenderTimeoutCount()
setExpiration
void setExpiration(long expiration)
getExpiration
long getExpiration()
success
void success()
setRenderTimeoutCount
void setRenderTimeoutCount(int count)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.