org.talend.esb.sam.common.util
Class EventCreator

java.lang.Object
  extended by org.talend.esb.sam.common.util.EventCreator

public class EventCreator
extends Object

TODO Sue Builder pattern?


Method Summary
static Event createEvent(String content, Date timestamp, EventTypeEnum eventType, String customOriginatorId, String hostname, String ip, String processId, String flowId, String messageId, String operarionName, String portType, String transportType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createEvent

public static Event createEvent(String content,
                                Date timestamp,
                                EventTypeEnum eventType,
                                String customOriginatorId,
                                String hostname,
                                String ip,
                                String processId,
                                String flowId,
                                String messageId,
                                String operarionName,
                                String portType,
                                String transportType)


Copyright © 2011 Talend Inc.. All Rights Reserved.