Uses of Class
javax.util.jcache.InvalidArgumentException

Packages that use InvalidArgumentException
javax.util.jcache All access to the cache is through the class javax.util.jcache.CacheAccess
org.fjank.jcache All access to the cache is through the class javax.util.jcache.CacheAccess
 

Uses of InvalidArgumentException in javax.util.jcache
 

Methods in javax.util.jcache that throw InvalidArgumentException
 OutputStream CacheLoader.createStream(Object handle)
          Deprecated. should be called from the load method to create a StreamAccess object.
 void Attributes.setDefaultTimeToLive(long ttl)
          Deprecated. Will set the maximum time the associated cache object will stay in the cache before it is invalidated.
 void Attributes.setIdleTime(long idle)
          Deprecated. sets the maximum time the associated cache object will remain in the cache without being referenced before it is invalidated.
 void Attributes.setTimeToLive(long ttl)
          Deprecated. Will set the maximum time the associated cache object will stay in the cache before it is invalidated.
 long Attributes.timeToSeconds(int days, int hours, int minutes, int seconds)
          Deprecated. Will convert the time specified into seconds.
 

Uses of InvalidArgumentException in org.fjank.jcache
 

Methods in org.fjank.jcache that throw InvalidArgumentException
 OutputStream StreamCacheObject.getOutputStream()
          gets an OutputStream to write to this object.
 void AttributesImpl.setDefaultTimeToLive(long ttl)
          Will set the maximum time the associated cache object will stay in the cache before it is invalidated.
 void AttributesImpl.setIdleTime(long idle)
          sets the maximum time the associated cache object will remain in the cache without being referenced before it is invalidated.
 void AttributesImpl.setTimeToLive(long ttl)
          Will set the maximum time the associated cache object will stay in the cache before it is invalidated.
 long AttributesImpl.timeToSeconds(int days, int hours, int minutes, int seconds)
          Will convert the time specified into seconds.
 



Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.