Uses of Interface
org.jboss.modcluster.container.Engine
Packages that use Engine
Package
Description
-
Uses of Engine in org.jboss.modcluster
Methods in org.jboss.modcluster with parameters of type EngineModifier and TypeMethodDescriptionprotected void
Configures the specified engine.final void
ModClusterLogger_$logger.detectConnectorAddress
(Engine engine, InetAddress address) void
ModClusterLogger.detectConnectorAddress
(Engine engine, InetAddress address) final void
ModClusterLogger_$logger.detectJvmRoute
(Engine engine, String jvmRoute) void
ModClusterLogger.detectJvmRoute
(Engine engine, String jvmRoute) protected void
ModClusterService.establishJvmRoute
(Engine engine) int
ModClusterService.getLoadBalanceFactor
(Engine engine) protected void
Sends REMOVE-APP *, if engine was initializedfinal void
ModClusterLogger_$logger.sendEngineCommand
(MCMPRequestType command, Engine engine) void
ModClusterLogger.sendEngineCommand
(MCMPRequestType command, Engine engine) void
-
Uses of Engine in org.jboss.modcluster.config
Methods in org.jboss.modcluster.config with parameters of type EngineModifier and TypeMethodDescriptionJvmRouteFactory.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 EngineModifier and TypeMethodDescriptionSimpleJvmRouteFactory.createJvmRoute
(Engine engine) SystemPropertyJvmRouteFactory.createJvmRoute
(Engine engine) UUIDJvmRouteFactory.createJvmRoute
(Engine engine) -
Uses of Engine in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container that return EngineMethods in org.jboss.modcluster.container that return types with arguments of type EngineModifier and TypeMethodDescriptionServer.getEngines()
Returns the servlet engines associated with this server.Methods in org.jboss.modcluster.container with parameters of type Engine -
Uses of Engine in org.jboss.modcluster.container.tomcat
Classes in org.jboss.modcluster.container.tomcat that implement EngineFields in org.jboss.modcluster.container.tomcat declared as EngineMethods in org.jboss.modcluster.container.tomcat that return EngineMethods in org.jboss.modcluster.container.tomcat that return types with arguments of type Engine -
Uses of Engine in org.jboss.modcluster.load
Methods in org.jboss.modcluster.load with parameters of type EngineModifier and TypeMethodDescriptionint
LoadBalanceFactorProvider.getLoadBalanceFactor
(Engine engine) -
Uses of Engine in org.jboss.modcluster.load.impl
Methods in org.jboss.modcluster.load.impl with parameters of type EngineModifier and TypeMethodDescriptionint
DynamicLoadBalanceFactorProvider.getLoadBalanceFactor
(Engine engine) int
SimpleLoadBalanceFactorProvider.getLoadBalanceFactor
(Engine engine) -
Uses of Engine in org.jboss.modcluster.load.metric
Methods in org.jboss.modcluster.load.metric with parameters of type Engine -
Uses of Engine in org.jboss.modcluster.load.metric.impl
Methods in org.jboss.modcluster.load.metric.impl with parameters of type EngineModifier and TypeMethodDescriptiondouble
double
double
double
double
double
double
double
-
Uses of Engine in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp with parameters of type EngineModifier and TypeMethodDescriptionMCMPRequestFactory.createConfigRequest
(Engine engine, NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig) Creates a CONFIG MCMP request for the specified engine.MCMPRequestFactory.createDisableRequest
(Engine engine) Creates an DISABLE-APP * MCMP request for the specified engine.MCMPRequestFactory.createEnableRequest
(Engine engine) Creates an ENABLE-APP * MCMP request for the specified engine.MCMPRequestFactory.createRemoveRequest
(Engine engine) Creates an REMOVE-APP * MCMP request for the specified engine.MCMPRequestFactory.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 EngineModifier and TypeMethodDescriptionDefaultMCMPRequestFactory.createConfigRequest
(Engine engine, NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig) DefaultMCMPRequestFactory.createDisableRequest
(Engine engine) DefaultMCMPRequestFactory.createEnableRequest
(Engine engine) DefaultMCMPRequestFactory.createRemoveRequest
(Engine engine) DefaultMCMPRequestFactory.createStopRequest
(Engine engine)