Class ModClusterListener
java.lang.Object
org.jboss.modcluster.config.impl.ModClusterConfig
org.jboss.modcluster.container.tomcat.ModClusterListener
org.jboss.modcluster.container.catalina.standalone.ModClusterListener
- All Implemented Interfaces:
org.apache.catalina.LifecycleListener,AdvertiseConfiguration,BalancerConfiguration,MCMPHandlerConfiguration,NodeConfiguration,SSLConfiguration,TomcatConnectorConfiguration,LoadBalanceFactorProviderFactory,ModClusterServiceMBean
Deprecated.
Compatibility class for legacy server.xml configurations referencing this class through
<Listener className="org.jboss.modcluster.container.catalina.standalone.ModClusterListener"/>.- Author:
- Radoslav Husar
-
Field Summary
Fields inherited from interface org.jboss.modcluster.config.AdvertiseConfiguration
DEFAULT_SOCKET_ADDRESS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.modcluster.container.tomcat.ModClusterListener
addProxy, createLoadBalanceFactorProvider, disable, disableContext, enable, enableContext, getAdvertiseGroupAddress, getAdvertisePort, getConnectorAddress, getConnectorPort, getExcludedContexts, getExternalConnectorAddress, getExternalConnectorPort, getInitialLoad, getJvmRouteFactoryClass, getLoadDecayFactor, getLoadHistory, getLoadMetricCapacity, getLoadMetricClass, getProxyConfiguration, getProxyConfigurationString, getProxyInfo, getProxyInfoString, getProxyList, lifecycleEvent, ping, ping, ping, refresh, removeProxy, reset, setAdvertiseGroupAddress, setAdvertiseInterface, setAdvertiseInterfaceName, setAdvertisePort, setConnectorAddress, setConnectorPort, setExcludedContexts, setExternalConnectorAddress, setExternalConnectorPort, setInitialLoad, setJvmRouteFactoryClass, setLoadDecayFactor, setLoadDecayFactor, setLoadHistory, setLoadMetricCapacity, setLoadMetricClass, setProxyList, setSessionDrainingStrategy, stop, stop, stopContext, stopContextMethods inherited from class org.jboss.modcluster.config.impl.ModClusterConfig
getAdvertise, getAdvertiseInterface, getAdvertiseSecurityKey, getAdvertiseSocketAddress, getAdvertiseThreadFactory, getBalancer, getExcludedContextsPerHost, getFlushPackets, getFlushWait, getJvmRouteFactory, getLoadBalancingGroup, getMaxAttempts, getNodeTimeout, getPing, getProxies, getProxyConfigurations, getProxyURL, getSessionDrainingStrategy, getSmax, getSocketFactory, getSocketTimeout, getSslCertificateEncodingAlgorithm, getSslCiphers, getSslCrlFile, getSslKeyAlias, getSslKeyStore, getSslKeyStorePassword, getSslKeyStoreProvider, getSslKeyStoreType, getSslProtocol, getSslTrustAlgorithm, getSslTrustMaxCertLength, getSslTrustStore, getSslTrustStorePassword, getSslTrustStoreProvider, getSslTrustStoreType, getStickySession, getStickySessionForce, getStickySessionRemove, getStopContextTimeout, getStopContextTimeoutUnit, getTtl, getWorkerTimeout, isAutoEnableContexts, isSsl, setAdvertise, setAdvertiseInterface, setAdvertiseInterface, setAdvertiseSecurityKey, setAdvertiseSocketAddress, setAdvertiseThreadFactory, setAutoEnableContexts, setBalancer, setExcludedContextsPerHost, setFlushPackets, setFlushWait, setJvmRouteFactory, setLoadBalancingGroup, setMaxAttempts, setNodeTimeout, setPing, setProxies, setProxyConfigurations, setProxyURL, setSessionDrainingStrategy, setSmax, setSocketTimeout, setSsl, setSslCertificateEncodingAlgorithm, setSslCiphers, setSslCrlFile, setSslKeyAlias, setSslKeyStore, setSslKeyStorePassword, setSslKeyStoreProvider, setSslKeyStoreType, setSslProtocol, setSslTrustAlgorithm, setSslTrustMaxCertLength, setSslTrustStore, setSslTrustStorePassword, setSslTrustStoreProvider, setSslTrustStoreType, setStickySession, setStickySessionForce, setStickySessionRemove, setStopContextTimeout, setStopContextTimeoutUnit, setTtl, setWorkerTimeout
-
Constructor Details
-
ModClusterListener
public ModClusterListener()Deprecated.
-