org.jboss.portal.server.output.cache
Class SoftTimedContent

java.lang.Object
  extended by org.jboss.portal.server.output.cache.TimedContent
      extended by org.jboss.portal.server.output.cache.SoftTimedContent

public class SoftTimedContent
extends TimedContent

Use soft reference.


Constructor Summary
SoftTimedContent(FragmentResult content, long expirationTimeMillis)
           
 
Method Summary
 FragmentResult getContent()
          Return the content, possibly null.
 
Methods inherited from class org.jboss.portal.server.output.cache.TimedContent
getExpirationTimeMillis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftTimedContent

public SoftTimedContent(FragmentResult content,
                        long expirationTimeMillis)
                 throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException - if the content is null
Method Detail

getContent

public FragmentResult getContent()
Description copied from class: TimedContent
Return the content, possibly null.

Specified by:
getContent in class TimedContent