Uses of Interface
org.jboss.modcluster.container.Engine
Packages that use Engine
Package
Description
- 
Uses of Engine in org.jboss.modclusterMethods in org.jboss.modcluster with parameters of type EngineModifier and TypeMethodDescriptionprotected voidConfigures the specified engine.final voidModClusterLogger_$logger.detectConnectorAddress(Engine engine, InetAddress address) voidModClusterLogger.detectConnectorAddress(Engine engine, InetAddress address) final voidModClusterLogger_$logger.detectJvmRoute(Engine engine, String jvmRoute) voidModClusterLogger.detectJvmRoute(Engine engine, String jvmRoute) protected voidModClusterService.establishJvmRoute(Engine engine) intModClusterService.getLoadBalanceFactor(Engine engine) protected voidSends REMOVE-APP *, if engine was initializedfinal voidModClusterLogger_$logger.sendEngineCommand(MCMPRequestType command, Engine engine) voidModClusterLogger.sendEngineCommand(MCMPRequestType command, Engine engine) void
- 
Uses of Engine in org.jboss.modcluster.configMethods 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.implMethods 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.containerMethods 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.tomcatClasses 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.loadMethods in org.jboss.modcluster.load with parameters of type EngineModifier and TypeMethodDescriptionintLoadBalanceFactorProvider.getLoadBalanceFactor(Engine engine) 
- 
Uses of Engine in org.jboss.modcluster.load.implMethods in org.jboss.modcluster.load.impl with parameters of type EngineModifier and TypeMethodDescriptionintDynamicLoadBalanceFactorProvider.getLoadBalanceFactor(Engine engine) intSimpleLoadBalanceFactorProvider.getLoadBalanceFactor(Engine engine) 
- 
Uses of Engine in org.jboss.modcluster.load.metricMethods in org.jboss.modcluster.load.metric with parameters of type Engine
- 
Uses of Engine in org.jboss.modcluster.load.metric.implMethods in org.jboss.modcluster.load.metric.impl with parameters of type EngineModifier and TypeMethodDescriptiondoubledoubledoubledoubledoubledoubledoubledouble
- 
Uses of Engine in org.jboss.modcluster.mcmpMethods 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.implMethods 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)