Package org.jboss.modcluster.config
Interface JvmRouteFactory
-
- All Known Implementing Classes:
SimpleJvmRouteFactory,SystemPropertyJvmRouteFactory,UUIDJvmRouteFactory
public interface JvmRouteFactoryFactory for creating a unique jvm route for an engine.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcreateJvmRoute(Engine engine)Creates a unique jvm route for the specified engine.
-