org.jboss.portal.portlet.deployment.jboss.info.impl
Class CacheInfoImpl

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

public class CacheInfoImpl
extends java.lang.Object
implements org.jboss.portal.portlet.info.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
CacheInfoImpl(org.jboss.portal.portlet.impl.metadata.portlet.PortletMetaData portletMD, JBossPortletMetaData jbossPortletMD)
           
 
Method Summary
 int getExpirationSecs()
           
 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

CacheInfoImpl

public CacheInfoImpl(org.jboss.portal.portlet.impl.metadata.portlet.PortletMetaData portletMD,
                     JBossPortletMetaData jbossPortletMD)
Method Detail

getExpirationSecs

public int getExpirationSecs()
Specified by:
getExpirationSecs in interface org.jboss.portal.portlet.info.CacheInfo

getReferenceType

public int getReferenceType()