Package | Description |
---|---|
org.jboss.modcluster.config | |
org.jboss.modcluster.config.impl |
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
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.