Uses of Class
org.talend.esb.sam.common.event.EventTypeEnum

Packages that use EventTypeEnum
org.talend.esb.sam.common.event   
org.talend.esb.sam.common.util   
 

Uses of EventTypeEnum in org.talend.esb.sam.common.event
 

Methods in org.talend.esb.sam.common.event that return EventTypeEnum
 EventTypeEnum Event.getEventType()
           
static EventTypeEnum EventTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventTypeEnum[] EventTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.talend.esb.sam.common.event with parameters of type EventTypeEnum
 void Event.setEventType(EventTypeEnum eventType)
           
 

Uses of EventTypeEnum in org.talend.esb.sam.common.util
 

Methods in org.talend.esb.sam.common.util with parameters of type EventTypeEnum
 Event EventCreator.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.