Package com.microej.mwt
Class MonitorHelper
- java.lang.Object
-
- com.microej.mwt.MonitorHelper
-
public class MonitorHelper extends java.lang.ObjectThis 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(java.lang.Class<T> monitorType, java.lang.Class<?> injectedType, java.lang.String constant)Instantiates a monitor class.
-
-
-
Method Detail
-
getObject
public static <T> T getObject(java.lang.Class<T> monitorType, java.lang.Class<?> injectedType, java.lang.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
-
-