|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.config.TimeoutBehaviorConfiguration
public class TimeoutBehaviorConfiguration
Configuration element for configuring timeoutBehavior for nonstop
Nested Class Summary | |
---|---|
static class |
TimeoutBehaviorConfiguration.TimeoutBehaviorType
Enum encapsulating type of TimeoutBehavior |
Constructor Summary | |
---|---|
TimeoutBehaviorConfiguration()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
NonstopTimeoutBehaviorFactory |
getNonstopTimeoutBehaviorFactory()
Get the NonstopTimeoutBehaviorFactory according to the active config |
java.lang.String |
getProperties()
Get the properties |
java.lang.String |
getPropertySeparator()
Get the property separator |
TimeoutBehaviorConfiguration.TimeoutBehaviorType |
getTimeoutBehaviorType()
Returns the type of timeout behavior configured |
java.lang.String |
getType()
Returns the type of timeout behavior configured |
TimeoutBehaviorConfiguration |
properties(java.lang.String value)
Set the properties |
TimeoutBehaviorConfiguration |
propertySeparator(java.lang.String value)
Set the property separator |
void |
setProperties(java.lang.String properties)
Set the properties |
void |
setPropertySeparator(java.lang.String propertySeparator)
Set the property separator |
void |
setType(java.lang.String type)
Set the type of timeout behavior |
TimeoutBehaviorConfiguration |
type(java.lang.String type)
Set the type of timeout behavior |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EXCEPTION_TYPE_NAME
TimeoutBehaviorConfiguration.TimeoutBehaviorType.EXCEPTION
public static final java.lang.String LOCAL_READS_TYPE_NAME
TimeoutBehaviorConfiguration.TimeoutBehaviorType.LOCAL_READS
public static final java.lang.String NOOP_TYPE_NAME
TimeoutBehaviorConfiguration.TimeoutBehaviorType.NOOP
public static final java.lang.String CUSTOM_TYPE_NAME
TimeoutBehaviorConfiguration.TimeoutBehaviorType.CUSTOM
public static final java.lang.String CUSTOM_TYPE_FACTORY_PROPERTY_NAME
TimeoutBehaviorConfiguration.TimeoutBehaviorType.CUSTOM
public static final TimeoutBehaviorConfiguration.TimeoutBehaviorType DEFAULT_TIMEOUT_BEHAVIOR_TYPE
public static final java.lang.String DEFAULT_PROPERTIES
public static final java.lang.String DEFAULT_PROPERTY_SEPARATOR
public static final java.lang.String DEFAULT_VALUE
Constructor Detail |
---|
public TimeoutBehaviorConfiguration()
Method Detail |
---|
public java.lang.String getType()
public TimeoutBehaviorConfiguration.TimeoutBehaviorType getTimeoutBehaviorType()
public void setType(java.lang.String type)
type
- public TimeoutBehaviorConfiguration type(java.lang.String type)
type
-
public java.lang.String getProperties()
public void setProperties(java.lang.String properties)
properties
- public TimeoutBehaviorConfiguration properties(java.lang.String value)
value
-
public java.lang.String getPropertySeparator()
public void setPropertySeparator(java.lang.String propertySeparator)
propertySeparator
- public TimeoutBehaviorConfiguration propertySeparator(java.lang.String value)
value
-
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public NonstopTimeoutBehaviorFactory getNonstopTimeoutBehaviorFactory()
NonstopTimeoutBehaviorFactory
according to the active config
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |