org.jboss.portal.portlet.impl.jsr168.info
Class ContainerCacheInfo

java.lang.Object
  extended by org.jboss.portal.portlet.impl.jsr168.info.ContainerCacheInfo
All Implemented Interfaces:
CacheInfo

public class ContainerCacheInfo
extends java.lang.Object
implements CacheInfo

Version:
$Revision: 6697 $
Author:
Julien Viet

Field Summary
static int REF_SOFT
          Cache uses soft references.
static int REF_STRONG
          Cache uses strong references.
 
Constructor Summary
ContainerCacheInfo(PortletMetaData portletMD, JBossPortletMetaData jbossPortletMD)
           
 
Method Summary
 int getExpirationSecs()
          The expiration in seconds.
 int getReferenceType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REF_STRONG

public static int REF_STRONG
Cache uses strong references.


REF_SOFT

public static int REF_SOFT
Cache uses soft references.

Constructor Detail

ContainerCacheInfo

public ContainerCacheInfo(PortletMetaData portletMD,
                          JBossPortletMetaData jbossPortletMD)
Method Detail

getExpirationSecs

public int getExpirationSecs()
Description copied from interface: CacheInfo
The expiration in seconds.

Specified by:
getExpirationSecs in interface CacheInfo

getReferenceType

public int getReferenceType()