Uses of Interface
org.jboss.modcluster.container.Engine
-
-
Uses of Engine in org.jboss.modcluster
Methods in org.jboss.modcluster with parameters of type Engine Modifier and Type Method Description protected voidModClusterService. config(Engine engine)Configures the specified engine.voidModClusterLogger_$logger. detectConnectorAddress(Engine engine, InetAddress address)voidModClusterLogger. detectConnectorAddress(Engine engine, InetAddress address)voidModClusterLogger_$logger. detectJvmRoute(Engine engine, String jvmRoute)voidModClusterLogger. detectJvmRoute(Engine engine, String jvmRoute)protected voidModClusterService. establishJvmRoute(Engine engine)intModClusterService. getLoadBalanceFactor(Engine engine)protected voidModClusterService. removeAll(Engine engine)Sends REMOVE-APP *, if engine was initializedvoidModClusterLogger_$logger. sendEngineCommand(MCMPRequestType command, Engine engine)voidModClusterLogger. sendEngineCommand(MCMPRequestType command, Engine engine)voidModClusterService. status(Engine engine) -
Uses of Engine in org.jboss.modcluster.config
Methods in org.jboss.modcluster.config with parameters of type Engine Modifier and Type Method Description StringJvmRouteFactory. createJvmRoute(Engine engine)Creates a unique jvm route for the specified engine. -
Uses of Engine in org.jboss.modcluster.config.impl
Methods in org.jboss.modcluster.config.impl with parameters of type Engine Modifier and Type Method Description StringSimpleJvmRouteFactory. createJvmRoute(Engine engine)StringSystemPropertyJvmRouteFactory. createJvmRoute(Engine engine)StringUUIDJvmRouteFactory. createJvmRoute(Engine engine) -
Uses of Engine in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container that return Engine Modifier and Type Method Description EngineHost. getEngine()The engine to which this host is associated.Methods in org.jboss.modcluster.container that return types with arguments of type Engine Modifier and Type Method Description Iterable<Engine>Server. getEngines()Returns the servlet engines associated with this server.Methods in org.jboss.modcluster.container with parameters of type Engine Modifier and Type Method Description voidContainerEventHandler. status(Engine engine)This is a periodic event that triggers a STATUS command containing newly calculated load factor. -
Uses of Engine in org.jboss.modcluster.container.tomcat
Classes in org.jboss.modcluster.container.tomcat that implement Engine Modifier and Type Class Description classTomcatEngineEngineimplementation that wraps aContext.Fields in org.jboss.modcluster.container.tomcat declared as Engine Modifier and Type Field Description protected EngineTomcatHost. engineMethods in org.jboss.modcluster.container.tomcat that return Engine Modifier and Type Method Description EngineTomcatHost. getEngine()Methods in org.jboss.modcluster.container.tomcat that return types with arguments of type Engine Modifier and Type Method Description Iterable<Engine>TomcatServer. getEngines() -
Uses of Engine in org.jboss.modcluster.load
Methods in org.jboss.modcluster.load with parameters of type Engine Modifier and Type Method Description intLoadBalanceFactorProvider. getLoadBalanceFactor(Engine engine) -
Uses of Engine in org.jboss.modcluster.load.impl
Methods in org.jboss.modcluster.load.impl with parameters of type Engine Modifier and Type Method Description intDynamicLoadBalanceFactorProvider. getLoadBalanceFactor(Engine engine)intSimpleLoadBalanceFactorProvider. getLoadBalanceFactor(Engine engine) -
Uses of Engine in org.jboss.modcluster.load.metric
Methods in org.jboss.modcluster.load.metric with parameters of type Engine Modifier and Type Method Description doubleLoadMetric. getLoad(Engine engine)Returns the current load of this metric as a percent of the metric's capacity. -
Uses of Engine in org.jboss.modcluster.load.metric.impl
Methods in org.jboss.modcluster.load.metric.impl with parameters of type Engine Modifier and Type Method Description doubleAbstractMBeanLoadMetric. getLoad(Engine engine)doubleActiveSessionsLoadMetric. getLoad(Engine engine)doubleAverageSystemLoadMetric. getLoad(Engine engine)doubleBusyConnectorsLoadMetric. getLoad(Engine engine)doubleHeapMemoryUsageLoadMetric. getLoad(Engine engine)doubleReceiveTrafficLoadMetric. getLoad(Engine engine)doubleRequestCountLoadMetric. getLoad(Engine engine)doubleSendTrafficLoadMetric. getLoad(Engine engine) -
Uses of Engine in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp with parameters of type Engine Modifier and Type Method Description MCMPRequestMCMPRequestFactory. createConfigRequest(Engine engine, NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig)Creates a CONFIG MCMP request for the specified engine.MCMPRequestMCMPRequestFactory. createDisableRequest(Engine engine)Creates an DISABLE-APP * MCMP request for the specified engine.MCMPRequestMCMPRequestFactory. createEnableRequest(Engine engine)Creates an ENABLE-APP * MCMP request for the specified engine.MCMPRequestMCMPRequestFactory. createRemoveRequest(Engine engine)Creates an REMOVE-APP * MCMP request for the specified engine.MCMPRequestMCMPRequestFactory. createStopRequest(Engine engine)Creates an STOP-APP * MCMP request for the specified engine. -
Uses of Engine in org.jboss.modcluster.mcmp.impl
Methods in org.jboss.modcluster.mcmp.impl with parameters of type Engine Modifier and Type Method Description MCMPRequestDefaultMCMPRequestFactory. createConfigRequest(Engine engine, NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig)MCMPRequestDefaultMCMPRequestFactory. createDisableRequest(Engine engine)MCMPRequestDefaultMCMPRequestFactory. createEnableRequest(Engine engine)MCMPRequestDefaultMCMPRequestFactory. createRemoveRequest(Engine engine)MCMPRequestDefaultMCMPRequestFactory. createStopRequest(Engine engine)
-