Package | Description |
---|---|
org.jboss.modcluster.config | |
org.jboss.modcluster.config.impl | |
org.jboss.modcluster.container.catalina.standalone |
Modifier and Type | Method and Description |
---|---|
JvmRouteFactory |
MCMPHandlerConfiguration.getJvmRouteFactory()
Factory for generating jvm route
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleJvmRouteFactory
Generate a jvm route of the form:
connector-bind-address:connector-port:engine-name |
class |
SystemPropertyJvmRouteFactory
Decorates an existing jvm route factory, allowing system property override if defined.
|
class |
UUIDJvmRouteFactory
Generates a jvm route using a UUID constructed from the connector address/port and engine name.
|
Modifier and Type | Method and Description |
---|---|
JvmRouteFactory |
ModClusterConfig.getJvmRouteFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ModClusterConfig.setJvmRouteFactory(JvmRouteFactory jvmRouteFactory) |
Constructor and Description |
---|
SystemPropertyJvmRouteFactory(JvmRouteFactory factory)
Creates a new SystemPropertyJvmRouteFactory using the default system
SystemPropertyJvmRouteFactory.PROPERTY . |
SystemPropertyJvmRouteFactory(JvmRouteFactory factory,
String property)
Creates a new SystemPropertyJvmRouteFactory
|
Modifier and Type | Method and Description |
---|---|
Class<? extends JvmRouteFactory> |
ModClusterListener.getJvmRouteFactoryClass() |
Modifier and Type | Method and Description |
---|---|
void |
ModClusterListener.setJvmRouteFactoryClass(Class<? extends JvmRouteFactory> factoryClass) |
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.