Class TimeoutBehaviorConfigurationElement
- java.lang.Object
-
- net.sf.ehcache.config.generator.model.AbstractNodeElement
-
- net.sf.ehcache.config.generator.model.SimpleNodeElement
-
- net.sf.ehcache.config.generator.model.elements.TimeoutBehaviorConfigurationElement
-
- All Implemented Interfaces:
NodeElement
public class TimeoutBehaviorConfigurationElement extends SimpleNodeElement
NodeElementrepresenting theTimeoutBehaviorConfiguration- Author:
- Abhishek Sanoujam
-
-
Field Summary
-
Fields inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
attributes, children, innerContent, optional, parent
-
-
Constructor Summary
Constructors Constructor Description TimeoutBehaviorConfigurationElement(NodeElement parent, TimeoutBehaviorConfiguration timeoutBehaviorConfiguration)Constructor accepting the parent and theTimeoutBehaviorConfiguration
-
Method Summary
-
Methods inherited from class net.sf.ehcache.config.generator.model.SimpleNodeElement
getName
-
Methods inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
accept, addAllFactoryConfigsAsChildElements, addAttribute, addChildElement, equals, getAllFactoryElements, getAttributes, getChildElements, getFQName, getFQName, getInnerContent, getParent, hasChildren, hashCode, isOptional, setInnerContent, setOptional, toString
-
-
-
-
Constructor Detail
-
TimeoutBehaviorConfigurationElement
public TimeoutBehaviorConfigurationElement(NodeElement parent, TimeoutBehaviorConfiguration timeoutBehaviorConfiguration)
Constructor accepting the parent and theTimeoutBehaviorConfiguration- Parameters:
parent-timeoutBehaviorConfiguration-
-
-