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


Method Summary
 long getExpiration()
           
 int getRenderTimeoutCount()
           
 void incrementRenderTimeoutCount()
           
 void setExpiration(long expiration)
           
 void setRenderTimeoutCount(int count)
           
 void success()
           
 

Method Detail

getRenderTimeoutCount

int getRenderTimeoutCount()

incrementRenderTimeoutCount

void incrementRenderTimeoutCount()

setExpiration

void setExpiration(long expiration)

getExpiration

long getExpiration()

success

void success()

setRenderTimeoutCount

void setRenderTimeoutCount(int count)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.