ehcache

Uses of Class
net.sf.ehcache.config.TimeoutBehaviorConfiguration.TimeoutBehaviorType

Packages that use TimeoutBehaviorConfiguration.TimeoutBehaviorType
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.constructs.nonstop Ehcache-nonstopcache package 
 

Uses of TimeoutBehaviorConfiguration.TimeoutBehaviorType in net.sf.ehcache.config
 

Fields in net.sf.ehcache.config declared as TimeoutBehaviorConfiguration.TimeoutBehaviorType
static TimeoutBehaviorConfiguration.TimeoutBehaviorType TimeoutBehaviorConfiguration.DEFAULT_TIMEOUT_BEHAVIOR_TYPE
          Default value for timeout behavior
 

Methods in net.sf.ehcache.config that return TimeoutBehaviorConfiguration.TimeoutBehaviorType
 TimeoutBehaviorConfiguration.TimeoutBehaviorType TimeoutBehaviorConfiguration.getTimeoutBehaviorType()
          Returns the type of timeout behavior configured
static TimeoutBehaviorConfiguration.TimeoutBehaviorType TimeoutBehaviorConfiguration.TimeoutBehaviorType.getTimeoutBehaviorTypeFromName(String typeName)
          Get the TimeoutBehaviorConfiguration.TimeoutBehaviorType corresponding to a name
static TimeoutBehaviorConfiguration.TimeoutBehaviorType TimeoutBehaviorConfiguration.TimeoutBehaviorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeoutBehaviorConfiguration.TimeoutBehaviorType[] TimeoutBehaviorConfiguration.TimeoutBehaviorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TimeoutBehaviorConfiguration.TimeoutBehaviorType in net.sf.ehcache.constructs.nonstop
 

Methods in net.sf.ehcache.constructs.nonstop with parameters of type TimeoutBehaviorConfiguration.TimeoutBehaviorType
 V ClusterOperation.performClusterOperationTimedOut(TimeoutBehaviorConfiguration.TimeoutBehaviorType configuredTimeoutBehavior)
          Perform action when the actual operation is not able to complete.
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.