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
|
String |
getKey() |
T |
proxies(List<Proxy> value)
Add all Proxy objects to this subresource
|
T |
proxy(Proxy value)
Add the Proxy object to the list of subresources
|
T |
proxy(ProxySupplier supplier)
Install a supplied Proxy object to the list of subresources
|
T |
proxy(String childKey)
Create and configure a Proxy object to the list of subresources
|
T |
proxy(String childKey,
ProxyConsumer consumer)
Create and configure a Proxy object to the list of subresources
|
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 proxies(List<Proxy> value)
value
- List of Proxy objects.public T proxy(Proxy value)
value
- The Proxy to addpublic T proxy(String childKey, ProxyConsumer consumer)
key
- The key for the Proxy resourceconfig
- The ProxyConsumer to usepublic T proxy(String childKey)
key
- The key for the Proxy resourcepublic T proxy(ProxySupplier supplier)
Copyright © 2019 JBoss by Red Hat. All rights reserved.