public class SGExecutionManagerWrapper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
abortAllLoadtests() |
static Object |
createController(String sConfigFilename) |
static void |
destroyController(Object ltc) |
static int |
getAttribute(String name) |
static int |
getMeasureClass(int eMeasureType) |
static String |
getMeasureClassName(int eMeasureClass) |
static String |
getMeasureTypeName(int eMeasureType) |
static Class<?> |
getSgExecutionManagerClass() |
static Object |
openProject(String sFilename) |
static void |
setMessagingMode(int mode) |
public static int getAttribute(String name) throws NoSuchFieldException, IllegalAccessException
public static void abortAllLoadtests() throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static Object openProject(String sFilename) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static void setMessagingMode(int mode) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static Object createController(String sConfigFilename) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static void destroyController(Object ltc) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, ClassNotFoundException
public static int getMeasureClass(int eMeasureType) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static String getMeasureClassName(int eMeasureClass) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static String getMeasureTypeName(int eMeasureType) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static Class<?> getSgExecutionManagerClass()
Copyright © 2016–2020. All rights reserved.