Package org.jboss.modcluster.config
Interface JvmRouteFactory
- All Known Implementing Classes:
 SimpleJvmRouteFactory,SystemPropertyJvmRouteFactory,UUIDJvmRouteFactory
public interface JvmRouteFactory
Factory for creating a unique jvm route for an engine.
- Author:
 - Paul Ferraro
 
- 
Method Summary
Modifier and TypeMethodDescriptioncreateJvmRoute(Engine engine) Creates a unique jvm route for the specified engine. 
- 
Method Details
- 
createJvmRoute
Creates a unique jvm route for the specified engine.- Parameters:
 engine- an engine- Returns:
 - a jvm route
 
 
 -