public interface CoherenceFederationParamsBean extends SettableBean
| Modifier and Type | Method and Description | 
|---|---|
void | 
addRemoteParticipantHost(String remoteParticipantHost)
Adds a remote participant hosts in the federation configuration. 
 | 
String | 
getFederationTopology()
The federation topology. 
 | 
int | 
getRemoteCoherenceClusterListenPort()
The Coherence Cluster Listen Port of the remote participant. 
 | 
String | 
getRemoteCoherenceClusterName()
The Coherence Cluster Name of the remote participant cluster. 
 | 
String[] | 
getRemoteParticipantHosts()
The list of remote participant hosts, who will be added as participants in the federation topology. 
 | 
void | 
removeRemoteParticipantHost(String remoteParticipantHost)
Removes a remote participant host from the federation configuration. 
 | 
void | 
setFederationTopology(String federationTopology)
Sets the federation topology to use. 
 | 
void | 
setRemoteCoherenceClusterListenPort(int remoteCoherenceClusterListenPort)
Sets Coherence Cluster Listen Port of the remote participant cluster. 
 | 
void | 
setRemoteCoherenceClusterName(String remoteCoherenceClusterName)
Sets the Coherence Cluster Name of the remote participant cluster. 
 | 
void | 
setRemoteParticipantHosts(String[] remoteParticipantHosts)
Sets the remote participant hosts for the federation configuration. 
 | 
String getFederationTopology()
The federation topology.
void setFederationTopology(String federationTopology)
federationTopology - String[] getRemoteParticipantHosts()
The list of remote participant hosts, who will be added as participants in the federation topology.
void addRemoteParticipantHost(String remoteParticipantHost)
remoteParticipantHost - void removeRemoteParticipantHost(String remoteParticipantHost)
remoteParticipantHost - void setRemoteParticipantHosts(String[] remoteParticipantHosts)
remoteParticipantHosts - String getRemoteCoherenceClusterName()
The Coherence Cluster Name of the remote participant cluster.
void setRemoteCoherenceClusterName(String remoteCoherenceClusterName)
remoteCoherenceClusterName - int getRemoteCoherenceClusterListenPort()
The Coherence Cluster Listen Port of the remote participant.
void setRemoteCoherenceClusterListenPort(int remoteCoherenceClusterListenPort)
remoteCoherenceClusterListenPort -