Class Util
- java.lang.Object
-
- org.pentaho.di.trans.ael.websocket.Util
-
public class Util extends Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.pentaho.di.engine.api.events.MetricsEventgetMetricEvents(String operationID)static org.pentaho.di.engine.api.events.LogEventgetOperationLogEvent(String operationID)static org.pentaho.di.engine.api.events.DataEventgetOperationRowEvent(String operationID)static org.pentaho.di.engine.api.events.StatusEventgetOperationStatusEvent(String operationID)static org.pentaho.di.engine.api.remote.StopMessagegetStopMessage()static org.pentaho.di.engine.api.events.ErrorEventgetTransformationErrorEvent()static org.pentaho.di.engine.api.events.LogEventgetTransformationLogEvent()static org.pentaho.di.engine.api.events.StatusEventgetTransformationStatusEvent()
-
-
-
Method Detail
-
getTransformationLogEvent
public static org.pentaho.di.engine.api.events.LogEvent getTransformationLogEvent()
-
getTransformationStatusEvent
public static org.pentaho.di.engine.api.events.StatusEvent getTransformationStatusEvent()
-
getTransformationErrorEvent
public static org.pentaho.di.engine.api.events.ErrorEvent getTransformationErrorEvent()
-
getStopMessage
public static org.pentaho.di.engine.api.remote.StopMessage getStopMessage()
-
getOperationLogEvent
public static org.pentaho.di.engine.api.events.LogEvent getOperationLogEvent(String operationID)
-
getOperationStatusEvent
public static org.pentaho.di.engine.api.events.StatusEvent getOperationStatusEvent(String operationID)
-
getOperationRowEvent
public static org.pentaho.di.engine.api.events.DataEvent getOperationRowEvent(String operationID)
-
getMetricEvents
public static org.pentaho.di.engine.api.events.MetricsEvent getMetricEvents(String operationID)
-
-