|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||