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)
          Adds the event.
 

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

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

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)
          Instantiates a new monitoring exception.
 

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)
          Filter the events.
 void EventHandler.handleEvent(Event event)
          Handle event.
 



Copyright © 2011–2014 Talend Inc.. All rights reserved.