Package | Description |
---|---|
org.jboss.modcluster.config | |
org.jboss.modcluster.config.impl | |
org.jboss.modcluster.mcmp | |
org.jboss.modcluster.mcmp.impl |
Modifier and Type | Method and Description |
---|---|
Collection<ProxyConfiguration> |
MCMPHandlerConfiguration.getProxyConfigurations()
Gets list of proxies as a collection of
ProxyConfiguration s. |
Modifier and Type | Method and Description |
---|---|
Collection<ProxyConfiguration> |
ModClusterConfig.getProxyConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
ModClusterConfig.setProxyConfigurations(Collection<ProxyConfiguration> proxyConfigurations)
Sets proxies to connect to overriding configuration done by any of the prior
ModClusterConfig.setProxyList(String) ,
ModClusterConfig.setProxies(java.util.Collection) or ModClusterConfig.setProxyConfigurations(java.util.Collection) calls. |
Modifier and Type | Method and Description |
---|---|
void |
MCMPHandler.addProxy(ProxyConfiguration proxyConfiguration)
Add a proxy to the list of those with which this handler communicates.
|
void |
MCMPHandler.addProxy(ProxyConfiguration proxyConfiguration,
boolean established)
Add a proxy to the list of those with which this handler communicates.
|
Modifier and Type | Method and Description |
---|---|
void |
MCMPHandler.init(Collection<ProxyConfiguration> initialProxies,
MCMPConnectionListener connectionListener)
Initialization method for MCMP handler.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMCMPHandler.addProxy(ProxyConfiguration proxyConfiguration) |
void |
DefaultMCMPHandler.addProxy(ProxyConfiguration proxyConfiguration,
boolean established) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMCMPHandler.init(Collection<ProxyConfiguration> proxies,
MCMPConnectionListener connectionListener)
Initialization method for MCMP handler.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.