A C E F G H I J L M O P R S T V W

A

addEvent(Event) - Method in exception org.talend.esb.sam.common.event.MonitoringException
Adds the event.
addEvents(Collection<Event>) - Method in exception org.talend.esb.sam.common.event.MonitoringException
Adds the events.

C

ContentLengthHandler - Class in org.talend.esb.sam.common.handler.impl
Content length handler is able to cut the message content within an event.
ContentLengthHandler() - Constructor for class org.talend.esb.sam.common.handler.impl.ContentLengthHandler
Instantiates a new content length handler.
CustomInfoHandler - Class in org.talend.esb.sam.common.handler.impl
Adds a fixed set of custom info fields to the event.
CustomInfoHandler() - Constructor for class org.talend.esb.sam.common.handler.impl.CustomInfoHandler
 

E

equals(Object) - Method in class org.talend.esb.sam.common.event.MessageInfo
 
equals(Object) - Method in class org.talend.esb.sam.common.event.Originator
 
Event - Class in org.talend.esb.sam.common.event
The Class Event.
Event() - Constructor for class org.talend.esb.sam.common.event.Event
Instantiates a new event.
EventFilter - Interface in org.talend.esb.sam.common.spi
The Interface EventFilter using for event filtering.
EventHandler - Interface in org.talend.esb.sam.common.spi
EventManipulator interface is used for the basic handler.
EventRepository - Interface in org.talend.esb.sam.common.event.persistence
The Interface EventRepository for storing and accessing events in database.
EventTypeEnum - Enum in org.talend.esb.sam.common.event
The EventTypeEnum used to define event type.

F

filter(Event) - Method in class org.talend.esb.sam.common.filter.impl.JxPathFilter
 
filter(Event) - Method in class org.talend.esb.sam.common.filter.impl.StringContentFilter
Filter event if word occurs in wordsToFilter.
filter(Event) - Method in interface org.talend.esb.sam.common.spi.EventFilter
Filter the events.

G

getCode() - Method in exception org.talend.esb.sam.common.event.MonitoringException
Gets the code.
getContent() - Method in class org.talend.esb.sam.common.event.Event
Gets the content.
getCustomId() - Method in class org.talend.esb.sam.common.event.Originator
Gets the custom id.
getCustomInfo() - Method in class org.talend.esb.sam.common.event.Event
Gets the custom info.
getEventType() - Method in class org.talend.esb.sam.common.event.Event
Gets the event type.
getFlowId() - Method in class org.talend.esb.sam.common.event.MessageInfo
Gets the flow id.
getHostname() - Method in class org.talend.esb.sam.common.event.Originator
Gets the hostname.
getIp() - Method in class org.talend.esb.sam.common.event.Originator
Gets the ip address.
getLength() - Method in class org.talend.esb.sam.common.handler.impl.ContentLengthHandler
Gets the length.
getMessage() - Method in exception org.talend.esb.sam.common.event.MonitoringException
 
getMessageId() - Method in class org.talend.esb.sam.common.event.MessageInfo
Gets the message id.
getMessageInfo() - Method in class org.talend.esb.sam.common.event.Event
Gets the message info.
getOperationName() - Method in class org.talend.esb.sam.common.event.MessageInfo
Gets the operation name.
getOriginator() - Method in class org.talend.esb.sam.common.event.Event
Gets the originator.
getPersistedId() - Method in class org.talend.esb.sam.common.event.Event
Gets the persisted id.
getPortType() - Method in class org.talend.esb.sam.common.event.MessageInfo
Gets the port type.
getPrincipal() - Method in class org.talend.esb.sam.common.event.Originator
Gets the principal.
getProcessId() - Method in class org.talend.esb.sam.common.event.Originator
Gets the process id.
getTagnames() - Method in class org.talend.esb.sam.common.handler.impl.PasswordHandler
Gets the tagnames.
getTimestamp() - Method in class org.talend.esb.sam.common.event.Event
Gets the timestamp.
getTransportType() - Method in class org.talend.esb.sam.common.event.MessageInfo
Gets the transport type.
getWordsToFilter() - Method in class org.talend.esb.sam.common.filter.impl.StringContentFilter
Gets the words to filter.

H

handleEvent(Event) - Method in class org.talend.esb.sam.common.handler.impl.ContentLengthHandler
Cut the message content to the configured length.
handleEvent(Event) - Method in class org.talend.esb.sam.common.handler.impl.CustomInfoHandler
 
handleEvent(Event) - Method in class org.talend.esb.sam.common.handler.impl.PasswordHandler
Replaces all configured elements with a ---replaced--- string.
handleEvent(Event) - Method in interface org.talend.esb.sam.common.spi.EventHandler
Handle event.
hashCode() - Method in class org.talend.esb.sam.common.event.MessageInfo
 
hashCode() - Method in class org.talend.esb.sam.common.event.Originator
 

I

isContentCut() - Method in class org.talend.esb.sam.common.event.Event
Checks if is content cut.

J

JxPathFilter - Class in org.talend.esb.sam.common.filter.impl
The Class JxPathFilter.
JxPathFilter() - Constructor for class org.talend.esb.sam.common.filter.impl.JxPathFilter
Instantiates a new jx path filter.
JxPathFilter(String) - Constructor for class org.talend.esb.sam.common.filter.impl.JxPathFilter
Instantiates a new jx path filter.

L

logException(Level) - Method in exception org.talend.esb.sam.common.event.MonitoringException
Prints the error message as log message.

M

