public class Modcluster<T extends Modcluster<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Modcluster.ModclusterResources
Child mutators for Modcluster
|
Constructor and Description |
---|
Modcluster() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
configurationModClusterConfig()
The common mod_cluster configuration.
|
T |
configurationModClusterConfig(ConfigurationModClusterConfig value)
The common mod_cluster configuration.
|
T |
configurationModClusterConfig(ConfigurationModClusterConfigConsumer consumer)
The common mod_cluster configuration.
|
T |
configurationModClusterConfig(ConfigurationModClusterConfigSupplier supplier)
The common mod_cluster configuration.
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Modcluster.ModclusterResources |
subresources() |
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Modcluster.ModclusterResources subresources()
public T configurationModClusterConfig(ConfigurationModClusterConfig value)
public T configurationModClusterConfig(ConfigurationModClusterConfigConsumer consumer)
public T configurationModClusterConfig()
public T configurationModClusterConfig(ConfigurationModClusterConfigSupplier supplier)
Copyright © 2018 JBoss by Red Hat. All rights reserved.