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

Packages that use Event
org.talend.esb.sam.common.event   
org.talend.esb.sam.common.event.persistence   
org.talend.esb.sam.common.filter.impl   
org.talend.esb.sam.common.handler.impl   
org.talend.esb.sam.common.service   
org.talend.esb.sam.common.spi   
 

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

Methods in org.talend.esb.sam.common.event with parameters of type Event
 void MonitoringException.addEvent(Event event)
           
 

Method parameters in org.talend.esb.sam.common.event with type arguments of type Event
 void MonitoringException.addEvents(Collection<Event> eventCollection)
           
 

Constructors in org.talend.esb.sam.common.event with parameters of type Event
MonitoringException(String code, String message, Throwable t, Event event)
           
 

Constructor parameters in org.talend.esb.sam.common.event with type arguments of type Event
MonitoringException(String code, String message, Throwable t, List<Event> events)
           
 

Uses of Event in org.talend.esb.sam.common.event.persistence
 

Methods in org.talend.esb.sam.common.event.persistence that return Event
 Event EventRepository.readEvent(long id)
          Read event from database
 

Methods in org.talend.esb.sam.common.event.persistence with parameters of type Event
 void EventRepository.writeEvent(Event event)
          Write event to database
 

Uses of Event in org.talend.esb.sam.common.filter.impl
 

Methods in org.talend.esb.sam.common.filter.impl with parameters of type Event
 boolean JxPathFilter.filter(Event event)
           
 boolean StringContentFilter.filter(Event event)
          Filter event if word occurs in wordsToFilter
 

Uses of Event in org.talend.esb.sam.common.handler.impl
 

Methods in org.talend.esb.sam.common.handler.impl with parameters of type Event
 void CustomInfoHandler.handleEvent(Event event)
           
 void ContentLengthHandler.handleEvent(Event event)
          Cut the message content to the configured length
 void PasswordHandler.handleEvent(Event event)
          Replaces all configured elements with a ---replaced--- string
 

Uses of Event in org.talend.esb.sam.common.service
 

Method parameters in org.talend.esb.sam.common.service with type arguments of type Event
 void MonitoringService.putEvents(List<Event> events)
          Handle the event with all configured handlers.
 

Uses of Event in org.talend.esb.sam.common.spi
 

Methods in org.talend.esb.sam.common.spi with parameters of type Event
 boolean EventFilter.filter(Event event)
           
 void EventHandler.handleEvent(Event event)
           
 



Copyright © 2011 Talend Inc.. All Rights Reserved.