Package com.microej.mwt
Class MonitorHelper
- java.lang.Object
-
- com.microej.mwt.MonitorHelper
-
public class MonitorHelper extends Object
This class is only used internally by MWT to instantiate monitor classes.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TgetObject(Class<T> monitorType, Class<?> injectedType, String constant)Instantiates a monitor class.
-
-
-
Method Detail
-
getObject
public static <T> T getObject(Class<T> monitorType, Class<?> injectedType, String constant)
Instantiates a monitor class.- Type Parameters:
T- the monitor type- Parameters:
monitorType- the monitor typeinjectedType- the type declared in the BON Constantconstant- the name of the constant- Returns:
- the created monitor instance
-
-