|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.portlet.container.info.ContainerCacheInfo
Field Summary | |
private int |
expirationTimeSecs
. |
private static org.apache.log4j.Logger |
log
. |
static int |
REF_SOFT
Cache uses soft references. |
static int |
REF_STRONG
Cache uses strong references. |
private int |
referenceType
. |
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 |
public static int REF_STRONG
public static int REF_SOFT
private static org.apache.log4j.Logger log
private int expirationTimeSecs
private int referenceType
Constructor Detail |
public ContainerCacheInfo(PortletMetaData portletMD, JBossPortletMetaData jbossPortletMD)
Method Detail |
public int getExpirationSecs()
CacheInfo
getExpirationSecs
in interface CacheInfo
public int getReferenceType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |