public class PublishingEvent extends Object
Constructor and Description |
---|
PublishingEvent() |
PublishingEvent(String flowId,
int componentIndex,
StatisticsLog statisticsLog,
String entryPoint,
Integer entryPointHashcode) |
public PublishingEvent()
public PublishingEvent(String flowId, int componentIndex, StatisticsLog statisticsLog, String entryPoint, Integer entryPointHashcode)
public String getFlowId()
public void setFlowId(String flowId)
public String getComponentType()
public void setComponentType(String componentType)
public String getComponentName()
public void setComponentName(String componentName)
public Integer getComponentIndex()
public long getStartTime()
public void setStartTime(long startTime)
public long getEndTime()
public void setEndTime(long endTime)
public long getDuration()
public void setDuration(long duration)
public String getBeforePayload()
public void setBeforePayload(String beforePayload)
public String getAfterPayload()
public void setAfterPayload(String afterPayload)
public Map getContextPropertyMap()
public void setContextPropertyMap(Map contextPropertyMap)
public Map getTransportPropertyMap()
public void setTransportPropertyMap(Map transportPropertyMap)
public Integer[] getChildren()
public void setChildren(Integer[] children)
public String getEntryPoint()
public void setEntryPoint(String entryPoint)
public int getFaultCount()
public void setFaultCount(int faultCount)
public String getComponentId()
public void setComponentId(String componentId)
public Integer getHashCode()
public void setHashCode(Integer hashCode)
public Integer getEntryPointHashcode()
public void setEntryPointHashcode(Integer entryPointHashcode)
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.