Uses of Interface
org.apache.jcs.engine.behavior.IElementAttributes

Packages that use IElementAttributes
org.apache.jcs.access Contains classes for accessing the cache. 
org.apache.jcs.access.behavior   
org.apache.jcs.auxiliary.disk The primary disk auxiliary. 
org.apache.jcs.engine Interfaces used by the core and the auxiliary caches. 
org.apache.jcs.engine.behavior Interfaces used by the core and the auxiliary caches. 
org.apache.jcs.engine.control The primary cache classes and the hub. 
org.apache.jcs.engine.memory Parent package for memory type plugins. 
 

Uses of IElementAttributes in org.apache.jcs.access
 

Methods in org.apache.jcs.access that return IElementAttributes
 IElementAttributes CacheAccess.getDefaultElementAttributes()
          Retrieves A COPY OF the default element attributes used by this region.
 IElementAttributes CacheAccess.getElementAttributes()
          Deprecated. As of release 1.3
 IElementAttributes CacheAccess.getElementAttributes(java.lang.Object name)
          GetElementAttributes will return an attribute object describing the current attributes associated with the object name.
 

Methods in org.apache.jcs.access with parameters of type IElementAttributes
static CacheAccess CacheAccess.defineRegion(java.lang.String name, ICompositeCacheAttributes cattr, IElementAttributes attr)
          Define a new cache region with the specified name and attributes and return a CacheAccess to it.
 void CacheAccess.put(java.lang.Object key, java.lang.Object val, IElementAttributes attr)
          Constructs a cache element with these attributes, and puts it into the cache.
 void GroupCacheAccess.putInGroup(java.lang.Object name, java.lang.String groupName, java.lang.Object value, IElementAttributes attr)
          Allows the user to put an object into a group within a particular cache region.
 void CacheAccess.resetElementAttributes(IElementAttributes attr)
          Deprecated. As of release 1.3
 void CacheAccess.resetElementAttributes(java.lang.Object name, IElementAttributes attr)
          Reset attributes for a particular element in the cache.
 void CacheAccess.setDefaultElementAttributes(IElementAttributes attr)
          This method is does not reset the attributes for items already in the cache.
 

Uses of IElementAttributes in org.apache.jcs.access.behavior
 

Methods in org.apache.jcs.access.behavior that return IElementAttributes
 IElementAttributes ICacheAccess.getElementAttributes()
          GetElementAttributes will return an attribute object describing the current attributes associated with the object name.
 IElementAttributes ICacheAccess.getElementAttributes(java.lang.Object name)
          Gets the elementAttributes attribute of the ICacheAccess object
 

Methods in org.apache.jcs.access.behavior with parameters of type IElementAttributes
 void ICacheAccess.put(java.lang.Object name, java.lang.Object obj, IElementAttributes attr)
          Description of the Method
 void IGroupCacheAccess.putInGroup(java.lang.Object key, java.lang.String group, java.lang.Object obj, IElementAttributes attr)
          Put in the cache associated with this group using these attributes.
 void ICacheAccess.resetElementAttributes(IElementAttributes attributes)
          ResetAttributes allows for some of the attributes of a region to be reset in particular expiration time attriubtes, time to live, default time to live and idle time, and event handlers.
 void ICacheAccess.resetElementAttributes(java.lang.Object name, IElementAttributes attributes)
          Reset the attributes on the object matching this key name.
 

Uses of IElementAttributes in org.apache.jcs.auxiliary.disk
 

Methods in org.apache.jcs.auxiliary.disk that return IElementAttributes
 IElementAttributes PurgatoryElement.getElementAttributes()
           
 

Methods in org.apache.jcs.auxiliary.disk with parameters of type IElementAttributes
 void PurgatoryElement.setElementAttributes(IElementAttributes attr)
           
 

Uses of IElementAttributes in org.apache.jcs.engine
 

Classes in org.apache.jcs.engine that implement IElementAttributes
 class ElementAttributes
          This it the element attribute descriptor class.
 

Fields in org.apache.jcs.engine declared as IElementAttributes
 IElementAttributes CacheGroup.attr
          Element configuration.
 IElementAttributes CacheElement.attr
          These attributes hold information about the element and what it is allowed to do.
 

