com.mulesoft.mmc.alert
Class LowMemoryAlertTransformer

java.lang.Object
  extended by com.mulesoft.mmc.alert.LowMemoryAlertTransformer
All Implemented Interfaces:
Transformer<AlertDefinition,com.mulesoft.mmc.agent.dto.alerts.MuleSLA>

public class LowMemoryAlertTransformer
extends java.lang.Object
implements Transformer<AlertDefinition,com.mulesoft.mmc.agent.dto.alerts.MuleSLA>


Constructor Summary
LowMemoryAlertTransformer()
           
 
Method Summary
 java.util.List<com.mulesoft.mmc.agent.dto.alerts.WatchInfo<com.mulesoft.mmc.agent.dto.alerts.MuleSLA>> transform(AlertDefinition def)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowMemoryAlertTransformer

public LowMemoryAlertTransformer()
Method Detail

transform

public java.util.List<com.mulesoft.mmc.agent.dto.alerts.WatchInfo<com.mulesoft.mmc.agent.dto.alerts.MuleSLA>> transform(AlertDefinition def)
Specified by:
transform in interface Transformer<AlertDefinition,com.mulesoft.mmc.agent.dto.alerts.MuleSLA>