Class LineServerHandlerFactory
- java.lang.Object
-
- org.palladiosimulator.solver.handler.LineServerHandlerFactory
-
public class LineServerHandlerFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description LineServerHandlerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearHandler()
Destroys the instance of the handlerstatic LineServerHandler
getHandler()
static void
setLINEPropertyFile(String linePropFile)
Specify the path to the LINE.properties file containing details about the connection to the server and parameters to launch a new server
-
-
-
Method Detail
-
getHandler
public static LineServerHandler getHandler()
-
clearHandler
public static void clearHandler()
Destroys the instance of the handler
-
setLINEPropertyFile
public static void setLINEPropertyFile(String linePropFile)
Specify the path to the LINE.properties file containing details about the connection to the server and parameters to launch a new server- Parameters:
linePropFile
-
-
-