public class Infinispan<T extends Infinispan<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Infinispan.InfinispanResources
Child mutators for Infinispan
|
Constructor and Description |
---|
Infinispan() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
cacheContainer(CacheContainer value)
Add the CacheContainer object to the list of subresources
|
T |
cacheContainer(CacheContainerSupplier supplier)
Install a supplied CacheContainer object to the list of subresources
|
T |
cacheContainer(String childKey)
Create and configure a CacheContainer object to the list of subresources
|
T |
cacheContainer(String childKey,
CacheContainerConsumer consumer)
Create and configure a CacheContainer object to the list of subresources
|
T |
cacheContainers(List<CacheContainer> value)
Add all CacheContainer objects to this subresource
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Infinispan.InfinispanResources |
subresources() |
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Infinispan.InfinispanResources subresources()
public T cacheContainers(List<CacheContainer> value)
value
- List of CacheContainer objects.public T cacheContainer(CacheContainer value)
value
- The CacheContainer to addpublic T cacheContainer(String childKey, CacheContainerConsumer consumer)
key
- The key for the CacheContainer resourceconfig
- The CacheContainerConsumer to usepublic T cacheContainer(String childKey)
key
- The key for the CacheContainer resourcepublic T cacheContainer(CacheContainerSupplier supplier)
Copyright © 2018 JBoss by Red Hat. All rights reserved.