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, boolean isAsyncCacheRefreshing)
           
 
Method Summary
 java.lang.Object getContext()
           
 long getExpirationDelay()
           
 IServiceInvoker getInvoker()
           
 java.lang.String getItemKey()
           
 java.lang.Object getRequest()
           
 int getScope()
           
 boolean isAsyncCacheRefreshing()
           
 boolean isForceNOTReload()
           
 boolean isForceReload()
           
 void setAsyncCacheRefreshing(boolean isAsyncCacheRefreshing)
           
 void setContext(javax.portlet.PortletContext context)
           
 void setExpirationDelay(long expirationDelay)
           
 void setForceNOTReload(boolean forceNOTReload)
           
 void setForceReload(boolean forceReload)
           
 void setInvoker(IServiceInvoker invoker)
           
 void setItemKey(java.lang.String itemKey)
           
 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,
                 boolean isAsyncCacheRefreshing)
Method Detail

isForceNOTReload

public boolean isForceNOTReload()

setForceNOTReload

public void setForceNOTReload(boolean forceNOTReload)

isForceReload

public boolean isForceReload()

setForceReload

public void setForceReload(boolean forceReload)

isAsyncCacheRefreshing

public boolean isAsyncCacheRefreshing()

setAsyncCacheRefreshing

public void setAsyncCacheRefreshing(boolean isAsyncCacheRefreshing)

getContext

public java.lang.Object getContext()

setContext

public void setContext(javax.portlet.PortletContext context)

getExpirationDelay

public long getExpirationDelay()

setExpirationDelay

public void setExpirationDelay(long expirationDelay)

getScope

public int getScope()

setScope

public void setScope(int scope)

getRequest

public java.lang.Object getRequest()

setRequest

public void setRequest(java.lang.Object request)

getItemKey

public java.lang.String getItemKey()

setItemKey

public void setItemKey(java.lang.String itemKey)

getInvoker

public IServiceInvoker getInvoker()

setInvoker

public void setInvoker(IServiceInvoker invoker)


Copyright © 2014. All Rights Reserved.