public class SystemPropertyJvmRouteFactory extends Object implements JvmRouteFactory
| Constructor and Description |
|---|
SystemPropertyJvmRouteFactory(JvmRouteFactory factory)
Creates a new SystemPropertyJvmRouteFactory using the default system
PROPERTY. |
SystemPropertyJvmRouteFactory(JvmRouteFactory factory,
String property)
Creates a new SystemPropertyJvmRouteFactory
|
| Modifier and Type | Method and Description |
|---|---|
String |
createJvmRoute(Engine engine)
Creates a unique jvm route for the specified engine.
|
public static final String PROPERTY
public SystemPropertyJvmRouteFactory(JvmRouteFactory factory)
PROPERTY.factory - the factory from which to generate a jvm route if the default system property is not defined.public SystemPropertyJvmRouteFactory(JvmRouteFactory factory, String property)
property - the system property that defines this node's jvm routefactory - the factory from which to generate a jvm route if the specified system property is not defined.public String createJvmRoute(Engine engine)
JvmRouteFactorycreateJvmRoute in interface JvmRouteFactoryengine - an engineCopyright © 2023 JBoss by Red Hat. All rights reserved.