public class ConfigurationElement extends SimpleNodeElement
Configuration
. This element does not have a parent and is always null.Modifier and Type | Field and Description |
---|---|
private CacheManager |
cacheManager |
private Configuration |
configuration |
attributes, children, innerContent, optional, parent
Constructor and Description |
---|
ConfigurationElement(CacheManager cacheManager)
Constructor accepting the
CacheManager . |
ConfigurationElement(Configuration configuration)
Constructor accepting the
Configuration . |
Modifier and Type | Method and Description |
---|---|
private void |
init() |
private void |
testAddCacheManagerEventListenerFactoryElement() |
private void |
testAddCacheManagerPeerListenerFactoryElement() |
private void |
testAddCacheManagerPeerProviderFactoryElement() |
private void |
testAddDiskStoreElement() |
private void |
testAddManagementRESTService() |
private void |
testAddMaxBytesLocalDiskAttribute() |
private void |
testAddMaxBytesLocalHeapAttribute() |
private void |
testAddMaxBytesLocalOffHeapAttribute() |
private void |
testAddSizeOfPolicyElement() |
private void |
testAddTerracottaElement() |
private void |
testAddTransactionManagerLookupElement() |
getName
accept, addAllFactoryConfigsAsChildElements, addAttribute, addChildElement, equals, getAllFactoryElements, getAttributes, getChildElements, getFQName, getFQName, getInnerContent, getParent, hasChildren, hashCode, isOptional, setInnerContent, setOptional, toString
private final CacheManager cacheManager
private final Configuration configuration
public ConfigurationElement(Configuration configuration)
Configuration
. This element does not have a parent and is always null.configuration
- public ConfigurationElement(CacheManager cacheManager)
CacheManager
. This element does not have a parent and is always null.cacheManager
- private void init()
private void testAddMaxBytesLocalHeapAttribute()
private void testAddMaxBytesLocalOffHeapAttribute()
private void testAddMaxBytesLocalDiskAttribute()
private void testAddDiskStoreElement()
private void testAddSizeOfPolicyElement()
private void testAddTransactionManagerLookupElement()
private void testAddManagementRESTService()
private void testAddCacheManagerEventListenerFactoryElement()
private void testAddCacheManagerPeerProviderFactoryElement()
private void testAddCacheManagerPeerListenerFactoryElement()
private void testAddTerracottaElement()