public class BackupForComponent<T extends BackupForComponent<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BackupForComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
remoteCache()
The name of the remote cache for which this cache acts as a backup.
|
T |
remoteCache(String value)
The name of the remote cache for which this cache acts as a backup.
|
String |
remoteSite()
The site of the remote cache for which this cache acts as a backup.
|
T |
remoteSite(String value)
The site of the remote cache for which this cache acts as a backup.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String remoteCache()
public T remoteCache(String value)
public String remoteSite()
Copyright © 2017 JBoss by Red Hat. All rights reserved.