Uses of Interface
org.jboss.modcluster.container.Engine
Package
Description
-
Uses of Engine in org.jboss.modcluster
Modifier 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
Modifier and TypeMethodDescriptionJvmRouteFactory.createJvmRoute
(Engine engine) Creates a unique jvm route for the specified engine. -
Uses of Engine in org.jboss.modcluster.config.impl
Modifier and TypeMethodDescriptionSimpleJvmRouteFactory.createJvmRoute
(Engine engine) SystemPropertyJvmRouteFactory.createJvmRoute
(Engine engine) UUIDJvmRouteFactory.createJvmRoute
(Engine engine) -
Uses of Engine in org.jboss.modcluster.container
Modifier and TypeMethodDescriptionServer.getEngines()
Returns the servlet engines associated with this server. -
Uses of Engine in org.jboss.modcluster.container.tomcat
-
Uses of Engine in org.jboss.modcluster.load
Modifier and TypeMethodDescriptionint
LoadBalanceFactorProvider.getLoadBalanceFactor
(Engine engine) -
Uses of Engine in org.jboss.modcluster.load.impl
Modifier and TypeMethodDescriptionint
DynamicLoadBalanceFactorProvider.getLoadBalanceFactor
(Engine engine) int
SimpleLoadBalanceFactorProvider.getLoadBalanceFactor
(Engine engine) -
Uses of Engine in org.jboss.modcluster.load.metric
-
Uses of Engine in org.jboss.modcluster.load.metric.impl
Modifier and TypeMethodDescriptiondouble
double
double
double
double
double
double
double
-
Uses of Engine in org.jboss.modcluster.mcmp
Modifier 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
Modifier 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)