org.osivia.portal.api.cache.services
Class CacheInfo

java.lang.Object
  extended by org.osivia.portal.api.cache.services.CacheInfo

public class CacheInfo
extends java.lang.Object


Field Summary
static int CACHE_SCOPE_GLOBAL
           
static int CACHE_SCOPE_NONE
           
static int CACHE_SCOPE_PORTLET_CONTEXT
           
static int CACHE_SCOPE_PORTLET_SESSION
           
 
Constructor Summary
CacheInfo(java.lang.String cleItem, int scope, IServiceInvoker invoker, java.lang.Object request, javax.portlet.PortletContext context)
           
 
Method Summary
 java.lang.String getCleItem()
           
 java.lang.Object getContext()
           
 long getDelaiExpiration()
           
 IServiceInvoker getInvoker()
           
 java.lang.Object getRequest()
           
 int getScope()
           
 boolean isForceNOTReload()
           
 boolean isForceReload()
           
 void setCleItem(java.lang.String cleItem)
           
 void setContext(javax.portlet.PortletContext context)
           
 void setDelaiExpiration(long delaiExpiration)
           
 void setForceNOTReload(boolean forceNOTReload)
           
 void setForceReload(boolean forceReload)
           
 void setInvoker(IServiceInvoker invoker)
           
 void setRequest(java.lang.Object request)
           
 void setScope(int scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_SCOPE_NONE

public static int CACHE_SCOPE_NONE

CACHE_SCOPE_PORTLET_SESSION

public static int CACHE_SCOPE_PORTLET_SESSION

CACHE_SCOPE_PORTLET_CONTEXT

public static int CACHE_SCOPE_PORTLET_CONTEXT

CACHE_SCOPE_GLOBAL

public static int CACHE_SCOPE_GLOBAL
Constructor Detail

CacheInfo

public CacheInfo(java.lang.String cleItem,
                 int scope,
                 IServiceInvoker invoker,
                 java.lang.Object request,
                 javax.portlet.PortletContext context)
Method Detail

isForceNOTReload

public boolean isForceNOTReload()

setForceNOTReload

public void setForceNOTReload(boolean forceNOTReload)

isForceReload

public boolean isForceReload()

setForceReload

public void setForceReload(boolean forceReload)

getContext

public java.lang.Object getContext()

setContext

public void setContext(javax.portlet.PortletContext context)

getDelaiExpiration

public long getDelaiExpiration()

setDelaiExpiration

public void setDelaiExpiration(long delaiExpiration)

getScope

public int getScope()

setScope

public void setScope(int scope)

getRequest

public java.lang.Object getRequest()

setRequest

public void setRequest(java.lang.Object request)

getCleItem

public java.lang.String getCleItem()

setCleItem

public void setCleItem(java.lang.String cleItem)

getInvoker

public IServiceInvoker getInvoker()

setInvoker

public void setInvoker(IServiceInvoker invoker)


Copyright © 2012. All Rights Reserved.