public class RemoteCluster<T extends RemoteCluster<T>> extends Object
Constructor and Description |
---|
RemoteCluster(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
T |
socketBinding(String value)
List of outbound-socket-bindings of Hot Rod servers to connect to.
|
List<String> |
socketBindings()
List of outbound-socket-bindings of Hot Rod servers to connect to.
|
T |
socketBindings(List<String> value)
List of outbound-socket-bindings of Hot Rod servers to connect to.
|
T |
socketBindings(String... args)
List of outbound-socket-bindings of Hot Rod servers to connect to.
|
public RemoteCluster(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public List<String> socketBindings()
public T socketBindings(List<String> value)
public T socketBinding(String value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.