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.auxiliary.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
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.getElementAttributes()
          GetElementAttributes will return an attribute object describing the current attributes associated with the object name.
 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
 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.
static CacheAccess CacheAccess.defineRegion(java.lang.String name, CompositeCacheAttributes 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)
          Place a new object in the cache.
 void CacheAccess.resetElementAttributes(IElementAttributes attr)
          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 CacheAccess.resetElementAttributes(java.lang.Object name, IElementAttributes attr)
          Reset attributes for a particular element 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 IGroupCacheAccess.putInGroup(java.lang.Object key, java.lang.String group, java.lang.Object obj, IElementAttributes attr)
          Description of the Method
 void ICacheAccess.put(java.lang.Object name, java.lang.Object obj, IElementAttributes attr)
          Description of the Method
 void ICacheAccess.resetElementAttributes(IElementAttributes attr)
          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 attr)
          Description of the Method
 

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.auxiliary.lateral
 

Fields in org.apache.jcs.auxiliary.lateral declared as IElementAttributes
(package private)  IElementAttributes LateralCache.attr
           
 

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

Fields in org.apache.jcs.auxiliary.remote declared as IElementAttributes
(package private)  IElementAttributes RemoteCache.attr
           
 

Methods in org.apache.jcs.auxiliary.remote that return IElementAttributes
 IElementAttributes RemoteCache.getElementAttributes()
          Gets the attributes attribute of the RemoteCache object
 

Methods in org.apache.jcs.auxiliary.remote with parameters of type IElementAttributes
 void RemoteCache.setElementAttributes(IElementAttributes attr)
          Sets the attributes attribute of the RemoteCache object
 

Uses of IElementAttributes in org.apache.jcs.engine
 

Classes in org.apache.jcs.engine that implement IElementAttributes
 class ElementAttributes
          Element attribute descriptor class.
 

Fields in org.apache.jcs.engine declared as IElementAttributes
 IElementAttributes CacheGroup.attr
          Description of the Field
 

Methods in org.apache.jcs.engine that return IElementAttributes
 IElementAttributes CacheGroup.getElementAttrributes()
          Gets the attrributes attribute of the CacheGroup object
 IElementAttributes ElementAttributes.copy()
          Description of the Method
 IElementAttributes CacheElement.getElementAttributes()
          Gets the IElementAttributes attribute of the CacheElement 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
 

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

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

Methods in org.apache.jcs.engine.behavior with parameters of type IElementAttributes
 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
 IElementAttributes CompositeCache.attr
          Region Elemental Attributes, default
protected  IElementAttributes CompositeCacheManager.defaultElementAttr
          Default elemeent attributes for this cache manager
 

Methods in org.apache.jcs.engine.control that return IElementAttributes
protected  IElementAttributes CompositeCacheConfigurator.parseElementAttributes(java.util.Properties props, java.lang.String regName, java.lang.String regionPrefix)
           
 IElementAttributes CompositeCache.getElementAttributes()
          Gets the default element attribute of the Cache object Should this return a copy?
 IElementAttributes CompositeCache.getElementAttributes(java.io.Serializable key)
          Gets the elementAttributes attribute of the Cache object
 IElementAttributes CompositeCacheManager.getDefaultElementAttributes()
          Gets the defaultElementAttributes attribute of the CacheHub object
 

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

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.