|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Event in org.ikasan.framework.component |
|---|
| Methods in org.ikasan.framework.component that return Event | |
|---|---|
Event |
Event.clone()
Returns a completely new instance of the payload with a deep copy of all fields. |
Event |
Event.spawnChild(String moduleName,
String componentName,
int siblingNo,
List<Payload> payloads)
Spawns a new child Event from this Event |
Event |
Event.spawnChild(String moduleName,
String componentName,
int siblingNo,
Payload payload)
Spawns a new child Event from this Event |
| Methods in org.ikasan.framework.component with parameters of type Event | |
|---|---|
IkasanExceptionAction |
LoggingExceptionHandlerImpl.invoke(String componentName,
Event event,
Throwable throwable)
|
| Uses of Event in org.ikasan.framework.component.endpoint |
|---|
| Methods in org.ikasan.framework.component.endpoint with parameters of type Event | |
|---|---|
void |
DeadEndpoint.onEvent(Event event)
|
void |
PluginEndpointAdapter.onEvent(Event event)
|
void |
WiretapEndpoint.onEvent(Event event)
|
void |
EventWiretapEndpoint.onEvent(Event event)
Deprecated. |
void |
EventLoggingEndpoint.onEvent(Event event)
|
void |
Endpoint.onEvent(Event event)
Delivers the Event to an external system |
void |
PayloadPublisherEndpoint.onEvent(Event event)
|
| Uses of Event in org.ikasan.framework.component.routing |
|---|
| Methods in org.ikasan.framework.component.routing with parameters of type Event | |
|---|---|
protected String |
ContainsPayloadRouter.evaluate(Event event)
Deprecated. Simply assesses whether or not the Event contains a Payload |
protected String |
AbstractFilteringRouter.evaluate(Event event)
|
protected String |
XMLValidatorRouter.evaluate(Event event)
|
protected String |
FirstPayloadAttributeRouter.evaluate(Event event)
|
String |
XPathSelectorRouter.evaluate(Event event)
|
protected abstract String |
SingleResultRouter.evaluate(Event event)
Returns a single value as a result of evaluating the Event |
protected abstract boolean |
AbstractFilteringRouter.filter(Event event)
Should this Event be caught by the filter? |
List<String> |
RecipientListRouter.onEvent(Event event)
|
List<String> |
XPathBooleanRouter.onEvent(Event event)
Implementation of the onEvent XPathBooleanRoute |
List<String> |
Router.onEvent(Event event)
Handles the Event |
List<String> |
SingleResultRouter.onEvent(Event event)
Implementation of Router.onEvent(Event) |
| Uses of Event in org.ikasan.framework.component.sequencing |
|---|
| Methods in org.ikasan.framework.component.sequencing that return types with arguments of type Event | |
|---|---|
List<Event> |
TokenizingSplitter.onEvent(Event event,
String moduleName,
String componentName)
Implementation of the onEvent TokenisingSplitter |
List<Event> |
UncompressDataSplitter.onEvent(Event event,
String moduleName,
String componentName)
Implementation of org.ikasan.framework.component.sequencing.Sequencer#onEvent(Event) |
List<Event> |
SinglePayloadPerEventSplitter.onEvent(Event event,
String moduleName,
String componentName)
|
List<Event> |
Sequencer.onEvent(Event event,
String moduleName,
String componentName)
Returns an ordered List |
List<Event> |
EventAggregatingSequencer.onEvent(Event event,
String moduleName,
String componentName)
Deprecated. |
| Methods in org.ikasan.framework.component.sequencing with parameters of type Event | |
|---|---|
List<Event> |
TokenizingSplitter.onEvent(Event event,
String moduleName,
String componentName)
Implementation of the onEvent TokenisingSplitter |
List<Event> |
UncompressDataSplitter.onEvent(Event event,
String moduleName,
String componentName)
Implementation of org.ikasan.framework.component.sequencing.Sequencer#onEvent(Event) |
List<Event> |
SinglePayloadPerEventSplitter.onEvent(Event event,
String moduleName,
String componentName)
|
List<Event> |
Sequencer.onEvent(Event event,
String moduleName,
String componentName)
Returns an ordered List |
List<Event> |
EventAggregatingSequencer.onEvent(Event event,
String moduleName,
String componentName)
Deprecated. |
| Uses of Event in org.ikasan.framework.component.transformation |
|---|
| Methods in org.ikasan.framework.component.transformation with parameters of type Event | |
|---|---|
void |
UncompressDataTransformer.onEvent(Event event)
|
void |
ExtendedXsltTransformer.onEvent(Event event)
Deprecated. |
void |
XsltTransformer.onEvent(Event event)
|
void |
SimpleXslTransformer.onEvent(Event event)
|
void |
Transformer.onEvent(Event event)
Transforms or otherwise changes the passed in Event |
void |
XMLValidator.onEvent(Event event)
Implementation of the onEvent XMLValidation |
void |
XMLReaderTransformer.onEvent(Event event)
|
void |
PluginTransformerAdapter.onEvent(Event event)
Deprecated. |
| Uses of Event in org.ikasan.framework.error.model |
|---|
| Methods in org.ikasan.framework.error.model that return Event | |
|---|---|
Event |
ErrorOccurrence.getErrorEvent()
Accessor for ErrorEvent |
| Constructors in org.ikasan.framework.error.model with parameters of type Event | |
|---|---|
ErrorOccurrence(Throwable throwable,
Event event,
String moduleName,
String flowName,
String flowElementName,
Date expiry,
String actionTaken)
Constructor, to be used when the error relates to an Event |
|
| Uses of Event in org.ikasan.framework.error.service |
|---|
| Methods in org.ikasan.framework.error.service with parameters of type Event | |
|---|---|
void |
ErrorLoggingService.logError(Throwable throwable,
String moduleName,
String flowName,
String flowElementName,
Event currentEvent,
String actionTaken)
Logs an Error where there is an inflight Event involved in a Flow |
void |
DefaultErrorLoggingServiceImpl.logError(Throwable throwable,
String moduleName,
String flowName,
String flowElementName,
Event currentEvent,
String actionTaken)
|
| Uses of Event in org.ikasan.framework.event.exclusion.model |
|---|
| Methods in org.ikasan.framework.event.exclusion.model that return Event | |
|---|---|
Event |
ExcludedEvent.getEvent()
Accessor for event |
| Constructors in org.ikasan.framework.event.exclusion.model with parameters of type Event | |
|---|---|
ExcludedEvent(Event event,
String moduleName,
String flowName,
Date exclusionTime)
Constructor |
|
| Uses of Event in org.ikasan.framework.event.exclusion.service |
|---|
| Methods in org.ikasan.framework.event.exclusion.service with parameters of type Event | |
|---|---|
void |
ExcludedEventService.excludeEvent(Event event,
String moduleName,
String flowName)
Exclude and Event from a specified flow |
void |
ExcludedEventServiceImpl.excludeEvent(Event event,
String moduleName,
String flowName)
|
void |
ExcludedEventListener.notifyExcludedEvent(Event excludedEvent)
Callback for the notification of the exclusion of an Event |
| Uses of Event in org.ikasan.framework.event.serialisation |
|---|
| Methods in org.ikasan.framework.event.serialisation that return Event | |
|---|---|
protected Event |
DefaultMapMessageEventSerialiser.demapEvent(javax.jms.MapMessage mapMessage,
String moduleName,
String componentName,
List<Payload> payloads,
List<String> eventFieldNames)
|
Event |
DefaultMapMessageEventSerialiser.fromMessage(javax.jms.MapMessage mapMessage,
String moduleName,
String componentName)
|
Event |
JmsMessageEventSerialiser.fromMessage(T message,
String moduleName,
String componentName)
Deserialises a previously existing Event from a MapMessage |
| Methods in org.ikasan.framework.event.serialisation with parameters of type Event | |
|---|---|
T |
JmsMessageEventSerialiser.toMessage(Event event,
javax.jms.Session session)
Serialises an Event to a MapMessage |
javax.jms.MapMessage |
DefaultMapMessageEventSerialiser.toMessage(Event event,
javax.jms.Session session)
|
| Uses of Event in org.ikasan.framework.event.service |
|---|
| Methods in org.ikasan.framework.event.service that return Event | |
|---|---|
Event |
EventAggregator.aggregate(Event event)
Deprecated. Aggregate the Event |
| Methods in org.ikasan.framework.event.service that return types with arguments of type Event | |
|---|---|
List<Event> |
MultiPayloadPerEventProvider.getEvents()
|
List<Event> |
SinglePayloadPerEventProvider.getEvents()
|
List<Event> |
EventProvider.getEvents()
Returns a List of Events known to this EventProvider |
| Methods in org.ikasan.framework.event.service with parameters of type Event | |
|---|---|
Event |
EventAggregator.aggregate(Event event)
Deprecated. Aggregate the Event |
| Uses of Event in org.ikasan.framework.event.wiretap.service |
|---|
| Methods in org.ikasan.framework.event.wiretap.service with parameters of type Event | |
|---|---|
void |
WiretapServiceImpl.tapEvent(Event event,
String componentName,
String moduleName,
String flowName,
Long timeToLive)
Wiretap an Event |
void |
WiretapService.tapEvent(Event event,
String componentName,
String moduleName,
String flowName,
Long timeToLive)
dumps a snapshot of an Event at runtime in the form of one
or more WiretapEvents - one for every Payload
contained |
| Uses of Event in org.ikasan.framework.flow |
|---|
| Methods in org.ikasan.framework.flow with parameters of type Event | |
|---|---|
void |
Flow.invoke(FlowInvocationContext flowInvocationContext,
Event event)
Invocation of this method represents the handling of the Event |
void |
VisitingInvokerFlow.invoke(FlowInvocationContext flowInvocationContext,
Event event)
|
| Uses of Event in org.ikasan.framework.flow.event.listener |
|---|
| Methods in org.ikasan.framework.flow.event.listener with parameters of type Event | |
|---|---|
void |
JobAwareFlowEventListener.afterFlow(String moduleName,
String flowName,
Event event)
|
void |
FlowEventListener.afterFlow(String moduleName,
String flowName,
Event event)
Callback method to be invoked subsequent to Flow execution |
void |
JobAwareFlowEventListener.afterFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
Event event)
|
void |
FlowEventListener.afterFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
Event event)
Callback method to be called subsequent to FlowElement execution |
void |
JobAwareFlowEventListener.beforeFlow(String moduleName,
String flowName,
Event event)
|
void |
FlowEventListener.beforeFlow(String moduleName,
String flowName,
Event event)
Callback method to be invoked prior to Flow execution |
void |
JobAwareFlowEventListener.beforeFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
Event event)
|
void |
FlowEventListener.beforeFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
Event event)
Callback method to be invoked prior to FlowElement execution |
| Uses of Event in org.ikasan.framework.flow.event.service |
|---|
| Methods in org.ikasan.framework.flow.event.service with parameters of type Event | |
|---|---|
void |
LoggingEventJob.execute(String location,
String moduleName,
String flowName,
Event event,
Map<String,String> params)
|
void |
WiretapEventJob.execute(String location,
String moduleName,
String flowName,
Event event,
Map<String,String> params)
|
void |
FlowEventJob.execute(String location,
String moduleName,
String flowName,
Event event,
Map<String,String> params)
Execute the Flow Event Job |
| Uses of Event in org.ikasan.framework.flow.invoker |
|---|
| Methods in org.ikasan.framework.flow.invoker with parameters of type Event | |
|---|---|
void |
VisitingFlowElementInvoker.invoke(FlowInvocationContext flowInvocationContext,
Event event,
String moduleName,
String flowName,
FlowElement flowElement)
|
void |
FlowElementInvoker.invoke(FlowInvocationContext flowInvocationContext,
Event event,
String moduleName,
String flowName,
FlowElement flowElement)
Invokes the specified FlowElementwith the specified Event |
| Uses of Event in org.ikasan.framework.initiator |
|---|
| Methods in org.ikasan.framework.initiator with parameters of type Event | |
|---|---|
protected void |
AbstractInitiator.invokeFlow(Event event)
Invoke the flow with a single Event |
protected void |
AbstractInitiator.logError(Event event,
Throwable throwable,
String componentName,
IkasanExceptionAction exceptionAction)
Logs errors in a heavy weight fashion using an ErrorLoggingService if available |
| Method parameters in org.ikasan.framework.initiator with type arguments of type Event | |
|---|---|
protected void |
AbstractInitiator.invokeFlow(List<Event> events)
Invoke the flow with all available Events, handing exception actions as we go |
| Uses of Event in org.ikasan.framework.initiator.eventdriven |
|---|
| Methods in org.ikasan.framework.initiator.eventdriven with parameters of type Event | |
|---|---|
void |
EventListener.onEvent(Event event)
Ikasan event listener |
void |
EventDrivenInitiatorImpl.onEvent(Event event)
|
| Uses of Event in org.ikasan.framework.initiator.messagedriven |
|---|
| Methods in org.ikasan.framework.initiator.messagedriven that return Event | |
|---|---|
protected Event |
JmsMessageDrivenInitiatorImpl.handleBytesMessage(javax.jms.BytesMessage message)
JMS Message specific type handling for BytesMessage
Subclasses that wish to support this Message type will override this |
protected Event |
JmsMessageDrivenInitiatorImpl.handleMapMessage(javax.jms.MapMessage message)
JMS Message specific type handling for MapMessage
Subclasses that wish to support this Message type will override this |
protected Event |
EventMessageDrivenInitiator.handleMapMessage(javax.jms.MapMessage message)
|
protected Event |
JmsMessageDrivenInitiatorImpl.handleObjectMessage(javax.jms.ObjectMessage message)
JMS Message specific type handling for ObjectMessage
Subclasses that wish to support this Message type will override this |
protected Event |
JmsMessageDrivenInitiatorImpl.handleStreamMessage(javax.jms.StreamMessage message)
JMS Message specific type handling for StreamMessage
Subclasses that wish to support this Message type will override this |
protected Event |
JmsMessageDrivenInitiatorImpl.handleTextMessage(javax.jms.TextMessage message)
JMS Message specific type handling for TextMessage
Subclasses that wish to support this Message type will override this |
protected Event |
RawMessageDrivenInitiator.handleTextMessage(javax.jms.TextMessage message)
|
| Uses of Event in org.ikasan.framework.initiator.messagedriven.jca |
|---|
| Methods in org.ikasan.framework.initiator.messagedriven.jca that return Event | |
|---|---|
protected Event |
JmsMessageDrivenInitiatorImpl.handleBytesMessage(javax.jms.BytesMessage message)
JMS Message specific type handling for BytesMessage
Subclasses that wish to support this Message type will override this |
protected Event |
JmsMessageDrivenInitiatorImpl.handleMapMessage(javax.jms.MapMessage message)
JMS Message specific type handling for MapMessage
Subclasses that wish to support this Message type will override this |
protected Event |
EventMessageDrivenInitiator.handleMapMessage(javax.jms.MapMessage message)
|
protected Event |
JmsMessageDrivenInitiatorImpl.handleObjectMessage(javax.jms.ObjectMessage message)
JMS Message specific type handling for ObjectMessage
Subclasses that wish to support this Message type will override this |
protected Event |
JmsMessageDrivenInitiatorImpl.handleStreamMessage(javax.jms.StreamMessage message)
JMS Message specific type handling for StreamMessage
Subclasses that wish to support this Message type will override this |
protected Event |
JmsMessageDrivenInitiatorImpl.handleTextMessage(javax.jms.TextMessage message)
JMS Message specific type handling for TextMessage
Subclasses that wish to support this Message type will override this |
protected Event |
RawMessageDrivenInitiator.handleTextMessage(javax.jms.TextMessage message)
|
| Uses of Event in org.ikasan.framework.plugins |
|---|
| Methods in org.ikasan.framework.plugins with parameters of type Event | |
|---|---|
void |
PayloadProviderPlugin.invoke(Event event)
|
void |
EventInvocable.invoke(Event event)
Invoke this plugin with an Event |
void |
JMSEventPublisherPlugin.invoke(Event event)
|
void |
EventInvocablePojoWrapper.invoke(Event event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||