MessageInfo - Class in org.talend.esb.sam.common.event
The Class MessageInfo using to define information related to message.
MessageInfo(String, String, String, String, String) - Constructor for class org.talend.esb.sam.common.event.MessageInfo
Instantiates a new message info.
MessageInfo() - Constructor for class org.talend.esb.sam.common.event.MessageInfo
Instantiates a new message info.
MonitoringException - Exception in org.talend.esb.sam.common.event
The Class MonitoringException describes the monitoring exception.
MonitoringException(String, String, Throwable) - Constructor for exception org.talend.esb.sam.common.event.MonitoringException
Instantiates a new monitoring exception.
MonitoringException(String, String, Throwable, Event) - Constructor for exception org.talend.esb.sam.common.event.MonitoringException
Instantiates a new monitoring exception.
MonitoringException(String, String, Throwable, List<Event>) - Constructor for exception org.talend.esb.sam.common.event.MonitoringException
Instantiates a new monitoring exception.
MonitoringService - Interface in org.talend.esb.sam.common.service
Public interface for the business logic of MonitoringService.

O

org.talend.esb.sam.common.event - package org.talend.esb.sam.common.event
 
org.talend.esb.sam.common.event.persistence - package org.talend.esb.sam.common.event.persistence
 
org.talend.esb.sam.common.filter.impl - package org.talend.esb.sam.common.filter.impl
 
org.talend.esb.sam.common.handler.impl - package org.talend.esb.sam.common.handler.impl
 
org.talend.esb.sam.common.service - package org.talend.esb.sam.common.service
 
org.talend.esb.sam.common.spi - package org.talend.esb.sam.common.spi
 
Originator - Class in org.talend.esb.sam.common.event
The Class Originator.
Originator(String, String, String, String, String) - Constructor for class org.talend.esb.sam.common.event.Originator
Instantiates a new originator.
Originator() - Constructor for class org.talend.esb.sam.common.event.Originator
Instantiates a new originator.

P

PasswordHandler - Class in org.talend.esb.sam.common.handler.impl
Password handler removes xml-tags within the content of the event.
PasswordHandler() - Constructor for class org.talend.esb.sam.common.handler.impl.PasswordHandler
Instantiates a new password handler.
putEvents(List<Event>) - Method in interface org.talend.esb.sam.common.service.MonitoringService
Handle the event with all configured handlers.

R

readEvent(long) - Method in interface org.talend.esb.sam.common.event.persistence.EventRepository
Read event from database.

S

setContent(String) - Method in class org.talend.esb.sam.common.event.Event
Sets the content.
setContentCut(boolean) - Method in class org.talend.esb.sam.common.event.Event
Sets the content cut.
setCustomId(String) - Method in class org.talend.esb.sam.common.event.Originator
Sets the custom id.
setCustomInfo(Map<String, String>) - Method in class org.talend.esb.sam.common.handler.impl.CustomInfoHandler
Sets the custom info.
setEventType(EventTypeEnum) - Method in class org.talend.esb.sam.common.event.Event
Sets the event type.
setExpression(String) - Method in class org.talend.esb.sam.common.filter.impl.JxPathFilter
Sets the expression.
setFlowId(String) - Method in class org.talend.esb.sam.common.event.MessageInfo
Sets the flow id.
setHostname(String) - Method in class org.talend.esb.sam.common.event.Originator
Sets the hostname.
setIp(String) - Method in class org.talend.esb.sam.common.event.Originator
Sets the ip address.
setLength(int) - Method in class org.talend.esb.sam.common.handler.impl.ContentLengthHandler
Set the maximum length for the message.
setMessageId(String) - Method in class org.talend.esb.sam.common.event.MessageInfo
Sets the message id.
setMessageInfo(MessageInfo) - Method in class org.talend.esb.sam.common.event.Event
Sets the message info.
setOperationName(String) - Method in class org.talend.esb.sam.common.event.MessageInfo
Sets the operation name.
setOriginator(Originator) - Method in class org.talend.esb.sam.common.event.Event
Sets the originator.
setPersistedId(Long) - Method in class org.talend.esb.sam.common.event.Event
Sets the persisted id.
setPortType(String) - Method in class org.talend.esb.sam.common.event.MessageInfo
Sets the port type.
setPrincipal(String) - Method in class org.talend.esb.sam.common.event.Originator
Sets the principal.
setProcessId(String) - Method in class org.talend.esb.sam.common.event.Originator
Sets the process id.
setTagnames(List<String>) - Method in class org.talend.esb.sam.common.handler.impl.PasswordHandler
Set a list with names, which should be filtered.
setTimestamp(Date) - Method in class org.talend.esb.sam.common.event.Event
Sets the timestamp.
setTransportType(String) - Method in class org.talend.esb.sam.common.event.MessageInfo
Sets the transport type.
setWordsToFilter(List<String>) - Method in class org.talend.esb.sam.common.filter.impl.StringContentFilter
Sets the words to filter.
StringContentFilter - Class in org.talend.esb.sam.common.filter.impl
The Class StringContentFilter used for filtering words in event.
StringContentFilter() - Constructor for class org.talend.esb.sam.common.filter.impl.StringContentFilter
 

T

toString() - Method in class org.talend.esb.sam.common.event.Event
 
toString() - Method in class org.talend.esb.sam.common.event.MessageInfo
 
toString() - Method in class org.talend.esb.sam.common.event.Originator
 

V

valueOf(String) - Static method in enum org.talend.esb.sam.common.event.EventTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.talend.esb.sam.common.event.EventTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeEvent(Event) - Method in interface org.talend.esb.sam.common.event.persistence.EventRepository
Write event to database.

A C E F G H I J L M O P R S T V W

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