Methods in org.apache.jcs.engine that return IElementAttributes
 IElementAttributes ElementAttributes.copy()
          Copies the attributes, including references to event handlers.
 IElementAttributes CacheElement.getElementAttributes()
          Gets the IElementAttributes attribute of the CacheElement object
 IElementAttributes CacheElementSerialized.getElementAttributes()
           
 IElementAttributes CacheGroup.getElementAttrributes()
          Gets the attrributes attribute of the CacheGroup object
 

Methods in org.apache.jcs.engine with parameters of type IElementAttributes
 void CacheGroup.setElementAttributes(IElementAttributes attr)
          Sets the attributes attribute of the CacheGroup object
 void CacheElement.setElementAttributes(IElementAttributes attr)
          Sets the attributes attribute of the CacheElement object
 void CacheElementSerialized.setElementAttributes(IElementAttributes attr)
           
 

Constructors in org.apache.jcs.engine with parameters of type IElementAttributes
CacheElement(java.lang.String cacheName, java.io.Serializable key, java.io.Serializable val, IElementAttributes attrArg)
          Constructor for the CacheElement object
CacheElementSerialized(java.lang.String cacheNameArg, java.io.Serializable keyArg, byte[] serializedValueArg, IElementAttributes elementAttributesArg)
          Constructs a usable wrapper.
 

Uses of IElementAttributes in org.apache.jcs.engine.behavior
 

Methods in org.apache.jcs.engine.behavior that return IElementAttributes
 IElementAttributes IElementAttributes.copy()
          Returns a copy of the object.
 IElementAttributes ICacheElementSerialized.getElementAttributes()
          Gets the attributes attribute of the ICacheElement object
 IElementAttributes ICacheElement.getElementAttributes()
          Gets the attributes attribute of the ICacheElement object
 

Methods in org.apache.jcs.engine.behavior with parameters of type IElementAttributes
 void ICacheElementSerialized.setElementAttributes(IElementAttributes attr)
          Sets the attributes attribute of the ICacheElement object
 void ICacheElement.setElementAttributes(IElementAttributes attr)
          Sets the attributes attribute of the ICacheElement object
 

Uses of IElementAttributes in org.apache.jcs.engine.control
 

Fields in org.apache.jcs.engine.control declared as IElementAttributes
protected  IElementAttributes CompositeCacheManager.defaultElementAttr
          Default elemeent attributes for this cache manager
 

Methods in org.apache.jcs.engine.control that return IElementAttributes
 IElementAttributes CompositeCacheManager.getDefaultElementAttributes()
          Gets the defaultElementAttributes attribute of the CacheHub object
 IElementAttributes CompositeCache.getElementAttributes()
          Gets the default element attribute of the Cache object This returna a copy.
 IElementAttributes CompositeCache.getElementAttributes(java.io.Serializable key)
          Gets the elementAttributes attribute of the Cache object.
protected  IElementAttributes CompositeCacheConfigurator.parseElementAttributes(java.util.Properties props, java.lang.String regName, java.lang.String regionPrefix)
          Create the element attributes from the properties object for a cache region.
 

Methods in org.apache.jcs.engine.control with parameters of type IElementAttributes
 CompositeCache CompositeCacheManager.getCache(ICompositeCacheAttributes cattr, IElementAttributes attr)
          If the cache has already been created, then the CacheAttributes and the element Attributes will be ignored.
 CompositeCache CompositeCacheManager.getCache(java.lang.String cacheName, ICompositeCacheAttributes cattr, IElementAttributes attr)
          Gets the cache attribute of the CacheHub object
 void CompositeCacheManager.setDefaultElementAttributes(IElementAttributes iea)
          Sets the defaultElementAttributes attribute of the CacheHub object
 void CompositeCache.setElementAttributes(IElementAttributes attr)
          Sets the default element attribute of the Cache object.
 

Constructors in org.apache.jcs.engine.control with parameters of type IElementAttributes
CompositeCache(java.lang.String cacheName, ICompositeCacheAttributes cattr, IElementAttributes attr)
          Constructor for the Cache object
 

Uses of IElementAttributes in org.apache.jcs.engine.memory
 

Fields in org.apache.jcs.engine.memory declared as IElementAttributes
 IElementAttributes AbstractMemoryCache.attr
          Region Elemental Attributes, used as a default.
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.