public class BackupForComponent<T extends BackupForComponent<T>> extends Object
| 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 
 | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String remoteCache()
public T remoteCache(String value)
public String remoteSite()
Copyright © 2018 JBoss by Red Hat. All rights reserved.