A B C D E F G H I J L M N O P Q R S T U V W X

A

AbortTransactionException - Exception in org.ikasan.framework.initiator
Runtime exception definition thrown to instruct the transaction manager to 'rollback' (abort) a transaction in the context of a failure.
AbortTransactionException() - Constructor for exception org.ikasan.framework.initiator.AbortTransactionException
Constructor
AbortTransactionException(String) - Constructor for exception org.ikasan.framework.initiator.AbortTransactionException
Constructor
AbortTransactionException(String, Throwable) - Constructor for exception org.ikasan.framework.initiator.AbortTransactionException
Constructor
AbstractFilteringRouter - Class in org.ikasan.framework.component.routing
 
AbstractFilteringRouter() - Constructor for class org.ikasan.framework.component.routing.AbstractFilteringRouter
 
AbstractInitiator - Class in org.ikasan.framework.initiator
Abstract base class for all existing Initiator implementations Provides implementations for the common Initiator functionality: Monitor registration and deregistration Action handling as a result of flow invocation Monitor notification Property access for: ModuleName (Initiator)Name Flow error flag retry count stopping flag
AbstractInitiator(String, String, Flow, IkasanExceptionHandler) - Constructor for class org.ikasan.framework.initiator.AbstractInitiator
Constructor
AbstractMonitorListener - Class in org.ikasan.framework.monitor
Ikasan Abstract monitor listener.
AbstractMonitorListener(String) - Constructor for class org.ikasan.framework.monitor.AbstractMonitorListener
Constructor
acquireInputStream(Payload) - Method in interface org.ikasan.framework.payload.service.PayloadInputStreamAcquirer
Provides an InputStream for this Payload
add(Module) - Method in interface org.ikasan.framework.module.container.ModuleContainer
Adds a new Module to the container
add(Module) - Method in class org.ikasan.framework.module.container.ModuleContainerImpl
 
addDynamicTrigger(Trigger) - Method in class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
Registers a dynamic trigger Dynamic triggers may be created and deleted at runtime.
addErrorOccurrenceListener(ErrorOccurrenceListener) - Method in class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
 
addErrorOccurrenceListener(ErrorOccurrenceListener) - Method in interface org.ikasan.framework.error.service.ErrorLoggingService
Registers an ErrorOccurrenceListener as a listener for new ErrorOccurrence
addInvokedComponentName(String) - Method in class org.ikasan.framework.flow.invoker.FlowInvocationContext
Allows a new componentName to be added to the stack of invoked components
addListener(MonitorListener) - Method in class org.ikasan.framework.initiator.AbstractInitiator
Adds a MonitorListener to this Initiator
addListener(MonitorListener) - Method in interface org.ikasan.framework.monitor.MonitorSubject
Add a monitor listener.
addStaticTrigger(Trigger) - Method in class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
Registers a static triggers Static Triggers are usually set through configuration, and cannot be added to or deleted at runtime
addStaticTriggers(List<Trigger>) - Method in class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
Registers a List of static triggers Static Triggers are usually set through configuration, and cannot be added to or deleted at runtime
addTransformationParameters(Map<String, String>) - Method in class org.ikasan.framework.component.transformation.ExtendedXsltTransformer
Deprecated. Adds a map of parameters to the list of parameters already set, typically used by children of this class.
afterFlow(String, String, Event) - Method in interface org.ikasan.framework.flow.event.listener.FlowEventListener
Callback method to be invoked subsequent to Flow execution
afterFlow(String, String, Event) - Method in class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
 
afterFlowElement(String, String, FlowElement, Event) - Method in interface org.ikasan.framework.flow.event.listener.FlowEventListener
Callback method to be called subsequent to FlowElement execution
afterFlowElement(String, String, FlowElement, Event) - Method in class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
 
afterPropertiesSet() - Method in class org.ikasan.framework.module.service.ModuleInitialisationServiceImpl
 
aggregate(Event) - Method in interface org.ikasan.framework.event.service.EventAggregator
Deprecated. Aggregate the Event
AggregatedContentInputStream - Class in org.ikasan.framework.util
Abstract InputStream implementation supported by blocks of byte arrays Subclasses of this class will incrementally supply an unknown number of content blocks in the form of byte arrays, which will be available seamlessly to the stream hooks exist for injecting additional content: 1) before the first block (header) 2) between each block 3) after each block 4) after the last block (footer)
AggregatedContentInputStream() - Constructor for class org.ikasan.framework.util.AggregatedContentInputStream
 
aggregator - Variable in class org.ikasan.framework.component.sequencing.EventAggregatingSequencer
Deprecated. Implementation of an aggregator
anesthetist - Variable in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
The Anesthetist for stopping/starting the message listener container in a retry cycle
anesthetist - Variable in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
The Anesthetist for stopping/starting the message listener container
anesthetist - Variable in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
The Anesthetist for stopping/starting the message listener container
anesthetistOperating() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
Return true if the anesthetist is operating
anesthetistOperating() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
Return true if the anesthetist is operating
anesthetistOperating() - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
Return true if the anesthetist is operating
appliesToFlowElement() - Method in class org.ikasan.framework.flow.event.model.Trigger
Returns true if this is to apply to a FlowElement, otherwise false
ArrayListPagedSearchResult<T> - Class in org.ikasan.framework.management.search
This class is intended to be used as a DTO for transporting a subset of search results for some domain object from a larger set of searched results.
ArrayListPagedSearchResult(List<T>, int, long) - Constructor for class org.ikasan.framework.management.search.ArrayListPagedSearchResult
Constructor
ATTRIBUTE_PREFIX - Static variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
attributes - Variable in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Attributes
Authority - Class in org.ikasan.framework.security.model
Implementation of GrantedAuthority adding a description field and identity field suitable for ORM
Authority(String) - Constructor for class org.ikasan.framework.security.model.Authority
Constructor
Authority(String, String) - Constructor for class org.ikasan.framework.security.model.Authority
Constructor
AuthorityDao - Interface in org.ikasan.framework.security.dao
Data Access interface for Authority instances

B

BaseFieldDefinition - Class in org.ikasan.framework.component.transformation.flatfile.reader.field
Base class for flat file field definitions
BaseFieldDefinition(String) - Constructor for class org.ikasan.framework.component.transformation.flatfile.reader.field.BaseFieldDefinition
Constructor
BaseFlatFileReader - Class in org.ikasan.framework.component.transformation.flatfile.reader
Abstract base class for FlatFile implementations of XMLReader Subclasses of this class will be capable of reading various types of flat files as if they were XML files.
BaseFlatFileReader(String) - Constructor for class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Constructor
BaseStringHandlingFlatFileReader - Class in org.ikasan.framework.component.transformation.flatfile.reader
Abstract base class for all flat file readers that must first convert the incoming InputSource to a String for handling
BaseStringHandlingFlatFileReader(String, boolean) - Constructor for class org.ikasan.framework.component.transformation.flatfile.reader.BaseStringHandlingFlatFileReader
Constructor
beforeFlow(String, String, Event) - Method in interface org.ikasan.framework.flow.event.listener.FlowEventListener
Callback method to be invoked prior to Flow execution
beforeFlow(String, String, Event) - Method in class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
 
beforeFlowElement(String, String, FlowElement, Event) - Method in interface org.ikasan.framework.flow.event.listener.FlowEventListener
Callback method to be invoked prior to FlowElement execution
beforeFlowElement(String, String, FlowElement, Event) - Method in class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
 
bindStatus(Status) - Method in class org.ikasan.framework.monitor.MonitorJNDINotifier
Bind the status object to the JNDI.

C

cancel(String, String) - Method in interface org.ikasan.framework.event.exclusion.service.ExcludedEventService
attempts to resolve an ExcludedEvent specified by id as cancelled
cancel(String, String) - Method in class org.ikasan.framework.event.exclusion.service.ExcludedEventServiceImpl
 
cancelRetryCycle() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Cancels retry activity
cancelRetryCycle() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
cancelRetryCycle() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
cancelRetryCycle() - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
cancelRetryCycle() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
cancelRetryCycle() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
changePassword(String, String) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
changeUsersEmail(String, String) - Method in interface org.ikasan.framework.security.service.UserService
Allows a specified user's email address.
changeUsersEmail(String, String) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
changeUsersPassword(String, String, String) - Method in interface org.ikasan.framework.security.service.UserService
Allows a specified user's password.
changeUsersPassword(String, String, String) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
ClasspathURIResolver - Class in org.ikasan.framework.component.transformation.xslt.util
An implementation of URIResolver such that it resolves URI provided in document(), xsl:import and/or xsl:include from classpath.
ClasspathURIResolver() - Constructor for class org.ikasan.framework.component.transformation.xslt.util.ClasspathURIResolver
 
clone() - Method in class org.ikasan.framework.component.Event
Returns a completely new instance of the payload with a deep copy of all fields.
compareTo(WiretapEventHeader) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
 
compareTo(Object) - Method in class org.ikasan.framework.security.model.Authority
 
completeRetryCycle() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Cancel the retry activity, and resume any business as usual activity
completeRetryCycle() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
completeRetryCycle() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
completeRetryCycle() - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
completeRetryCycle() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
completeRetryCycle() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
COMPONENT_ENV - Static variable in interface org.ikasan.framework.FrameworkConst
component environment context
COMPONENT_EXCEPTION_RESOLVER - Static variable in interface org.ikasan.framework.FrameworkConst
component exception resolver
COMPONENT_GROUP_NAME - Static variable in interface org.ikasan.framework.FrameworkConst
component group name
COMPONENT_NAME - Static variable in interface org.ikasan.framework.FrameworkConst
component name
COMPONENT_SECURITY_CONF_RESOURCE - Static variable in interface org.ikasan.framework.FrameworkConst
Component Security Configuration resource
COMPONENT_STATUS_URL - Static variable in interface org.ikasan.framework.FrameworkConst
component status URL
componentName - Variable in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Wiretap component name
Configuration - Class in org.ikasan.framework.configuration.model
Configuration data model supporting the runtime attributes of any resource marked as a ConfiguredResource.
Configuration(String) - Constructor for class org.ikasan.framework.configuration.model.Configuration
Constructor
Configuration(String, List<ConfigurationParameter>) - Constructor for class org.ikasan.framework.configuration.model.Configuration
Constructor
Configuration(String, String, List<ConfigurationParameter>) - Constructor for class org.ikasan.framework.configuration.model.Configuration
Constructor
Configuration() - Constructor for class org.ikasan.framework.configuration.model.Configuration
Constructor
ConfigurationDao - Interface in org.ikasan.framework.configuration.dao
Configuration DAO interface defining the operations for interacting with a runtime configuration.
ConfigurationException - Exception in org.ikasan.framework.configuration.service
Exception resulting from failure to configure a resource marked as a 'ConfiguredResource'.
ConfigurationException(String) - Constructor for exception org.ikasan.framework.configuration.service.ConfigurationException
Constructor
ConfigurationException(String, Exception) - Constructor for exception org.ikasan.framework.configuration.service.ConfigurationException
Constructor
ConfigurationException(Exception) - Constructor for exception org.ikasan.framework.configuration.service.ConfigurationException
Constructor
ConfigurationHibernateImpl - Class in org.ikasan.framework.configuration.dao
Implementation of the ConfigurationDao interface providing the Hibernate persistence for configuration instances.
ConfigurationHibernateImpl() - Constructor for class org.ikasan.framework.configuration.dao.ConfigurationHibernateImpl
 
configurationId - Variable in class org.ikasan.framework.configuration.model.Configuration
runtime configuration identifier
ConfigurationManagement<RESOURCE,MODEL> - Interface in org.ikasan.framework.configuration.service
ConfigurationService defines the operational contract of any configuration service in Ikasan.
ConfigurationParameter - Class in org.ikasan.framework.configuration.model
Individual configuration parameter.
ConfigurationParameter(String, String) - Constructor for class org.ikasan.framework.configuration.model.ConfigurationParameter
Constructor
ConfigurationParameter(String, String, String) - Constructor for class org.ikasan.framework.configuration.model.ConfigurationParameter
Constructor
ConfigurationParameter() - Constructor for class org.ikasan.framework.configuration.model.ConfigurationParameter
Constructor
configurationParameters - Variable in class org.ikasan.framework.configuration.model.Configuration
configuration parameters within this configuration
ConfigurationService<RESOURCE,MODEL> - Interface in org.ikasan.framework.configuration.service
ConfigurationService defines the operational contract of any configuration service in Ikasan.
configure(RESOURCE) - Method in interface org.ikasan.framework.configuration.service.ConfigurationService
Configure the given resource.
configure(ConfiguredResource) - Method in class org.ikasan.framework.configuration.service.ConfiguredResourceConfigurationService
 
ConfiguredResource<T> - Interface in org.ikasan.framework.configuration
Interface provisioning callbacks for setting configuration properties for a flow component as required for runtime.
ConfiguredResourceConfigurationService - Class in org.ikasan.framework.configuration.service
Implementation of the Configuration Service based on a ConfiguredResource.
ConfiguredResourceConfigurationService(ConfigurationDao, ConfigurationDao) - Constructor for class org.ikasan.framework.configuration.service.ConfiguredResourceConfigurationService
Constructor
ContainsPayloadRouter - Class in org.ikasan.framework.component.routing
Deprecated. No longer used as Initiators no longer deliver empty events.
ContainsPayloadRouter() - Constructor for class org.ikasan.framework.component.routing.ContainsPayloadRouter
Deprecated.  
contentHandler - Variable in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Handler to the content
context - Variable in class org.ikasan.framework.monitor.MonitorJNDINotifier
JNDI context
continueRetryCycle(long) - Method in class org.ikasan.framework.initiator.AbstractInitiator
Template method for subclasses to selectively override
continueRetryCycle(long) - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
continueRetryCycle(long) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
continueRetryCycle(long) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
ConversionException - Exception in org.ikasan.framework.component
Wrapper for errors experienced while converting between types.
ConversionException(Throwable) - Constructor for exception org.ikasan.framework.component.ConversionException
 
convert(S) - Method in interface org.ikasan.framework.component.Converter
Convert source object into target object of type T.
Converter<S,T> - Interface in org.ikasan.framework.component
Sometimes it is essential to translate data syntax (that is the representation of data) being transported within a flow.
createAuthority(Authority) - Method in interface org.ikasan.framework.security.service.UserService
Creates a new Authority on the system
createAuthority(Authority) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
createConfiguration(RESOURCE) - Method in interface org.ikasan.framework.configuration.service.ConfigurationManagement
Create a configuration instance for the given configured resource.
createConfiguration(ConfiguredResource) - Method in class org.ikasan.framework.configuration.service.ConfiguredResourceConfigurationService
Create a new configuration instance for the given ConfiguredResource.
created - Variable in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Created date/time
createTransaction(String, int) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossTransactionManager
 
createTransaction(String, int) - Method in class org.ikasan.framework.initiator.messagedriven.jca.spring.JtaTransactionManager
 
createUser(UserDetails) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 

D

dao - Variable in class org.ikasan.framework.payload.service.DatabasePayloadPublisher
Data access object for DatabasePayload persistence
DATABASE_PAYLOAD_ID_QUERY - Static variable in class org.ikasan.framework.payload.dao.HibernateDatabasePayloadDao
Id query for Unconsumed Database Payload
DatabaseHousekeeper - Interface in org.ikasan.framework.payload.service
Implementations of this interface will know how to housekeep database records
DatabasePayload - Class in org.ikasan.framework.payload.model
Model class representing a Payload in a database persistent form
DatabasePayload() - Constructor for class org.ikasan.framework.payload.model.DatabasePayload
Constructor
DatabasePayload(String, Date) - Constructor for class org.ikasan.framework.payload.model.DatabasePayload
Constructor
DatabasePayloadDao - Interface in org.ikasan.framework.payload.dao
Data access interface for the persistence of DatabasePayloads
DatabasePayloadProvider - Class in org.ikasan.framework.payload.service
Implementation of PayloadProvider that discovers new Payloads from the Database by way of unconsumed DatabasePayloads
DatabasePayloadProvider(DatabasePayloadDao, PayloadFactory, DatabaseHousekeeper, boolean) - Constructor for class org.ikasan.framework.payload.service.DatabasePayloadProvider
Constructor
DatabasePayloadPublisher - Class in org.ikasan.framework.payload.service
Publishes an Ikasan Event to a Database
DatabasePayloadPublisher(DatabasePayloadDao) - Constructor for class org.ikasan.framework.payload.service.DatabasePayloadPublisher
Constructor
DeadEndpoint - Class in org.ikasan.framework.component.endpoint
True Dead End
DeadEndpoint() - Constructor for class org.ikasan.framework.component.endpoint.DeadEndpoint
 
DEFAULT_DELIMITER - Static variable in class org.ikasan.framework.component.transformation.xslt.util.TransformationDataLookup
Default delimiter for string arguments passed as a single argument
DEFAULT_RESULT - Static variable in interface org.ikasan.framework.component.routing.Router
Default result for any unresolved routing implementation
DEFAULT_TRANSITION_NAME - Static variable in interface org.ikasan.framework.flow.FlowElement
Name of the default transition for FlowComponents that have a unique result
DefaultErrorLoggingServiceImpl - Class in org.ikasan.framework.error.service
Default implementation of ErrorLoggingServiceImpl When logging error, simply persists a new instance of ErrorOccurrence and notifies listeners
DefaultErrorLoggingServiceImpl(ErrorOccurrenceDao, ExcludedEventDao, URL) - Constructor for class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
Constructor
DefaultErrorLoggingServiceImpl(ErrorOccurrenceDao, ExcludedEventDao, URL, List<ErrorOccurrenceListener>) - Constructor for class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
Constructor
DefaultErrorLoggingServiceImpl(ErrorOccurrenceDao, ExcludedEventDao, URL, ErrorOccurrenceListener) - Constructor for class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
Constructor
DefaultErrorOccurrenceXmlConverter - Class in org.ikasan.framework.error.serialisation
 
DefaultErrorOccurrenceXmlConverter() - Constructor for class org.ikasan.framework.error.serialisation.DefaultErrorOccurrenceXmlConverter
 
DefaultJndiDestinationFactory - Class in org.ikasan.framework.messaging.jms
Default implementation of JndiDestinationFactory Attempts to provide the Destination implied through configuration.
DefaultJndiDestinationFactory(String, Map<String, String>) - Constructor for class org.ikasan.framework.messaging.jms.DefaultJndiDestinationFactory
Constructor
DefaultJndiDestinationFactory(String, Map<String, String>, boolean) - Constructor for class org.ikasan.framework.messaging.jms.DefaultJndiDestinationFactory
Constructor
DefaultMapMessageEventSerialiser - Class in org.ikasan.framework.event.serialisation
Default implementation for converting an Event to and from a MapMessage
DefaultMapMessageEventSerialiser() - Constructor for class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
delete(Configuration) - Method in interface org.ikasan.framework.configuration.dao.ConfigurationDao
Delete a configuration entry.
delete(Configuration) - Method in class org.ikasan.framework.configuration.dao.ConfigurationHibernateImpl
 
delete(ExcludedEvent) - Method in interface org.ikasan.framework.event.exclusion.dao.ExcludedEventDao
Deletes excluded event
delete(ExcludedEvent) - Method in class org.ikasan.framework.event.exclusion.dao.HibernateExcludedEventDao
 
delete(Trigger) - Method in class org.ikasan.framework.flow.event.dao.HibernateTriggerDao
 
delete(Trigger) - Method in interface org.ikasan.framework.flow.event.dao.TriggerDao
Deletes a previously presisted Trigger
delete(DatabasePayload) - Method in interface org.ikasan.framework.payload.dao.DatabasePayloadDao
Deletes a DatabsePayload from persistent storage
delete(DatabasePayload) - Method in class org.ikasan.framework.payload.dao.HibernateDatabasePayloadDao
 
delete(User) - Method in class org.ikasan.framework.security.dao.HibernateUserDao
 
delete(User) - Method in interface org.ikasan.framework.security.dao.UserDao
Deletes a User from persistent storage
deleteAllExpired() - Method in interface org.ikasan.framework.error.dao.ErrorOccurrenceDao
Deletes all ErrorOccurrences that have surpassed their expiry
deleteAllExpired() - Method in class org.ikasan.framework.error.dao.HibernateErrorOccurrenceDao
 
deleteAllExpired() - Method in class org.ikasan.framework.event.wiretap.dao.HibernateWiretapDao
Delete all of the expired wiretaps
deleteAllExpired() - Method in interface org.ikasan.framework.event.wiretap.dao.WiretapDao
Deletes all WiretapEvents that have surpassed their expiryDate
deleteConfiguration(MODEL) - Method in interface org.ikasan.framework.configuration.service.ConfigurationManagement
Delete the given configuration.
deleteConfiguration(Configuration) - Method in class org.ikasan.framework.configuration.service.ConfiguredResourceConfigurationService
 
deleteDynamicTrigger(Long) - Method in class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
Deletes a dynamic trigger, specified by trigger id.
deleteExpired() - Method in class org.ikasan.framework.systemevent.dao.HibernateSystemEventDao
 
deleteExpired() - Method in interface org.ikasan.framework.systemevent.dao.SystemEventDao
Deletes all expired system events
deleteUser(String) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
demapEvent(MapMessage, String, String, List<Payload>, List<String>) - Method in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
demapPayload(int, MapMessage, List<String>) - Method in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
describeTo(Description) - Method in class org.ikasan.framework.exception.matching.ThrowableCauseMatcher
 
describeTo(Description) - Method in class org.ikasan.framework.exception.matching.ThrowableMessageMatcher
 
description - Variable in class org.ikasan.framework.configuration.model.Configuration
runtime configuration description
description - Variable in class org.ikasan.framework.configuration.model.ConfigurationParameter
configuration description
determineActivationSpecClass(ResourceAdapter) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecFactory
This implementation specifically tries to load the JBoss JMSActivationSpec.
disableUser(String) - Method in interface org.ikasan.framework.security.service.UserService
Disables the specified user
disableUser(String) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
DS_SESSION_FACTORY - Static variable in interface org.ikasan.framework.FrameworkConst
connector non transactional persistence factory
DynamicConfiguredResource<T> - Interface in org.ikasan.framework.configuration
Interface provisioning callbacks for setting configuration properties for a flow component as required for runtime for dynamic configuration Dynamic configuration can be changed by in-flight events and chnges will be persisted.

E

enableUser(String) - Method in interface org.ikasan.framework.security.service.UserService
Enables the specified user
enableUser(String) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
END_OF_FILE - Static variable in class org.ikasan.framework.component.transformation.UncompressDataTransformer
Constant representing end-of-file is reached.
Endpoint - Interface in org.ikasan.framework.component.endpoint
Interface for all FlowComponents responsible for delivering an Event to an external system These are characterised by the content of the Event being delivered externally Note that this is very similar to Transformer except that the Event should not be changed by invocation of this method.
EndpointException - Exception in org.ikasan.framework.component.endpoint
 
EndpointException(Throwable) - Constructor for exception org.ikasan.framework.component.endpoint.EndpointException
Constructor
EndpointException(String) - Constructor for exception org.ikasan.framework.component.endpoint.EndpointException
 
Env - Class in org.ikasan.framework.util
This class captures all environment variables set in Java system property option.
Env() - Constructor for class org.ikasan.framework.util.Env
 
equals(Object) - Method in class org.ikasan.framework.configuration.model.Configuration
 
equals(Object) - Method in class org.ikasan.framework.configuration.model.ConfigurationParameter
 
equals(Object) - Method in class org.ikasan.framework.payload.model.DatabasePayload
 
equals(Object) - Method in class org.ikasan.framework.security.model.Authority
 
equals(Object) - Method in class org.ikasan.framework.security.model.User
 
equals(Object) - Method in class org.ikasan.framework.systemevent.model.SystemEvent
 
error(SAXParseException) - Method in class org.ikasan.framework.component.transformation.ExceptionThrowingErrorHandler
 
error(TransformerException) - Method in class org.ikasan.framework.component.transformation.ExceptionThrowingErrorListener
 
error - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Flag indicating a stoppage in error
ERROR - Static variable in class org.ikasan.framework.initiator.InitiatorState
Error State - stopped, but in error
ErrorLoggingService - Interface in org.ikasan.framework.error.service
This class represents a platform level service for the heavyweight logging of Errors
errorLoggingService - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Service for logging errors in a heavyweight fashion
ErrorOccurrence - Class in org.ikasan.framework.error.model
This class represents an occurrence of an error in the system encapsulating as much as possible about the occurrence of that error
ErrorOccurrence(Throwable, Event, String, String, String, Date, String) - Constructor for class org.ikasan.framework.error.model.ErrorOccurrence
Constructor, to be used when the error relates to an Event
ErrorOccurrence(Throwable, String, String, Date, String) - Constructor for class org.ikasan.framework.error.model.ErrorOccurrence
Constructor to be used when there is no Event involved
ErrorOccurrenceDao - Interface in org.ikasan.framework.error.dao
Data Access interface for the persistence of ErrorOccurrence instances
ErrorOccurrenceListener - Interface in org.ikasan.framework.error.service
Interface for all objects that wish to be register their interest in ErrorOccurrence creation
ErrorOccurrenceTextMessagePublisher - Class in org.ikasan.framework.error.service
 
ErrorOccurrenceTextMessagePublisher(ConnectionFactory, Destination, ErrorOccurrenceXmlConverter) - Constructor for class org.ikasan.framework.error.service.ErrorOccurrenceTextMessagePublisher
Constructor
ErrorOccurrenceXmlConverter - Interface in org.ikasan.framework.error.serialisation
Simple XML Serialisation interface for ErrorOccurrences
evaluate(Event) - Method in class org.ikasan.framework.component.routing.AbstractFilteringRouter
 
evaluate(Event) - Method in class org.ikasan.framework.component.routing.ContainsPayloadRouter
Deprecated. Simply assesses whether or not the Event contains a Payload
evaluate(Event) - Method in class org.ikasan.framework.component.routing.FirstPayloadAttributeRouter
 
evaluate(Event) - Method in class org.ikasan.framework.component.routing.SingleResultRouter
Returns a single value as a result of evaluating the Event
evaluate(Event) - Method in class org.ikasan.framework.component.routing.XMLValidatorRouter
 
evaluate(Event) - Method in class org.ikasan.framework.component.routing.XPathSelectorRouter
 
Event - Class in org.ikasan.framework.component
Event provides the transport framing object for all payloads and associated data across synchronous hops ie JMS -> JMS.
Event(String, String, String, List<Payload>) - Constructor for class org.ikasan.framework.component.Event
Constructor for new Events To be used only for origination of new Events.
Event(String, String, String, Payload) - Constructor for class org.ikasan.framework.component.Event
Constructor for new Events To be used only for origination of new Events.
Event(String, int, Date, List<Payload>) - Constructor for class org.ikasan.framework.component.Event
Constructor for reconstituting Events To be used only for reconstitution of previously serialised Events.
EVENT_DRIVEN_INITIATOR_TYPE - Static variable in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
EVENT_FIELD_ID - Static variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
EVENT_FIELD_PRIORITY - Static variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
EVENT_FIELD_SRC_SYSTEM - Static variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
EVENT_FIELD_TIMESTAMP - Static variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
EventAggregatingSequencer - Class in org.ikasan.framework.component.sequencing
Deprecated. - use the Sequencer interface directly
EventAggregatingSequencer(EventAggregator) - Constructor for class org.ikasan.framework.component.sequencing.EventAggregatingSequencer
Deprecated. Constructor
EventAggregator - Interface in org.ikasan.framework.event.service
Deprecated. - use the Sequencer interface directly
EventDeserialisationException - Exception in org.ikasan.framework.event.serialisation
Exception representing a technical problem deserialising an Event
EventDeserialisationException(Throwable) - Constructor for exception org.ikasan.framework.event.serialisation.EventDeserialisationException
Constructor
EventDeserialisationException(String) - Constructor for exception org.ikasan.framework.event.serialisation.EventDeserialisationException
 
EventDrivenInitiator - Interface in org.ikasan.framework.initiator.eventdriven
Simple interface combining the powers of Initiator, EventListener, and ExceptionListener
EventDrivenInitiatorImpl - Class in org.ikasan.framework.initiator.eventdriven
Event Driven Initiator implementation.
EventDrivenInitiatorImpl(String, String, Flow, IkasanExceptionHandler) - Constructor for class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
Constructor
eventId - Variable in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Event id
EventInvocable - Interface in org.ikasan.framework.plugins
Interface for all plugins that are invokable on a per Event basis
EventInvocablePojoWrapper - Class in org.ikasan.framework.plugins
Wrapper class for plugins that do not implement the EventInvocable interface, but nonetheless have a functional method that matches the parameter list.
EventInvocablePojoWrapper(Object, String) - Constructor for class org.ikasan.framework.plugins.EventInvocablePojoWrapper
Constructor
EventListener - Interface in org.ikasan.framework.initiator.eventdriven
Event listener operations.
EventLoggingEndpoint - Class in org.ikasan.framework.component.endpoint
Simple Endpoint implementation that logs the Event This could be useful for deliberate end of flows that do not deliver to an external system
EventLoggingEndpoint() - Constructor for class org.ikasan.framework.component.endpoint.EventLoggingEndpoint
 
EventMessageDrivenInitiator - Class in org.ikasan.framework.initiator.messagedriven
A JmsMessageDrivenInitiator implementation that seeks to recreate and fire an Events based on JMS messages.
EventMessageDrivenInitiator(String, String, Flow, IkasanExceptionHandler, JmsMessageEventSerialiser<MapMessage>) - Constructor for class org.ikasan.framework.initiator.messagedriven.EventMessageDrivenInitiator
Constructor
EventMessageDrivenInitiator - Class in org.ikasan.framework.initiator.messagedriven.jca
A JmsMessageDrivenInitiator implementation that seeks to recreate and fire an Events based on JMS messages.
EventMessageDrivenInitiator(String, String, Flow, IkasanExceptionHandler, JmsMessageEventSerialiser<MapMessage>) - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.EventMessageDrivenInitiator
Constructor
EventProvider - Interface in org.ikasan.framework.event.service
Interface for components capable of sourcing Events
eventProvider - Variable in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
EventWiretapEndpoint - Class in org.ikasan.framework.component.endpoint
Deprecated. - replaced with org.ikasan.framework.component.endpoint.wiretap.WiretapEndpoint
EventWiretapEndpoint() - Constructor for class org.ikasan.framework.component.endpoint.EventWiretapEndpoint
Deprecated.  
EXCEPTION_ACTION_IMPLIED_ROLLBACK - Static variable in class org.ikasan.framework.initiator.AbstractInitiator
Exception action is an implied rollback message
ExceptionGroup - Interface in org.ikasan.framework.exception.matching
Binds the ability to match any given Throwable, with an IkasanExceptionAction
exceptionHandler - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Handler for exceptions
ExceptionListener - Interface in org.ikasan.framework.initiator.eventdriven
Exception listener operations.
ExceptionThrowingErrorHandler - Class in org.ikasan.framework.component.transformation
Simple implementation of ErrorHandler capable of directly rethrowing the exception
ExceptionThrowingErrorHandler() - Constructor for class org.ikasan.framework.component.transformation.ExceptionThrowingErrorHandler
Default constructor
ExceptionThrowingErrorHandler(boolean, boolean, boolean) - Constructor for class org.ikasan.framework.component.transformation.ExceptionThrowingErrorHandler
Constructor overriding default value for boolean flags
ExceptionThrowingErrorListener - Class in org.ikasan.framework.component.transformation
Simple implementation of ErrorListener capable of directly rethrowing the exception
ExceptionThrowingErrorListener(boolean, boolean, boolean) - Constructor for class org.ikasan.framework.component.transformation.ExceptionThrowingErrorListener
Constructor
ExceptionThrowingErrorListener() - Constructor for class org.ikasan.framework.component.transformation.ExceptionThrowingErrorListener
Constructor
EXCLUDE_EVENT - Static variable in class org.ikasan.framework.exception.ExcludeEventAction
Exclude Event Action
ExcludedEvent - Class in org.ikasan.framework.event.exclusion.model
 
ExcludedEvent(Event, String, String, Date) - Constructor for class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Constructor
ExcludedEventDao - Interface in org.ikasan.framework.event.exclusion.dao
 
ExcludedEventListener - Interface in org.ikasan.framework.event.exclusion.service
Interface for all objects that wish to be register their interest in excluded events
ExcludedEventService - Interface in org.ikasan.framework.event.exclusion.service
 
excludedEventService - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Service for excluding events
ExcludedEventServiceImpl - Class in org.ikasan.framework.event.exclusion.service
 
ExcludedEventServiceImpl(ExcludedEventDao, ErrorLoggingService, List<ExcludedEventListener>, ModuleService) - Constructor for class org.ikasan.framework.event.exclusion.service.ExcludedEventServiceImpl
 
excludeEvent(Event, String, String) - Method in interface org.ikasan.framework.event.exclusion.service.ExcludedEventService
Exclude and Event from a specified flow
excludeEvent(Event, String, String) - Method in class org.ikasan.framework.event.exclusion.service.ExcludedEventServiceImpl
 
ExcludeEventAction - Class in org.ikasan.framework.exception
Exception action indicating the Initiator should be Excluded
EXCLUSION_TRANSITION - Static variable in class org.ikasan.framework.component.routing.AbstractFilteringRouter
Transition for exclusion of the event
exclusions - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Set of ids for Events that will be immediately excluded when next encountered
execute(String, String, String, Event, Map<String, String>) - Method in interface org.ikasan.framework.flow.event.service.FlowEventJob
Execute the Flow Event Job
execute(String, String, String, Event, Map<String, String>) - Method in class org.ikasan.framework.flow.event.service.LoggingEventJob
 
execute(String, String, String, Event, Map<String, String>) - Method in class org.ikasan.framework.flow.event.service.WiretapEventJob
 
execute(JobExecutionContext) - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulJob
 
expiry - Variable in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Time after which this WiretapEvent should be cleaned up
ExtendedXsltTransformer - Class in org.ikasan.framework.component.transformation
Deprecated. - Use XslTransformer which supports the stylesheet being specified through an InputStream rather than a URI.
ExtendedXsltTransformer(TransformerFactory, URI, boolean, Map<String, Object>, Map<String, String>, XMLReader) - Constructor for class org.ikasan.framework.component.transformation.ExtendedXsltTransformer
Deprecated. Constructor
ExtendedXsltTransformer(TransformerFactory, URI, boolean, Map<String, Object>, Map<String, String>) - Constructor for class org.ikasan.framework.component.transformation.ExtendedXsltTransformer
Deprecated. Constructor

F

fatalError(SAXParseException) - Method in class org.ikasan.framework.component.transformation.ExceptionThrowingErrorHandler
 
fatalError(TransformerException) - Method in class org.ikasan.framework.component.transformation.ExceptionThrowingErrorListener
 
fieldName - Variable in class org.ikasan.framework.component.transformation.flatfile.reader.field.BaseFieldDefinition
Our name for the field
FILE_SEPARATOR - Static variable in class org.ikasan.framework.module.loader.ModuleFactoryBean
System file separator
FileSystemInputStreamPayloadPublisher - Class in org.ikasan.framework.payload.service
PayloadPublisher that knows how to deliver an referenced InputStream to the File System
FileSystemInputStreamPayloadPublisher(String, PayloadInputStreamAcquirer) - Constructor for class org.ikasan.framework.payload.service.FileSystemInputStreamPayloadPublisher
Constructor
FileSystemPayloadPublisher - Class in org.ikasan.framework.payload.service
Publishes a Payload to a File System.
FileSystemPayloadPublisher(String) - Constructor for class org.ikasan.framework.payload.service.FileSystemPayloadPublisher
Constructor
filter(Event) - Method in class org.ikasan.framework.component.routing.AbstractFilteringRouter
Should this Event be caught by the filter?
find(int, int, String, boolean, String, String, Date, Date, String) - Method in class org.ikasan.framework.systemevent.dao.HibernateSystemEventDao
 
find(int, int, String, boolean, String, String, Date, Date, String) - Method in interface org.ikasan.framework.systemevent.dao.SystemEventDao
Performs a paged search for SystemEvents restricting by criteria fields as supplied
findAll() - Method in class org.ikasan.framework.flow.event.dao.HibernateTriggerDao
 
findAll() - Method in interface org.ikasan.framework.flow.event.dao.TriggerDao
returns all persisted Triggers
findById(String) - Method in interface org.ikasan.framework.configuration.dao.ConfigurationDao
Find and return the configuration entry instance for this configurationId.
findById(String) - Method in class org.ikasan.framework.configuration.dao.ConfigurationHibernateImpl
 
findById(Long) - Method in class org.ikasan.framework.event.wiretap.dao.HibernateWiretapDao
Find the Wiretap by its Id
findById(Long) - Method in interface org.ikasan.framework.event.wiretap.dao.WiretapDao
Find wiretap entry by identifier
findById(Long) - Method in class org.ikasan.framework.flow.event.dao.HibernateTriggerDao
 
findById(Long) - Method in interface org.ikasan.framework.flow.event.dao.TriggerDao
Finds a specific previously persisted Trigger
findErrorOccurrences(int, int, String, boolean, String, String) - Method in interface org.ikasan.framework.error.dao.ErrorOccurrenceDao
Perform a paged search for ErrorOccurrences
findErrorOccurrences(int, int, String, boolean, String, String) - Method in class org.ikasan.framework.error.dao.HibernateErrorOccurrenceDao
 
findExcludedEvents(int, int, String, boolean, String, String) - Method in interface org.ikasan.framework.event.exclusion.dao.ExcludedEventDao
Perform a paged search for ExcludedEvents
findExcludedEvents(int, int, String, boolean, String, String) - Method in class org.ikasan.framework.event.exclusion.dao.HibernateExcludedEventDao
 
findPaging(Set<String>, String, String, String, String, Date, Date, String, int, int) - Method in class org.ikasan.framework.event.wiretap.dao.HibernateWiretapDao
Deprecated. - Use findWiretapEvents instead
findPaging(Set<String>, String, String, String, String, Date, Date, String, int, int) - Method in interface org.ikasan.framework.event.wiretap.dao.WiretapDao
Deprecated. - Use findWiretapEvents instead
findUnconsumed() - Method in interface org.ikasan.framework.payload.dao.DatabasePayloadDao
Retrieves a List of unconsumed DatabsePayloads
findUnconsumed() - Method in class org.ikasan.framework.payload.dao.HibernateDatabasePayloadDao
 
findUnconsumedIds() - Method in interface org.ikasan.framework.payload.dao.DatabasePayloadDao
Retrieves a List of Id's for unconsumed Database Payloads
findUnconsumedIds() - Method in class org.ikasan.framework.payload.dao.HibernateDatabasePayloadDao
 
findWiretapEvents(int, int, String, boolean, Set<String>, String, String, String, String, Date, Date, String) - Method in class org.ikasan.framework.event.wiretap.dao.HibernateWiretapDao
Perform a paged search for WiretapEvents
findWiretapEvents(int, int, String, boolean, Set<String>, String, String, String, String, Date, Date, String) - Method in interface org.ikasan.framework.event.wiretap.dao.WiretapDao
Perform a paged search for WiretapEvents
findWiretapEvents(Set<String>, String, String, String, String, Date, Date, String, int, int) - Method in interface org.ikasan.framework.event.wiretap.service.WiretapService
Deprecated. - Use other findWiretapEvents instead Allows previously stored Events to be searched for. By default the search has no restrictions. Specifying any of the arguments as anything other than null will cause the search to be restricted by an exact match on that field
findWiretapEvents(int, int, String, boolean, Set<String>, String, String, String, String, Date, Date, String) - Method in interface org.ikasan.framework.event.wiretap.service.WiretapService
Allows previously stored Events to be searched for.
findWiretapEvents(int, int, String, boolean, Set<String>, String, String, String, String, Date, Date, String) - Method in class org.ikasan.framework.event.wiretap.service.WiretapServiceImpl
Allows previously stored Events to be searched for.
findWiretapEvents(Set<String>, String, String, String, String, Date, Date, String, int, int) - Method in class org.ikasan.framework.event.wiretap.service.WiretapServiceImpl
Deprecated. Use other findWiretapEvents method
FirstPayloadAttributeRouter - Class in org.ikasan.framework.component.routing
Simple Router that routes Events to a single configured path based on the value of a named attribute on the Events first Payload If there is no configured path for the attribute value (or this is null), then a single default result is returned
FirstPayloadAttributeRouter(String, Map<String, String>, boolean) - Constructor for class org.ikasan.framework.component.routing.FirstPayloadAttributeRouter
Constructor
FixedLengthFieldDefinition - Class in org.ikasan.framework.component.transformation.flatfile.reader.field
Simple definition of a fixed length field in a flat file
FixedLengthFieldDefinition(String, int) - Constructor for class org.ikasan.framework.component.transformation.flatfile.reader.field.FixedLengthFieldDefinition
Constructor
FixedLengthFieldFlatFileReader - Class in org.ikasan.framework.component.transformation.flatfile.reader
Implementation of XMLReader capable of reading flat files with fixed length fields
FixedLengthFieldFlatFileReader(String, boolean) - Constructor for class org.ikasan.framework.component.transformation.flatfile.reader.FixedLengthFieldFlatFileReader
Constructor
FixedLengthFieldFlatFileReader(String, List<FixedLengthFieldDefinition>, boolean) - Constructor for class org.ikasan.framework.component.transformation.flatfile.reader.FixedLengthFieldFlatFileReader
Constructor
FlatFileLocator - Class in org.ikasan.framework.component.transformation.flatfile.reader
 
FlatFileLocator(int) - Constructor for class org.ikasan.framework.component.transformation.flatfile.reader.FlatFileLocator
Constructor
Flow - Interface in org.ikasan.framework.flow
Interface representing a business path for an Event Invocation represents the traversal of that business path.
flow - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Flow to be invoked by this initiator
FLOW_DESTINATION_NAME - Static variable in interface org.ikasan.framework.FrameworkConst
flow destination name
FLOW_EXCEPTION_METHOD - Static variable in interface org.ikasan.framework.FrameworkConst
name of the exception handler method
FLOW_EXCEPTION_NAME - Static variable in interface org.ikasan.framework.FrameworkConst
name of the exception handler
FLOW_IMPL_CLASS - Static variable in class org.ikasan.framework.ResourceLoader
Flow implementation class
FLOW_METHOD - Static variable in interface org.ikasan.framework.FrameworkConst
name of the method of the next flow
FLOW_NAME - Static variable in interface org.ikasan.framework.FrameworkConst
name of the next flow
FlowComponent - Interface in org.ikasan.framework.flow
Marker interface for all components that may be represented within a Flow
FlowElement - Interface in org.ikasan.framework.flow
FlowElement represents a particular unique usage of a FlowComponent within a flow.
FlowElementImpl - Class in org.ikasan.framework.flow
Simple implementation of FlowElement
FlowElementImpl(String, FlowComponent, Map<String, FlowElement>) - Constructor for class org.ikasan.framework.flow.FlowElementImpl
Constructor for when there are more than one subsequent FlowElements
FlowElementImpl(String, FlowComponent, FlowElement) - Constructor for class org.ikasan.framework.flow.FlowElementImpl
Overloaded constructor for when there is at most one subsequent FlowElement
FlowElementImpl(String, FlowComponent) - Constructor for class org.ikasan.framework.flow.FlowElementImpl
Overloaded constructor for a FlowElement with no downstream
FlowElementInvoker - Interface in org.ikasan.framework.flow.invoker
Interface for classes capable of invoking a specified FlowElement with the specified Event
FlowEventJob - Interface in org.ikasan.framework.flow.event.service
Interface for objects that respond to Flow events
FlowEventListener - Interface in org.ikasan.framework.flow.event.listener
Interface for objects which respond to Flow runtime lifecycle events
flowImplClass - Variable in class org.ikasan.framework.ResourceLoader
concrete class names
FlowInvocationContext - Class in org.ikasan.framework.flow.invoker
This class acts as a transfer object holding flow invocation time data relevent only to a single invocation of an Event down a Flow.
FlowInvocationContext() - Constructor for class org.ikasan.framework.flow.invoker.FlowInvocationContext
 
flowName - Variable in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Flow name
format(String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseStringHandlingFlatFileReader
Format the field value, in this case trim whitespace and line carriages
FrameworkConst - Interface in org.ikasan.framework
This interface defines the framework context constants the values of which are loaded from the frameworkResource properties.
FrameworkEnvironment - Interface in org.ikasan.framework
This interface defines the framework environment methods.
FrameworkException - Exception in org.ikasan.framework
FrameworkException exception extends the CommonException to allow categorisation of the thrown exception at the point it is thrown.
FrameworkException() - Constructor for exception org.ikasan.framework.FrameworkException
Constructs a new framework exception with null as its detail message and an UNDEFINED ExceptionType.
FrameworkException(ExceptionType) - Constructor for exception org.ikasan.framework.FrameworkException
Constructs a new framework exception with null as its detail message and a specified exception type.
FrameworkException(String) - Constructor for exception org.ikasan.framework.FrameworkException
Constructs a new framework exception with the specified detail message and an UNDEFINED ExceptionType.
FrameworkException(String, ExceptionType) - Constructor for exception org.ikasan.framework.FrameworkException
Constructs a new framework exception with the specified detail message and given ExceptionType.
FrameworkException(String, Throwable) - Constructor for exception org.ikasan.framework.FrameworkException
Constructs a new framework exception with the specified detail message and cause and an UNDEFINED ExceptionType.
FrameworkException(String, Throwable, ExceptionType) - Constructor for exception org.ikasan.framework.FrameworkException
Constructs a new framework exception with the specified detail message and cause and the specified exception type.
FrameworkException(Throwable) - Constructor for exception org.ikasan.framework.FrameworkException
Constructs a new framework exception with the specified cause and an UNDEFINED ExceptionType.
FrameworkException(Throwable, ExceptionType) - Constructor for exception org.ikasan.framework.FrameworkException
Constructs a new framework exception with the specified cause and the specified exception type.
fromMessage(MapMessage, String, String) - Method in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
fromMessage(T, String, String) - Method in interface org.ikasan.framework.event.serialisation.JmsMessageEventSerialiser
Deserialises a previously existing Event from a MapMessage

G

get(String) - Static method in enum org.ikasan.framework.flow.event.model.TriggerRelationship
Get the trigger relationship based off a description
getAction() - Method in interface org.ikasan.framework.exception.matching.ExceptionGroup
Accessor for bound IkasanExceptionAction
getAction() - Method in class org.ikasan.framework.exception.matching.MatcherBasedExceptionGroup
 
getAction() - Method in class org.ikasan.framework.systemevent.model.SystemEvent
Accessor for action
getActionTaken() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
Accessor for actionTaken
getActor() - Method in class org.ikasan.framework.systemevent.model.SystemEvent
Accessor for actor
getAfterContent() - Method in class org.ikasan.framework.util.AggregatedContentInputStream
Hook method for subclasses to inject content after each block
getAuthorities() - Method in interface org.ikasan.framework.security.dao.AuthorityDao
Retrieves all Authoritys known to the system
getAuthorities() - Method in class org.ikasan.framework.security.dao.HibernateAuthorityDao
 
getAuthorities() - Method in class org.ikasan.framework.security.model.User
 
getAuthorities() - Method in interface org.ikasan.framework.security.service.UserService
Gets all Authorities in the system
getAuthorities() - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
getAuthority(String) - Method in interface org.ikasan.framework.security.dao.AuthorityDao
Retrieves a specific Authority by name
getAuthority(String) - Method in class org.ikasan.framework.security.dao.HibernateAuthorityDao
 
getAuthority() - Method in class org.ikasan.framework.security.model.Authority
 
getBean(String) - Static method in class org.ikasan.framework.component.transformation.xslt.util.TransformationDataLookup
Retrieves the bean from a ThreadLocalBeansWrapper
getBeans() - Static method in class org.ikasan.framework.component.transformation.ThreadLocalBeansWrapper
Provides access to beans previously set by this thread
getBeforeContent() - Method in class org.ikasan.framework.util.AggregatedContentInputStream
Hook method for subclasses to inject content before each block
getClientId() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getColumnNumber() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.FlatFileLocator
 
getComment() - Method in class org.ikasan.framework.initiator.InitiatorStartupControl
Accessor for comment
getComponentName() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Getter for componentName
getComponentName() - Method in interface org.ikasan.framework.flow.FlowElement
Accessor for the componentName.
getComponentName() - Method in class org.ikasan.framework.flow.FlowElementImpl
 
getComponentState(String) - Static method in class org.ikasan.framework.monitor.MonitorJNDINotifier
Translate the initiator state on to that required for reporting through the JNDI.
getConfiguration() - Method in class org.ikasan.framework.component.transformation.XsltTransformer
 
getConfiguration() - Method in interface org.ikasan.framework.configuration.ConfiguredResource
Set configuration.
getConfiguration(RESOURCE) - Method in interface org.ikasan.framework.configuration.service.ConfigurationManagement
Create a configuration instance for the given configured resource.
getConfiguration(ConfiguredResource) - Method in class org.ikasan.framework.configuration.service.ConfiguredResourceConfigurationService
 
getConfigurationId() - Method in class org.ikasan.framework.configuration.model.Configuration
 
getConfigurationParameters() - Method in class org.ikasan.framework.configuration.model.Configuration
 
getConfigurationService() - Method in class org.ikasan.framework.flow.VisitingInvokerFlow
 
getConfiguredResourceId() - Method in class org.ikasan.framework.component.transformation.XsltTransformer
 
getConfiguredResourceId() - Method in interface org.ikasan.framework.configuration.ConfiguredResource
Get the id for this configured resource
getContentHandler() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Accessor method for ContentHandler
getCreated() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Getter for date/time created
getCreated() - Method in class org.ikasan.framework.payload.model.DatabasePayload
Accessor for created
getDatabasePayload(Long) - Method in interface org.ikasan.framework.payload.dao.DatabasePayloadDao
Retrieves a DatabasePayload by Id
getDatabasePayload(Long) - Method in class org.ikasan.framework.payload.dao.HibernateDatabasePayloadDao
 
getDelay() - Method in class org.ikasan.framework.exception.RetryAction
Accessor for delay
getDeliveryActive() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getDescription() - Method in class org.ikasan.framework.configuration.model.Configuration
 
getDescription() - Method in class org.ikasan.framework.configuration.model.ConfigurationParameter
 
getDescription() - Method in enum org.ikasan.framework.flow.event.model.TriggerRelationship
Get the trigger relationship description
getDescription() - Method in interface org.ikasan.framework.flow.FlowElement
Returns a human readable description of this FlowElement
getDescription() - Method in class org.ikasan.framework.flow.FlowElementImpl
 
getDescription() - Method in interface org.ikasan.framework.module.Module
Returns a human readable description of this module
getDescription() - Method in class org.ikasan.framework.module.SimpleModule
 
getDescription() - Method in class org.ikasan.framework.security.model.Authority
Accessor method for description
getDestination() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getDestination(boolean) - Method in class org.ikasan.framework.messaging.jms.DefaultJndiDestinationFactory
 
getDestination(boolean) - Method in interface org.ikasan.framework.messaging.jms.JndiDestinationFactory
Retrieves the configured Destination if possible
getDestinationName() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getDestinationName() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getDestinationResolver() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getDlqClientId() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
getDlqClientId() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getDlqClientId() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getDlqHandler() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
getDlqHandler() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getDlqHandler() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getDlqPassword() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
getDlqPassword() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getDlqPassword() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getDlqUser() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
getDlqUser() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getDlqUser() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getDTDHandler() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Accessor method for DTDHandler
getEmail() - Method in class org.ikasan.framework.security.model.User
Accessor method for email
getEntityResolver() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Accessor method for EntityResolver
getEnvironment() - Method in class org.ikasan.framework.messaging.jms.DefaultJndiDestinationFactory
Accessor for environment
getEnvironment() - Method in interface org.ikasan.framework.messaging.jms.JndiDestinationFactory
Accessor for environment
getErrorDetail() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
getErrorEvent() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
Accessor for ErrorEvent
getErrorHandler() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Accessor method for ErrorHandler
getErrorListener() - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Accessor
getErrorOccurrence(Long) - Method in interface org.ikasan.framework.error.dao.ErrorOccurrenceDao
Retrieves an ErrorOccurrence by ids
getErrorOccurrence(Long) - Method in class org.ikasan.framework.error.dao.HibernateErrorOccurrenceDao
 
getErrorOccurrence(long) - Method in class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
 
getErrorOccurrence(long) - Method in interface org.ikasan.framework.error.service.ErrorLoggingService
Retrieve an ErrorOccurrence specified by its Id
getErrorOccurrences(String) - Method in interface org.ikasan.framework.error.dao.ErrorOccurrenceDao
Returns all ErrorOccurrences with the specified eventId
getErrorOccurrences(String) - Method in class org.ikasan.framework.error.dao.HibernateErrorOccurrenceDao
 
getErrorOccurrences(String) - Method in class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
 
getErrorOccurrences(String) - Method in interface org.ikasan.framework.error.service.ErrorLoggingService
Returns all ErrorOccurrences for the event specified by its id
getErrorOccurrences() - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Accessor for errorOccurrences
getErrors(int, int, String, boolean, String, String) - Method in class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
 
getErrors(int, int, String, boolean, String, String) - Method in interface org.ikasan.framework.error.service.ErrorLoggingService
Returns a paged listing of errors
getErrorSummary() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
getEvent() - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Accessor for event
getEvent() - Method in class org.ikasan.framework.payload.model.DatabasePayload
Accessor for event
getEventDeserialiser() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getEventDeserialiser() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getEventId() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
getEventId() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Getter for eventId
getEvents() - Method in interface org.ikasan.framework.event.service.EventProvider
Returns a List of Events known to this EventProvider
getEvents() - Method in class org.ikasan.framework.event.service.MultiPayloadPerEventProvider
 
getEvents() - Method in class org.ikasan.framework.event.service.SinglePayloadPerEventProvider
 
getExceptionHandler() - Method in class org.ikasan.framework.initiator.AbstractInitiator
 
getExceptionHandler() - Method in interface org.ikasan.framework.initiator.Initiator
Accessor for exceptionHandler
getExcludedEvent() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
Accessor for ExcludedEvent
getExcludedEvent(String, boolean) - Method in interface org.ikasan.framework.event.exclusion.dao.ExcludedEventDao
Retrieves an ExcludedEvent by event Id
getExcludedEvent(long) - Method in class org.ikasan.framework.event.exclusion.dao.HibernateExcludedEventDao
 
getExcludedEvent(String, boolean) - Method in class org.ikasan.framework.event.exclusion.dao.HibernateExcludedEventDao
 
getExcludedEvent(String) - Method in interface org.ikasan.framework.event.exclusion.service.ExcludedEventService
Retrieve an ExcludedEvent specified by its event Id
getExcludedEvent(String) - Method in class org.ikasan.framework.event.exclusion.service.ExcludedEventServiceImpl
 
getExcludedEvents(int, int, String, boolean, String, String) - Method in interface org.ikasan.framework.event.exclusion.service.ExcludedEventService
Returns a paged listing of ExcludedEvent
getExcludedEvents(int, int, String, boolean, String, String) - Method in class org.ikasan.framework.event.exclusion.service.ExcludedEventServiceImpl
 
getExclusions() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Accessor for exclusions
getExclusionTime() - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Accessor for exclusionTime
getExpiry() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
getExpiry() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Getter for expiry
getExpiry() - Method in class org.ikasan.framework.systemevent.model.SystemEvent
Accessor for expiry
getExternalResources() - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Accessor
getFeature(String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Accessor method for features.
getFieldLength() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.field.FixedLengthFieldDefinition
Accessor for fieldLength
getFieldName() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.field.BaseFieldDefinition
Accessor for fieldName
getFirstIndex() - Method in class org.ikasan.framework.event.wiretap.model.PagedWiretapSearchResult
 
getFirstResult() - Method in class org.ikasan.framework.event.wiretap.model.PagedWiretapSearchResult
 
getFirstResultIndex() - Method in class org.ikasan.framework.management.search.ArrayListPagedSearchResult
Accessor for first result
getFirstResultIndex() - Method in interface org.ikasan.framework.management.search.PagedSearchResult
Accessor for first result index
getFlow() - Method in class org.ikasan.framework.initiator.AbstractInitiator
 
getFlow() - Method in interface org.ikasan.framework.initiator.Initiator
Returns the flow that this invokes
getFlow() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getFlow() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getFlow() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
getFlowComponent() - Method in interface org.ikasan.framework.flow.FlowElement
Accessor for the wrapped FlowComponent
getFlowComponent() - Method in class org.ikasan.framework.flow.FlowElementImpl
 
getFlowElementName() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
getFlowElementName() - Method in class org.ikasan.framework.flow.event.model.Trigger
Accessor for flowElementName
getFlowElements() - Method in class org.ikasan.framework.flow.VisitingInvokerFlow
Returns a breadth first listing of the flowElements within this flow
getFlowName() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
getFlowName() - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Accessor for flowName
getFlowName() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Getter for flowName
getFlowName() - Method in class org.ikasan.framework.flow.event.model.Trigger
Accessor for flowName
getFlows() - Method in interface org.ikasan.framework.module.Module
Returns a Map of this module's Flows
getFlows() - Method in class org.ikasan.framework.module.SimpleModule
 
getFooter() - Method in class org.ikasan.framework.util.AggregatedContentInputStream
Hook method for subclasses to inject footer content after last block
getForceTransacted() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getFormattedTimestamp(DateFormat) - Method in class org.ikasan.framework.component.Event
Retrieves a String representation of the timestamp using the DateFormat provided
getHandledEventCount() - Method in class org.ikasan.framework.initiator.AbstractInitiator
 
getHandledEventCount() - Method in interface org.ikasan.framework.initiator.Initiator
 
getHeader() - Method in class org.ikasan.framework.util.AggregatedContentInputStream
Hook method for subclasses to header content before first block
getId() - Method in class org.ikasan.framework.component.Event
Accessor for id
getId() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
getId() - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Accessor for id
getId() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Getter for id
getId() - Method in class org.ikasan.framework.flow.event.model.Trigger
Accessor for id
getId() - Method in class org.ikasan.framework.initiator.InitiatorStartupControl
Accessor for id
getId() - Method in class org.ikasan.framework.payload.model.DatabasePayload
Accessor for Id
getId() - Method in class org.ikasan.framework.security.model.Authority
Accessor method for id
getId() - Method in class org.ikasan.framework.security.model.User
Accessor for id
getId() - Method in class org.ikasan.framework.systemevent.model.SystemEvent
Accessor for id
getInitiator() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getInitiator() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getInitiator(String) - Method in interface org.ikasan.framework.module.Module
Resolves an Initiator
getInitiator(String) - Method in class org.ikasan.framework.module.SimpleModule
Resolve the initiator
getInitiatorJobName() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
Returns the Quartz job name of this initiator
getInitiatorName() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
getInitiatorName() - Method in class org.ikasan.framework.initiator.InitiatorStartupControl
Accessor for initiatorName
getInitiators() - Method in interface org.ikasan.framework.module.Module
Returns all of this module's Initiators
getInitiators() - Method in class org.ikasan.framework.module.SimpleModule
 
getInitiatorStartupControl(String, String) - Method in class org.ikasan.framework.flow.initiator.dao.HibernateInitiatorStartupControlDao
 
getInitiatorStartupControl(String, String) - Method in interface org.ikasan.framework.flow.initiator.dao.InitiatorStartupControlDao
Retrieves the InitiatorStartupControl for the specified Initiator
getInitiatorStartupControl(String, String) - Method in interface org.ikasan.framework.module.service.ModuleService
Allows access to the InitiatorStartupControl object for the specified Initiator
getInitiatorStartupControl(String, String) - Method in class org.ikasan.framework.module.service.ModuleServiceImpl
 
getInstance() - Static method in class org.ikasan.framework.ResourceLoader
Singleton constructor
getInvokedComponents() - Method in class org.ikasan.framework.flow.invoker.FlowInvocationContext
Safe accessor for the entire stack of invoked components
getJndiName() - Method in class org.ikasan.framework.messaging.jms.DefaultJndiDestinationFactory
Accessor for jndiName
getJndiName() - Method in interface org.ikasan.framework.messaging.jms.JndiDestinationFactory
Accessor for jndiName
getJobName() - Method in class org.ikasan.framework.flow.event.model.Trigger
Accessor for jobName
getKeepAlive() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
getKeepAlive() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getKeepAlive() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getLastComponentName() - Method in class org.ikasan.framework.flow.invoker.FlowInvocationContext
Accessor for the name of the last component invoked
getLastEventTime() - Method in class org.ikasan.framework.initiator.AbstractInitiator
 
getLastEventTime() - Method in interface org.ikasan.framework.initiator.Initiator
 
getLastIndex() - Method in class org.ikasan.framework.event.wiretap.model.PagedWiretapSearchResult
 
getLastUpdated() - Method in class org.ikasan.framework.payload.model.DatabasePayload
Accessor for lastUpdated
getLastUpdatedBy() - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Accessor for lastUpdatedBy
getLastUpdatedTime() - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Accessor for resubmissionTime
getLineNumber() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.FlatFileLocator
 
getLogger() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Provides access to the implementation class specific logger instance
getLogger() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
getLogger() - Method in class org.ikasan.framework.initiator.messagedriven.EventMessageDrivenInitiator
 
getLogger() - Method in class org.ikasan.framework.initiator.messagedriven.jca.EventMessageDrivenInitiator
 
getLogger() - Method in class org.ikasan.framework.initiator.messagedriven.jca.RawMessageDrivenInitiator
 
getLogger() - Method in class org.ikasan.framework.initiator.messagedriven.RawMessageDrivenInitiator
 
getLogger() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
getLogger() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
getLogTime() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
getMaxMessages() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getMaxMessages() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getMaxRetries() - Method in class org.ikasan.framework.exception.RetryAction
Accessor for maxRetries
getMaxSession() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getMaxSession() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getMessageEndpointManager() - Method in interface org.ikasan.framework.initiator.eventdriven.EventDrivenInitiator
Accessor for underlying MessageEndpointManager
getMessageEndpointManager() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
Accessor for messageEndpointManager
getMessageListenerContainer() - Method in interface org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiator
Accessor for underlying MessageListenerContainer
getMessageListenerContainer() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
Accessor for messageListenerContainer
getMessageListenerContainer() - Method in interface org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiator
Accessor for underlying MessageListenerContainer
getMessageListenerContainer() - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
Accessor for messageListenerContainer
getMessageSelector() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getModule(String) - Method in interface org.ikasan.framework.module.container.ModuleContainer
Returns the module named by moduleName or null if it does not exist
getModule(String) - Method in class org.ikasan.framework.module.container.ModuleContainerImpl
Returns a module by name
getModule(String) - Method in interface org.ikasan.framework.module.service.ModuleService
Resolves a specified Module by name
getModule(String) - Method in class org.ikasan.framework.module.service.ModuleServiceImpl
 
getModuleName() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
getModuleName() - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Accessor for moduleName
getModuleName() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Getter for moduleName
getModuleName() - Method in class org.ikasan.framework.flow.event.model.Trigger
Accessor for moduleName
getModuleName() - Method in interface org.ikasan.framework.flow.Flow
Accessor for moduleName
getModuleName() - Method in class org.ikasan.framework.flow.VisitingInvokerFlow
 
getModuleName() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Accessor for moduleName
getModuleName() - Method in class org.ikasan.framework.initiator.InitiatorStartupControl
Accessor for moduleName
getModuleName() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getModuleName() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getModules() - Method in interface org.ikasan.framework.module.container.ModuleContainer
Exposes all the loaded Modules
getModules() - Method in class org.ikasan.framework.module.container.ModuleContainerImpl
Exposes all the loaded Modules
getModules() - Method in interface org.ikasan.framework.module.service.ModuleService
Returns all available Modules
getModules() - Method in class org.ikasan.framework.module.service.ModuleServiceImpl
 
getMonitorListeners() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Accessor for monitorListeners
getName() - Method in class org.ikasan.framework.configuration.model.ConfigurationParameter
 
getName() - Method in interface org.ikasan.framework.flow.Flow
Returns the name of this flow
getName() - Method in class org.ikasan.framework.flow.VisitingInvokerFlow
 
getName() - Method in class org.ikasan.framework.initiator.AbstractInitiator
 
getName() - Method in interface org.ikasan.framework.initiator.Initiator
The flow initiator's name.
getName() - Method in class org.ikasan.framework.initiator.InitiatorState
Get the state name
getName() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getName() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getName() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
getName() - Method in interface org.ikasan.framework.module.Module
Returns the name of the module
getName() - Method in class org.ikasan.framework.module.SimpleModule
Accessor for name
getName() - Method in class org.ikasan.framework.monitor.AbstractMonitorListener
 
getName() - Method in interface org.ikasan.framework.monitor.MonitorListener
Getter for monitor listener name
getNextByPayload() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Accessor for nextByPayload
getNextContent() - Method in class org.ikasan.framework.util.AggregatedContentInputStream
Returns the next chunk of content
getNextRelatedPayloads() - Method in class org.ikasan.framework.payload.service.DatabasePayloadProvider
 
getNextRelatedPayloads() - Method in interface org.ikasan.framework.payload.service.PayloadProvider
Returns a List of the next set of related Payloads known to this PayloadProvider
getObject() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getObject() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getObject() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
getObject() - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
getObject() - Method in class org.ikasan.framework.initiator.scheduled.quartz.HolidayCalendarFactory
 
getObject() - Method in class org.ikasan.framework.module.loader.ModuleFactoryBean
 
getObjectType() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getObjectType() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getObjectType() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
getObjectType() - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
getObjectType() - Method in class org.ikasan.framework.initiator.scheduled.quartz.HolidayCalendarFactory
 
getObjectType() - Method in class org.ikasan.framework.module.loader.ModuleFactoryBean
 
getParameters() - Method in interface org.ikasan.framework.flow.event.service.FlowEventJob
Returns a List of all specifiable parameters that will be respected when passed in on execute
getParameters() - Method in class org.ikasan.framework.flow.event.service.LoggingEventJob
 
getParameters() - Method in class org.ikasan.framework.flow.event.service.WiretapEventJob
 
getParams() - Method in class org.ikasan.framework.flow.event.model.Trigger
Accessor for params
getPassword() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
getPassword() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getPassword() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getPassword() - Method in class org.ikasan.framework.security.model.User
 
getPayloadContent() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEvent
Getter for payloadContent
getPayloadFactory() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getPayloadFactory() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getPayloadId() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Getter for payloadId
getPayloadName() - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Accessor
getPayloads() - Method in class org.ikasan.framework.component.Event
Returns a list of payloads.
getPersistenceId() - Method in class org.ikasan.framework.component.Event
Accessor for persistenceId
getPreviousByPayload() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Accessor for previousByPayload
getPriority() - Method in class org.ikasan.framework.component.Event
Accessor for priority
getProperty(String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Accessor for named properties
getProviderAdapterJNDI() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
getProviderAdapterJNDI() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getProviderAdapterJNDI() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getPublicId() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.FlatFileLocator
 
getPubSubDomain() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getReconnectInterval() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
getReconnectInterval() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getReconnectInterval() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getRegisteredJobs() - Method in class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
Returns a safe Map of all registered FlowEventJobs, keyed by jobName
getRelationship() - Method in class org.ikasan.framework.flow.event.model.Trigger
Accessor for relationship
getResolution() - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Accessor for resolution
getResourceAdapter() - Static method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossResourceAdapterUtils
Obtain the default JBoss Resource Adapter through a JMX invocation for the JBossWorkManagerMBean.ResourceAdapter
getRespectPriority() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getResultSize() - Method in class org.ikasan.framework.event.wiretap.model.PagedWiretapSearchResult
 
getResultSize() - Method in class org.ikasan.framework.management.search.ArrayListPagedSearchResult
Accessor for resultSize
getResultSize() - Method in interface org.ikasan.framework.management.search.PagedSearchResult
Accessor for resultSize
getRetryCount() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Accessor for retryCount
getRetryCount() - Method in interface org.ikasan.framework.initiator.Initiator
Accessor for retryCount
getRetryCount() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
getScheduler() - Method in interface org.ikasan.framework.initiator.scheduled.quartz.QuartzDrivenInitiator
Accessor for internal Quartz Scheduler
getScheduler() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
Provides access to the underlying scheduler
getStartupType() - Method in class org.ikasan.framework.initiator.InitiatorStartupControl
Accessor for startupType
getState() - Method in class org.ikasan.framework.initiator.AbstractInitiator
 
getState() - Method in interface org.ikasan.framework.initiator.Initiator
Returns the current state of the Initiator
getState() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
getStylesheetLocation() - Method in class org.ikasan.framework.component.transformation.configuration.XsltConfiguration
Accessor
getSubject() - Method in class org.ikasan.framework.systemevent.model.SystemEvent
Accessor for subject
getSubscriptionDurable() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getSupportedMessageType() - Method in interface org.ikasan.framework.payload.serialisation.JmsMessagePayloadSerialiser
Get the supported message type
getSupportedMessageType() - Method in class org.ikasan.framework.payload.serialisation.TextMessagePayloadSerialiser
 
getSystemId() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.FlatFileLocator
 
getTimestamp() - Method in class org.ikasan.framework.component.Event
Accessor for timestamp
getTimestamp() - Method in class org.ikasan.framework.systemevent.model.SystemEvent
Accessor for timestamp
getTransformationParameters() - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Accessor
getTransition(String) - Method in interface org.ikasan.framework.flow.FlowElement
Retrieves the subsequent FlowElement (if any) representing the next node in the flow
getTransition(String) - Method in class org.ikasan.framework.flow.FlowElementImpl
 
getTransitions() - Method in interface org.ikasan.framework.flow.FlowElement
Retrieves a Map of all this FlowElement's transitions
getTransitions() - Method in class org.ikasan.framework.flow.FlowElementImpl
 
getTriggers(String, String, TriggerRelationship, String) - Method in class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
Returns a safe List of all the triggers associated with a particular point in a particular flow
getType() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
getType() - Method in interface org.ikasan.framework.initiator.Initiator
Returns the type of the initiator
getType() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
getType() - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
getType() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
getType() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
getUrl() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
Accessor for url
getUseDLQ() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getUser() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
getUser(String) - Method in class org.ikasan.framework.security.dao.HibernateUserDao
 
getUser(String) - Method in interface org.ikasan.framework.security.dao.UserDao
Retrieves a specific User by name
getUsername() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
getUsername() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
getUsername() - Method in class org.ikasan.framework.security.model.User
 
getUsers() - Method in class org.ikasan.framework.security.dao.HibernateUserDao
 
getUsers() - Method in interface org.ikasan.framework.security.dao.UserDao
Retrieves all Users known to the system
getUsers() - Method in interface org.ikasan.framework.security.service.UserService
Gets all Users in the system
getUsers() - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
getValue() - Method in class org.ikasan.framework.configuration.model.ConfigurationParameter
 
getWiretapEvent(Long) - Method in interface org.ikasan.framework.event.wiretap.service.WiretapService
Retrieve a specific WiretapEvent by Id
getWiretapEvent(Long) - Method in class org.ikasan.framework.event.wiretap.service.WiretapServiceImpl
Get a wireTap event given its Id
getWiretapEventHeaders() - Method in class org.ikasan.framework.event.wiretap.model.PagedWiretapSearchResult
 
getXmlReader() - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Accessor
grantAuthority(Authority) - Method in class org.ikasan.framework.security.model.User
Allows an Authority to be granted to a User
grantAuthority(String, String) - Method in interface org.ikasan.framework.security.service.UserService
Attempts to grant an authority to a user
grantAuthority(String, String) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
groupMapNames(Enumeration<String>) - Method in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
Helper method that groups the keys to all map entries into Lists by thier payload, and lists these in payload order, starting with a List of non payload (event level) fields.

H

halt - Variable in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
The Halt for activating/deactivating the jms endpoint
halt - Variable in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
The Halt for activating/deactivating the jms endpoint
handleAction(IkasanExceptionAction, String) - Method in class org.ikasan.framework.initiator.AbstractInitiator
Handle the returned action from the flow invocation
handleBytesMessage(BytesMessage) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
JMS Message specific type handling for BytesMessage Subclasses that wish to support this Message type will override this
handleBytesMessage(BytesMessage) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
JMS Message specific type handling for BytesMessage Subclasses that wish to support this Message type will override this
handleListenerSetupFailure(Throwable, boolean) - Method in class org.ikasan.framework.initiator.messagedriven.spring.SpringMessageListenerContainer
 
handleMapMessage(MapMessage) - Method in class org.ikasan.framework.initiator.messagedriven.EventMessageDrivenInitiator
 
handleMapMessage(MapMessage) - Method in class org.ikasan.framework.initiator.messagedriven.jca.EventMessageDrivenInitiator
 
handleMapMessage(MapMessage) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
JMS Message specific type handling for MapMessage Subclasses that wish to support this Message type will override this
handleMapMessage(MapMessage) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
JMS Message specific type handling for MapMessage Subclasses that wish to support this Message type will override this
handleObjectMessage(ObjectMessage) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
JMS Message specific type handling for ObjectMessage Subclasses that wish to support this Message type will override this
handleObjectMessage(ObjectMessage) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
JMS Message specific type handling for ObjectMessage Subclasses that wish to support this Message type will override this
handleRetry(Integer, long) - Method in class org.ikasan.framework.initiator.AbstractInitiator
Handle an IkasanExceptionAction 'retry'
handleStreamMessage(StreamMessage) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
JMS Message specific type handling for StreamMessage Subclasses that wish to support this Message type will override this
handleStreamMessage(StreamMessage) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
JMS Message specific type handling for StreamMessage Subclasses that wish to support this Message type will override this
handleTextMessage(TextMessage) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
JMS Message specific type handling for TextMessage Subclasses that wish to support this Message type will override this
handleTextMessage(TextMessage) - Method in class org.ikasan.framework.initiator.messagedriven.jca.RawMessageDrivenInitiator
 
handleTextMessage(TextMessage) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
JMS Message specific type handling for TextMessage Subclasses that wish to support this Message type will override this
handleTextMessage(TextMessage) - Method in class org.ikasan.framework.initiator.messagedriven.RawMessageDrivenInitiator
 
handleThrowable(String, Throwable) - Method in interface org.ikasan.framework.component.IkasanExceptionHandler
Push an exception that occurred outside the scope of handling a data event to the Exception Handler
handleThrowable(String, Throwable) - Method in class org.ikasan.framework.component.LoggingExceptionHandlerImpl
 
handleThrowable(String, Throwable) - Method in class org.ikasan.framework.exception.matching.MatchingExceptionHandler
 
hashCode() - Method in class org.ikasan.framework.configuration.model.Configuration
HashCode default implementation
hashCode() - Method in class org.ikasan.framework.configuration.model.ConfigurationParameter
HashCode default implementation
hashCode() - Method in class org.ikasan.framework.payload.model.DatabasePayload
 
hashCode() - Method in class org.ikasan.framework.security.model.Authority
 
hashCode() - Method in class org.ikasan.framework.security.model.User
 
hashCode() - Method in class org.ikasan.framework.systemevent.model.SystemEvent
 
hasMoreContent() - Method in class org.ikasan.framework.util.AggregatedContentInputStream
Returns true if there is more content to consume
HibernateAuthorityDao - Class in org.ikasan.framework.security.dao
Hibernate implementation of AuthorityDao
HibernateAuthorityDao() - Constructor for class org.ikasan.framework.security.dao.HibernateAuthorityDao
 
HibernateDatabaseHousekeeper - Class in org.ikasan.framework.payload.dao
Implementation of DatabaseHousekeeper that uses Hibernate and identifies housekeepable items by running a configured hibernate query
HibernateDatabaseHousekeeper(int, String) - Constructor for class org.ikasan.framework.payload.dao.HibernateDatabaseHousekeeper
Constructor
HibernateDatabasePayloadDao - Class in org.ikasan.framework.payload.dao
Hibernate implementation of DatabasePayloadDao
HibernateDatabasePayloadDao() - Constructor for class org.ikasan.framework.payload.dao.HibernateDatabasePayloadDao
Constructor
HibernateErrorOccurrenceDao - Class in org.ikasan.framework.error.dao
Hibernate implementation of the DAO for the ErrorOccurence object
HibernateErrorOccurrenceDao() - Constructor for class org.ikasan.framework.error.dao.HibernateErrorOccurrenceDao
 
HibernateExcludedEventDao - Class in org.ikasan.framework.event.exclusion.dao
 
HibernateExcludedEventDao() - Constructor for class org.ikasan.framework.event.exclusion.dao.HibernateExcludedEventDao
 
HibernateInitiatorStartupControlDao - Class in org.ikasan.framework.flow.initiator.dao
Hibernate implementation of InitiatorStartupControlDao
HibernateInitiatorStartupControlDao() - Constructor for class org.ikasan.framework.flow.initiator.dao.HibernateInitiatorStartupControlDao
 
HibernateSystemEventDao - Class in org.ikasan.framework.systemevent.dao
Hibernate implementation of SystemEventDao Note that can be configured to housekeep either simply, or in batches.
HibernateSystemEventDao(boolean, Integer) - Constructor for class org.ikasan.framework.systemevent.dao.HibernateSystemEventDao
Constructor
HibernateSystemEventDao() - Constructor for class org.ikasan.framework.systemevent.dao.HibernateSystemEventDao
Constructor
HibernateTriggerDao - Class in org.ikasan.framework.flow.event.dao
Hibernate implementation for the TriggerDao interface
HibernateTriggerDao() - Constructor for class org.ikasan.framework.flow.event.dao.HibernateTriggerDao
 
HibernateUserDao - Class in org.ikasan.framework.security.dao
Hibernate implementation of UserDao
HibernateUserDao() - Constructor for class org.ikasan.framework.security.dao.HibernateUserDao
 
HibernateWiretapDao - Class in org.ikasan.framework.event.wiretap.dao
Hibernate implementation of the WiretapDao
HibernateWiretapDao() - Constructor for class org.ikasan.framework.event.wiretap.dao.HibernateWiretapDao
Constructor
HibernateWiretapDao(boolean, Integer) - Constructor for class org.ikasan.framework.event.wiretap.dao.HibernateWiretapDao
Constructor
HolidayCalendarFactory - Class in org.ikasan.framework.initiator.scheduled.quartz
Spring FactoryBean implementation for the Quartz Holiday Calendar.
HolidayCalendarFactory() - Constructor for class org.ikasan.framework.initiator.scheduled.quartz.HolidayCalendarFactory
 
housekeep() - Method in class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
 
housekeep() - Method in interface org.ikasan.framework.error.service.ErrorLoggingService
Causes all ErrorOccurrences that are deemed to be too old to be deleted
housekeep() - Method in interface org.ikasan.framework.event.wiretap.service.WiretapService
Causes all WiretapEvents that are past their expiry to be deleted
housekeep() - Method in class org.ikasan.framework.event.wiretap.service.WiretapServiceImpl
Housekeep the wiretaps by deleting expired ones.
housekeep() - Method in class org.ikasan.framework.payload.dao.HibernateDatabaseHousekeeper
 
housekeep() - Method in interface org.ikasan.framework.payload.service.DatabaseHousekeeper
Housekeep
housekeep() - Method in interface org.ikasan.framework.systemevent.service.SystemEventService
Cleanup all expired system events
housekeep() - Method in class org.ikasan.framework.systemevent.service.SystemEventServiceImpl
 

I

id - Variable in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Dao assigned id
idToString() - Method in class org.ikasan.framework.component.Event
Create a formatted string detailing the event id and associated payload id(s).
IkasanExceptionAction - Interface in org.ikasan.framework.exception
Interface for the Ikasan Exception Action.
IkasanExceptionHandler - Interface in org.ikasan.framework.component
This interface defines the public interface for invocation of the Ikasan Exception Handler
IkasanJobFactory - Class in org.ikasan.framework.initiator.scheduled.quartz
Ikasan specific implementation of the Quartz JobFactory.
IkasanJobFactory(QuartzDrivenInitiator) - Constructor for class org.ikasan.framework.initiator.scheduled.quartz.IkasanJobFactory
Constructor
includes(Throwable) - Method in interface org.ikasan.framework.exception.matching.ExceptionGroup
Determines if the given Throwable is a member of this logical group
includes(Throwable) - Method in class org.ikasan.framework.exception.matching.MatcherBasedExceptionGroup
 
INCLUSION_TRANSITION - Static variable in class org.ikasan.framework.component.routing.AbstractFilteringRouter
Default Transition for letting an even pass
initiate(String, String) - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
Initiator - Interface in org.ikasan.framework.initiator
Ikasan initiator interface defining the operations on an initiator.
INITIATOR_SET_STARTUP_TYPE_EVENT_ACTION - Static variable in class org.ikasan.framework.module.service.ModuleServiceImpl
constant for logging a request to change initiator startup type
INITIATOR_START_REQUEST_SYSTEM_EVENT_ACTION - Static variable in class org.ikasan.framework.module.service.ModuleServiceImpl
constant for logging an incoming initiator start request
INITIATOR_STOP_REQUEST_SYSTEM_EVENT_ACTION - Static variable in class org.ikasan.framework.module.service.ModuleServiceImpl
constant for logging an incoming initiator stop request
InitiatorOperationException - Exception in org.ikasan.framework.initiator
Exception resulting from an operation invoked on this initiator.
InitiatorOperationException(String, Exception) - Constructor for exception org.ikasan.framework.initiator.InitiatorOperationException
Constructor
InitiatorStartupControl - Class in org.ikasan.framework.initiator
JavaBean encapsulating startup control information for Initiators The following start types are defined: AUTOMATIC: Initiator will be started by its container when the container is initialised MANUAL: Initiator will not be started by its container when container is started/initialised, but will be manually startable at a later stage DISABLED: Initiator will not be started by its container when container is started/initialised, and will not be manually startable at a later stage
InitiatorStartupControl(String, String) - Constructor for class org.ikasan.framework.initiator.InitiatorStartupControl
Constructor
InitiatorStartupControl.StartupType - Enum in org.ikasan.framework.initiator
 
InitiatorStartupControlDao - Interface in org.ikasan.framework.flow.initiator.dao
Data Access interface for the persistence of InitiatorStartupControls
InitiatorState - Class in org.ikasan.framework.initiator
Simple initiator state implementation.
InitiatorState(String, boolean, boolean, boolean, boolean) - Constructor for class org.ikasan.framework.initiator.InitiatorState
Constructor
instance() - Static method in class org.ikasan.framework.exception.ExcludeEventAction
Accessor for static instance
instance() - Static method in class org.ikasan.framework.exception.StopAction
Accessor for static instance
InvalidFlowException - Exception in org.ikasan.framework.flow
Exception representing an invalid Flow configuration
InvalidFlowException(String) - Constructor for exception org.ikasan.framework.flow.InvalidFlowException
Constructor
InvalidInitiatorStateException - Exception in org.ikasan.framework.initiator
Exception representing an initiator being unexpectantly invoked by an external entity i.e.
InvalidInitiatorStateException(String) - Constructor for exception org.ikasan.framework.initiator.InvalidInitiatorStateException
Constructor
invoke(String, Event, Throwable) - Method in class org.ikasan.framework.component.LoggingExceptionHandlerImpl
 
invoke(FlowInvocationContext, Event) - Method in interface org.ikasan.framework.flow.Flow
Invocation of this method represents the handling of the Event with respect to some business path
invoke(FlowInvocationContext, Event, String, String, FlowElement) - Method in interface org.ikasan.framework.flow.invoker.FlowElementInvoker
Invokes the specified FlowElementwith the specified Event
invoke(FlowInvocationContext, Event, String, String, FlowElement) - Method in class org.ikasan.framework.flow.invoker.VisitingFlowElementInvoker
 
invoke(FlowInvocationContext, Event) - Method in class org.ikasan.framework.flow.VisitingInvokerFlow
 
invoke() - Method in interface org.ikasan.framework.initiator.scheduled.quartz.QuartzDrivenInitiator
Invokes the Initiator
invoke() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
Standard invocation of an initiator.
invoke(Event) - Method in interface org.ikasan.framework.plugins.EventInvocable
Invoke this plugin with an Event
invoke(Event) - Method in class org.ikasan.framework.plugins.EventInvocablePojoWrapper
 
invoke(Event) - Method in class org.ikasan.framework.plugins.JMSEventPublisherPlugin
 
invoke(Payload) - Method in interface org.ikasan.framework.plugins.PayloadInvocable
Invoke this plugin with a Payload
invoke(Payload) - Method in class org.ikasan.framework.plugins.PayloadInvocablePojoWrapper
 
invoke(Event) - Method in class org.ikasan.framework.plugins.PayloadProviderPlugin
 
invoke(Payload) - Method in class org.ikasan.framework.plugins.PayloadPublisherPlugin
 
invoke(Object[], Class<?>[]) - Method in class org.ikasan.framework.plugins.PojoWrapperPlugin
finds and invokes the method
invokeFlow(List<Event>) - Method in class org.ikasan.framework.initiator.AbstractInitiator
Invoke the flow with all available Events, handing exception actions as we go
invokeFlow(Event) - Method in class org.ikasan.framework.initiator.AbstractInitiator
Invoke the flow with a single Event
isAccountNonExpired() - Method in class org.ikasan.framework.security.model.User
 
isAccountNonLocked() - Method in class org.ikasan.framework.security.model.User
 
isAllowImmediateReinvocationOnEvent() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
Accessor for allowImmediateReinvocationOnEvent
isAutomatic() - Method in class org.ikasan.framework.initiator.InitiatorStartupControl
 
isAvailable() - Method in class org.ikasan.framework.initiator.SimpleInitiator
Accessor for available
isConsumed() - Method in class org.ikasan.framework.payload.model.DatabasePayload
Accessor for consumed
isCredentialsNonExpired() - Method in class org.ikasan.framework.security.model.User
 
isDeliveryActive() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
isDisabled() - Method in class org.ikasan.framework.initiator.InitiatorStartupControl
 
isEmpty(String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseStringHandlingFlatFileReader
Determines if a field's value is empty
isEnabled() - Method in class org.ikasan.framework.security.model.User
 
isError() - Method in class org.ikasan.framework.initiator.AbstractInitiator
 
isError() - Method in interface org.ikasan.framework.initiator.Initiator
Is this initiator in an error state.
isError() - Method in class org.ikasan.framework.initiator.InitiatorState
Is this a stopped in 'error' state
isError() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
isForceTransacted() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
isForceTransacted() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
isLastPage() - Method in class org.ikasan.framework.management.search.ArrayListPagedSearchResult
 
isLastPage() - Method in interface org.ikasan.framework.management.search.PagedSearchResult
 
isListenerSetupFailure() - Method in class org.ikasan.framework.initiator.messagedriven.jca.spring.JmsMessageEndpointManager
Accessor for listenerSetupFailure flag
isListenerSetupFailure() - Method in class org.ikasan.framework.initiator.messagedriven.jca.SpringMessageListenerContainer
Accessor for listenerSetupFailure flag
isListenerSetupFailure() - Method in class org.ikasan.framework.initiator.messagedriven.spring.SpringMessageListenerContainer
Accessor for listenerSetupFailure flag
isManual() - Method in class org.ikasan.framework.initiator.InitiatorStartupControl
 
isOptionalField() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.field.BaseFieldDefinition
Accessor for optionalField
isPubSubDomain() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
isRecovering() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
isRecovering() - Method in interface org.ikasan.framework.initiator.Initiator
Is this initiator in a recovering state.
isRecovering() - Method in class org.ikasan.framework.initiator.InitiatorState
Is this a running but in 'recovery' state
isRecovering() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
isRecovering() - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
isRecovering() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
isRecovering() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
isResolved() - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Shortcut for determining if this has been resolved
isRespectPriority() - Method in class org.ikasan.framework.initiator.messagedriven.jca.RawMessageDrivenInitiator
Accessor for respectPriority
isRespectPriority() - Method in class org.ikasan.framework.initiator.messagedriven.RawMessageDrivenInitiator
Accessor for respectPriority
isRunning() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
isRunning() - Method in interface org.ikasan.framework.initiator.eventdriven.MessageEndpointManager
 
isRunning() - Method in interface org.ikasan.framework.initiator.Initiator
Is this initiator running.
isRunning() - Method in class org.ikasan.framework.initiator.InitiatorState
Is this a running normally state
isRunning() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
isRunning() - Method in interface org.ikasan.framework.initiator.messagedriven.jca.MessageListenerContainer
 
isRunning() - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
isRunning() - Method in interface org.ikasan.framework.initiator.messagedriven.MessageListenerContainer
 
isRunning() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
isRunning() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
isSingleton() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
isSingleton() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
isSingleton() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
isSingleton() - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
isSingleton() - Method in class org.ikasan.framework.initiator.scheduled.quartz.HolidayCalendarFactory
 
isSingleton() - Method in class org.ikasan.framework.module.loader.ModuleFactoryBean
 
isSkipIfEmpty() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.field.BaseFieldDefinition
Accessor for skipIfEmpty
isStopped() - Method in class org.ikasan.framework.initiator.InitiatorState
Is this a stopped normally state
isStopping() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Accessor for stopping flag
isUseDLQ() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
isUseDLQ() - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
isUseTranslets() - Method in class org.ikasan.framework.component.transformation.configuration.XsltConfiguration
Accessor

J

JBossJmsActivationSpecConfig - Class in org.ikasan.framework.initiator.messagedriven.jca.jboss
Extended version of the Spring JmsActivationSpecConfig which supports additional properties that JBoss require in their JMS activation spec.
JBossJmsActivationSpecConfig() - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
JBossJmsActivationSpecFactory - Class in org.ikasan.framework.initiator.messagedriven.jca.jboss
Implement a JBoss specific version of the activation spec population.
JBossJmsActivationSpecFactory() - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecFactory
 
JBossJmsEndpointManagerFactoryBean - Class in org.ikasan.framework.initiator.messagedriven.jca.jboss
This factory creates JBoss specific JMS endpoint managers.
JBossJmsEndpointManagerFactoryBean() - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
JBossMessageDrivenInitiatorFactoryBean - Class in org.ikasan.framework.initiator.messagedriven.jca.jboss
This class helps create Message Driven Initiators specifically for the JBoss underlying JMS implementation.
JBossMessageDrivenInitiatorFactoryBean() - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
JBossResourceAdapterUtils - Class in org.ikasan.framework.initiator.messagedriven.jca.jboss
Utility class for obtaining the JBoss JCA Resource Adapter for use with JCA JMS Endpoint implementations
JBossResourceAdapterUtils() - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossResourceAdapterUtils
 
JBossTransactionManager - Class in org.ikasan.framework.initiator.messagedriven.jca.jboss
 
JBossTransactionManager() - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossTransactionManager
 
JcaMessageDrivenInitiatorFactoryBean - Class in org.ikasan.framework.initiator.messagedriven.jca
This class helps create Message Driven Initiators
JcaMessageDrivenInitiatorFactoryBean() - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
JMS_ENCRYPTION_POLICY - Static variable in interface org.ikasan.framework.FrameworkConst
JMS encryptionPolicy
JMS_MESSAGE_DRIVEN_INITIATOR_TYPE - Static variable in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
JMS_PASSWORD - Static variable in interface org.ikasan.framework.FrameworkConst
JMS password
JMS_PROVIDER - Static variable in interface org.ikasan.framework.FrameworkConst
JMS Provider
JMS_SECURED - Static variable in interface org.ikasan.framework.FrameworkConst
JMS secured
JMS_USERNAME - Static variable in interface org.ikasan.framework.FrameworkConst
JMS username
JMS_XA_CONNECTION_FACTORY - Static variable in interface org.ikasan.framework.FrameworkConst
JMS XA Connection Factory for deployed (private) applications only
JMSEventPublisherPlugin - Class in org.ikasan.framework.plugins
Plugin that knows how to publish an Event to JMS
JMSEventPublisherPlugin(Destination, ConnectionFactory, JmsMessageEventSerialiser<?>, IkasanSecurityConf) - Constructor for class org.ikasan.framework.plugins.JMSEventPublisherPlugin
Constructor
JMSEventPublisherPlugin(JndiDestinationFactory, ConnectionFactory, JmsMessageEventSerialiser<?>, IkasanSecurityConf) - Constructor for class org.ikasan.framework.plugins.JMSEventPublisherPlugin
Constructor
JmsMessageDrivenInitiator - Interface in org.ikasan.framework.initiator.messagedriven.jca
Simple interface combining the powers of Initiator and MessageListener Not strictly necessary as it does not add any additional methods yet
JmsMessageDrivenInitiator - Interface in org.ikasan.framework.initiator.messagedriven
Simple interface combining the powers of Initiator and MessageListener Not strictly necessary as it does not add any additional methods yet
JmsMessageDrivenInitiatorImpl - Class in org.ikasan.framework.initiator.messagedriven.jca
Abstract base class for JMS Message Driven Initiators Subclasses will provide an implementation for handling of one or more of the specific JMS Message types into an Event
JmsMessageDrivenInitiatorImpl(String, String, Flow, IkasanExceptionHandler) - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
Constructor
JmsMessageDrivenInitiatorImpl - Class in org.ikasan.framework.initiator.messagedriven
Abstract base class for JMS Message Driven Initiators Subclasses will provide an implementation for handling of one or more of the specific JMS Message types into an Event
JmsMessageDrivenInitiatorImpl(String, String, Flow, IkasanExceptionHandler) - Constructor for class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
Constructor
JmsMessageEndpointManager - Class in org.ikasan.framework.initiator.messagedriven.jca.spring
Extension of Spring's JmsMessageEndpointManager to expose listener setup failures to a registered Listener
JmsMessageEndpointManager() - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.spring.JmsMessageEndpointManager
 
JmsMessageEventSerialiser<T extends javax.jms.Message> - Interface in org.ikasan.framework.event.serialisation
Serialisation/Deserialisation interface for converting between Event and some specified Message implementation
JmsMessagePayloadSerialiser<T extends javax.jms.Message> - Interface in org.ikasan.framework.payload.serialisation
Serialisation/Deserialisation interface for converting a Payload to and from a JMS Message
JMSPayloadPublisher - Class in org.ikasan.framework.payload.service
Publishes a Payload to a JMS Destination either as a MapMessage or TextMessage.
JMSPayloadPublisher(Destination, ConnectionFactory, JmsMessagePayloadSerialiser<? extends Message>, IkasanSecurityConf) - Constructor for class org.ikasan.framework.payload.service.JMSPayloadPublisher
Constructor
JMSPayloadPublisher(JndiDestinationFactory, ConnectionFactory, JmsMessagePayloadSerialiser<? extends Message>, IkasanSecurityConf) - Constructor for class org.ikasan.framework.payload.service.JMSPayloadPublisher
Constructor
JndiDestinationFactory - Interface in org.ikasan.framework.messaging.jms
Interface definition for factory bean that provides runtime JNDI lookup for SDestinations
JobAwareFlowEventListener - Class in org.ikasan.framework.flow.event.listener
The JobAwareFlowEventListener provides a FlowEventListener implementation that brokers the life-cycle callbacks that it receives through to locally registered FlowEventJob instances.
JobAwareFlowEventListener(Map<String, FlowEventJob>, TriggerDao) - Constructor for class org.ikasan.framework.flow.event.listener.JobAwareFlowEventListener
Constructor
JtaTransactionManager - Class in org.ikasan.framework.initiator.messagedriven.jca.spring
Work-around to return a transaction manager to Spring if one is already available.
JtaTransactionManager() - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.spring.JtaTransactionManager
 

L

ListenerSetupFailureListener - Interface in org.ikasan.framework.initiator.messagedriven.jca
Listener interface that may be implemented by classes that wish to be notified of failures to setup MessageListenerContainer
ListenerSetupFailureListener - Interface in org.ikasan.framework.initiator.messagedriven
Listener interface that may be implemented by classes that wish to be notified of failures to setup MessageListenerContainer
listSystemEvents(int, int, String, boolean, String, String, Date, Date, String) - Method in interface org.ikasan.framework.systemevent.service.SystemEventService
Performs a paged search for SystemEvents restricting by criteria fields as supplied
listSystemEvents(int, int, String, boolean, String, String, Date, Date, String) - Method in class org.ikasan.framework.systemevent.service.SystemEventServiceImpl
 
load(Long) - Method in interface org.ikasan.framework.event.exclusion.dao.ExcludedEventDao
Loads an ExcludedEvent to persistent storage
load(Long) - Method in class org.ikasan.framework.event.exclusion.dao.HibernateExcludedEventDao
 
loadAllResources(Properties) - Method in class org.ikasan.framework.ResourceLoader
Convenience method to load all resources from a given properties.
loadUserByUsername(String) - Method in interface org.ikasan.framework.security.service.UserService
 
loadUserByUsername(String) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
LOCALDS_SESSION_FACTORY - Static variable in interface org.ikasan.framework.FrameworkConst
connector local transactional persistence factory
logError(Throwable, String, String, String, Event, String) - Method in class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
 
logError(Throwable, String, String, String) - Method in class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
 
logError(Throwable, String, String, String, Event, String) - Method in interface org.ikasan.framework.error.service.ErrorLoggingService
Logs an Error where there is an inflight Event involved in a Flow
logError(Throwable, String, String, String) - Method in interface org.ikasan.framework.error.service.ErrorLoggingService
Logs an Error caused before there was an Event
logError(Event, Throwable, String, IkasanExceptionAction) - Method in class org.ikasan.framework.initiator.AbstractInitiator
Logs errors in a heavy weight fashion using an ErrorLoggingService if available
LoggingEventJob - Class in org.ikasan.framework.flow.event.service
Simple FlowEventJob implementation that simply logs the current Event
LoggingEventJob() - Constructor for class org.ikasan.framework.flow.event.service.LoggingEventJob
 
LoggingExceptionHandlerImpl - Class in org.ikasan.framework.component
Simple implementation of IkasanExceptionHandler, that simply logs the exception and returns a predefined IkasanExceptionAction
LoggingExceptionHandlerImpl() - Constructor for class org.ikasan.framework.component.LoggingExceptionHandlerImpl
 
logSystemEvent(String, String, String) - Method in interface org.ikasan.framework.systemevent.service.SystemEventService
Logs some system level happening
logSystemEvent(String, String, String) - Method in class org.ikasan.framework.systemevent.service.SystemEventServiceImpl
 
lookupData(String, String, String) - Static method in class org.ikasan.framework.component.transformation.xslt.util.TransformationDataLookup
Looks up a value from a named bean using a named bean method, with the string arguments specified, and delimited with the default delimiter
lookupData(String, String, String, String) - Static method in class org.ikasan.framework.component.transformation.xslt.util.TransformationDataLookup
Looks up a value from a named bean using a named bean method, with the string arguments specified, and delimited with the specified delimiter
lookupData(String, String, String...) - Static method in class org.ikasan.framework.component.transformation.xslt.util.TransformationDataLookup
Looks up a value from a named bean using a named bean method, with the string arguments specified

M

ManagedResource - Interface in org.ikasan.framework.flow
Interface provisioning callbacks for starting and stopping managed resources within the scope of an Ikasan flow component.
MatcherBasedExceptionGroup - Class in org.ikasan.framework.exception.matching
Default implementation of ExceptionGroup uses a TypeSafeMatcher to determine if the given Throwable is a member if this grouping
MatcherBasedExceptionGroup(Matcher<?>, IkasanExceptionAction) - Constructor for class org.ikasan.framework.exception.matching.MatcherBasedExceptionGroup
Constructor
matchesSafely(Throwable) - Method in class org.ikasan.framework.exception.matching.ThrowableCauseMatcher
 
matchesSafely(Throwable) - Method in class org.ikasan.framework.exception.matching.ThrowableMessageMatcher
 
MatchingExceptionHandler - Class in org.ikasan.framework.exception.matching
Implementation of IkasanExceptionHandler that relies on a configuration of ExceptionGroups to match Throwables and apply Exception Actions Includes ability so set rules that are either specific to named components, on non specific
MatchingExceptionHandler(List<ExceptionGroup>, Map<String, List<ExceptionGroup>>) - Constructor for class org.ikasan.framework.exception.matching.MatchingExceptionHandler
Constructor
MatchingExceptionHandler(List<ExceptionGroup>) - Constructor for class org.ikasan.framework.exception.matching.MatchingExceptionHandler
Constructor
MessageDrivenInitiatorFactoryBean - Class in org.ikasan.framework.initiator.messagedriven
This class helps create Message Driven Initiators
MessageDrivenInitiatorFactoryBean() - Constructor for class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
messageEndpointManager - Variable in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
message endpoint manager
MessageEndpointManager - Interface in org.ikasan.framework.initiator.eventdriven
Management interface for generic MessageEndpoints
messageListenerContainer - Variable in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
The message listener container
MessageListenerContainer - Interface in org.ikasan.framework.initiator.messagedriven.jca
Management interface for MessageListenerContainers that shields clients from underlying technical implementation
messageListenerContainer - Variable in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
The message listener container
MessageListenerContainer - Interface in org.ikasan.framework.initiator.messagedriven
Management interface for MessageListenerContainers that shields clients from underlying technical implementation
Module - Interface in org.ikasan.framework.module
The concept formerly known as a component group
TODO Think of a better definition than this!!
ModuleContainer - Interface in org.ikasan.framework.module.container
Container class for holding references to all available Modules
ModuleContainerImpl - Class in org.ikasan.framework.module.container
Default implementation for Module Container
ModuleContainerImpl() - Constructor for class org.ikasan.framework.module.container.ModuleContainerImpl
 
ModuleFactoryBean - Class in org.ikasan.framework.module.loader
FactoryBean for loading a Module from various bean definition files available on the classpath and on the file system.
ModuleFactoryBean(List<String>, List<String>, File, String) - Constructor for class org.ikasan.framework.module.loader.ModuleFactoryBean
Constructor
ModuleInitialisationService - Interface in org.ikasan.framework.module.service
Marker interface identifying service responsible for Module Initialisation
ModuleInitialisationServiceImpl - Class in org.ikasan.framework.module.service
Module Initialisation Service default implementation
ModuleInitialisationServiceImpl(ModuleContainer, UserService, InitiatorStartupControlDao) - Constructor for class org.ikasan.framework.module.service.ModuleInitialisationServiceImpl
Constructor
moduleName - Variable in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Module name
moduleName - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Name of the module
modules - Variable in class org.ikasan.framework.module.container.ModuleContainerImpl
Map of all loaded modules
ModuleService - Interface in org.ikasan.framework.module.service
Service Tier interface for providing user access to modules
ModuleServiceImpl - Class in org.ikasan.framework.module.service
Default implementation of ModuleService
ModuleServiceImpl(ModuleContainer, InitiatorStartupControlDao, SystemEventService) - Constructor for class org.ikasan.framework.module.service.ModuleServiceImpl
Constructor
MonitorEmailNotifier - Class in org.ikasan.framework.monitor
Monitor listener implementation which sends emails for state changes.
MonitorEmailNotifier(String, JavaMailSender, String, String) - Constructor for class org.ikasan.framework.monitor.MonitorEmailNotifier
Create a monitor that notifies a single recipient if initaitor state is stoppedInError.
MonitorEmailNotifier(String, JavaMailSender, List<String>, String) - Constructor for class org.ikasan.framework.monitor.MonitorEmailNotifier
Creates a monitor that notifies configured recipients if initiator state is stoppedInError only.
MonitorEmailNotifier(String, JavaMailSender, Map<String, List<String>>, String) - Constructor for class org.ikasan.framework.monitor.MonitorEmailNotifier
Creates a monitor that matches current initiator state to a map of pre-configured states to recipient list.
MonitorJNDINotifier - Class in org.ikasan.framework.monitor
Monitor listener implementation which notifies the JNDI of state changes.
MonitorJNDINotifier(String, Context, String) - Constructor for class org.ikasan.framework.monitor.MonitorJNDINotifier
Constructor for monitor
MonitorListener - Interface in org.ikasan.framework.monitor
Ikasan monitor passive listener interface.
monitorListeners - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Monitor listeners for the initiator
MonitorSubject - Interface in org.ikasan.framework.monitor
Ikasan monitor subject interface to be implemented for classes requiring registration of a monitor listener.
MultiPayloadPerEventProvider - Class in org.ikasan.framework.event.service
Implementation of EventProvider.
This implementation returns a single Event containing all sourced payloads.
The purpose of this is to keep 'related' payloads within the logical unit of a single Event.
If no payloads are present then the Event is not created and 'null' is returned.
MultiPayloadPerEventProvider(PayloadProvider, String, String) - Constructor for class org.ikasan.framework.event.service.MultiPayloadPerEventProvider
Constructor

N

name - Variable in class org.ikasan.framework.configuration.model.ConfigurationParameter
configuration name
name - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Name of the initiator
name - Variable in class org.ikasan.framework.module.SimpleModule
Module name
namespaceURI - Variable in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
The URI for the namespace
newEnvironment() - Method in class org.ikasan.framework.ResourceLoader
Get a new instance of the FrameworkEnvironment
newJob(TriggerFiredBundle) - Method in class org.ikasan.framework.initiator.scheduled.quartz.IkasanJobFactory
 
nextByPayload - Variable in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Next WiretapEvent (if any) for this payload
notify(String) - Method in class org.ikasan.framework.monitor.AbstractMonitorListener
 
notify(String) - Method in class org.ikasan.framework.monitor.MonitorEmailNotifier
 
notify(String) - Method in class org.ikasan.framework.monitor.MonitorJNDINotifier
 
notify(String) - Method in interface org.ikasan.framework.monitor.MonitorListener
Notification of a change
notifyErrorOccurrence(ErrorOccurrence) - Method in interface org.ikasan.framework.error.service.ErrorOccurrenceListener
Callback for the notification of the creation of an ErrorOccurrence
notifyErrorOccurrence(ErrorOccurrence) - Method in class org.ikasan.framework.error.service.ErrorOccurrenceTextMessagePublisher
 
notifyExcludedEvent(Event) - Method in interface org.ikasan.framework.event.exclusion.service.ExcludedEventListener
Callback for the notification of the exclusion of an Event
notifyListenerSetupFailure(Throwable) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
notifyListenerSetupFailure(Throwable) - Method in interface org.ikasan.framework.initiator.messagedriven.jca.ListenerSetupFailureListener
Notify error during listener setup
notifyListenerSetupFailure(Throwable) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
notifyListenerSetupFailure(Throwable) - Method in interface org.ikasan.framework.initiator.messagedriven.ListenerSetupFailureListener
Notify error during listener setup
notifyMonitorListeners() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Notification to all registered MonitorListener of the current state of the Initiator

O

onEvent(Event) - Method in class org.ikasan.framework.component.endpoint.DeadEndpoint
 
onEvent(Event) - Method in interface org.ikasan.framework.component.endpoint.Endpoint
Delivers the Event to an external system
onEvent(Event) - Method in class org.ikasan.framework.component.endpoint.EventLoggingEndpoint
 
onEvent(Event) - Method in class org.ikasan.framework.component.endpoint.EventWiretapEndpoint
Deprecated.  
onEvent(Event) - Method in class org.ikasan.framework.component.endpoint.PayloadPublisherEndpoint
 
onEvent(Event) - Method in class org.ikasan.framework.component.endpoint.PluginEndpointAdapter
 
onEvent(Event) - Method in class org.ikasan.framework.component.endpoint.WiretapEndpoint
 
onEvent(Event) - Method in class org.ikasan.framework.component.routing.RecipientListRouter
 
onEvent(Event) - Method in interface org.ikasan.framework.component.routing.Router
Handles the Event in a read-only fashion, returning an ordered List of paths/routes for this Event to take next
onEvent(Event) - Method in class org.ikasan.framework.component.routing.SingleResultRouter
Implementation of Router.onEvent(Event)
onEvent(Event) - Method in class org.ikasan.framework.component.routing.XPathBooleanRouter
Implementation of the onEvent XPathBooleanRoute
onEvent(Event, String, String) - Method in class org.ikasan.framework.component.sequencing.EventAggregatingSequencer
Deprecated.  
onEvent(Event, String, String) - Method in interface org.ikasan.framework.component.sequencing.Sequencer
Returns an ordered List for forwarding downstream
onEvent(Event, String, String) - Method in class org.ikasan.framework.component.sequencing.SinglePayloadPerEventSplitter
 
onEvent(Event, String, String) - Method in class org.ikasan.framework.component.sequencing.TokenizingSplitter
Implementation of the onEvent TokenisingSplitter
onEvent(Event, String, String) - Method in class org.ikasan.framework.component.sequencing.UncompressDataSplitter
Implementation of org.ikasan.framework.component.sequencing.Sequencer#onEvent(Event)
onEvent(Event) - Method in class org.ikasan.framework.component.transformation.ExtendedXsltTransformer
Deprecated.  
onEvent(Event) - Method in class org.ikasan.framework.component.transformation.PluginTransformerAdapter
Deprecated.  
onEvent(Event) - Method in class org.ikasan.framework.component.transformation.SimpleXslTransformer
 
onEvent(Event) - Method in interface org.ikasan.framework.component.transformation.Transformer
Transforms or otherwise changes the passed in Event
onEvent(Event) - Method in class org.ikasan.framework.component.transformation.UncompressDataTransformer
 
onEvent(Event) - Method in class org.ikasan.framework.component.transformation.XMLReaderTransformer
 
onEvent(Event) - Method in class org.ikasan.framework.component.transformation.XMLValidator
Implementation of the onEvent XMLValidation
onEvent(Event) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
 
onEvent(Event) - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
onEvent(Event) - Method in interface org.ikasan.framework.initiator.eventdriven.EventListener
Ikasan event listener
onException(Throwable) - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
onException(Throwable) - Method in interface org.ikasan.framework.initiator.eventdriven.ExceptionListener
Ikasan exception listener
onMessage(Message) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
onMessage(Message) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
optionalField - Variable in class org.ikasan.framework.component.transformation.flatfile.reader.field.BaseFieldDefinition
This field may not actually exist, ie if there is no more content, neither this field nor any subsequent field will be evaluated
org.ikasan.framework - package org.ikasan.framework
 
org.ikasan.framework.component - package org.ikasan.framework.component
 
org.ikasan.framework.component.endpoint - package org.ikasan.framework.component.endpoint
 
org.ikasan.framework.component.routing - package org.ikasan.framework.component.routing
 
org.ikasan.framework.component.sequencing - package org.ikasan.framework.component.sequencing
 
org.ikasan.framework.component.target - package org.ikasan.framework.component.target
 
org.ikasan.framework.component.transformation - package org.ikasan.framework.component.transformation
 
org.ikasan.framework.component.transformation.configuration - package org.ikasan.framework.component.transformation.configuration
 
org.ikasan.framework.component.transformation.flatfile.reader - package org.ikasan.framework.component.transformation.flatfile.reader
 
org.ikasan.framework.component.transformation.flatfile.reader.field - package org.ikasan.framework.component.transformation.flatfile.reader.field
 
org.ikasan.framework.component.transformation.xslt.util - package org.ikasan.framework.component.transformation.xslt.util
 
org.ikasan.framework.configuration - package org.ikasan.framework.configuration
 
org.ikasan.framework.configuration.dao - package org.ikasan.framework.configuration.dao
 
org.ikasan.framework.configuration.model - package org.ikasan.framework.configuration.model
 
org.ikasan.framework.configuration.service - package org.ikasan.framework.configuration.service
 
org.ikasan.framework.error.dao - package org.ikasan.framework.error.dao
 
org.ikasan.framework.error.model - package org.ikasan.framework.error.model
 
org.ikasan.framework.error.serialisation - package org.ikasan.framework.error.serialisation
 
org.ikasan.framework.error.service - package org.ikasan.framework.error.service
 
org.ikasan.framework.event.exclusion.dao - package org.ikasan.framework.event.exclusion.dao
 
org.ikasan.framework.event.exclusion.model - package org.ikasan.framework.event.exclusion.model
 
org.ikasan.framework.event.exclusion.service - package org.ikasan.framework.event.exclusion.service
 
org.ikasan.framework.event.serialisation - package org.ikasan.framework.event.serialisation
 
org.ikasan.framework.event.service - package org.ikasan.framework.event.service
 
org.ikasan.framework.event.wiretap.dao - package org.ikasan.framework.event.wiretap.dao
 
org.ikasan.framework.event.wiretap.model - package org.ikasan.framework.event.wiretap.model
 
org.ikasan.framework.event.wiretap.service - package org.ikasan.framework.event.wiretap.service
 
org.ikasan.framework.exception - package org.ikasan.framework.exception
 
org.ikasan.framework.exception.matching - package org.ikasan.framework.exception.matching
 
org.ikasan.framework.flow - package org.ikasan.framework.flow
 
org.ikasan.framework.flow.event.dao - package org.ikasan.framework.flow.event.dao
 
org.ikasan.framework.flow.event.listener - package org.ikasan.framework.flow.event.listener
 
org.ikasan.framework.flow.event.model - package org.ikasan.framework.flow.event.model
 
org.ikasan.framework.flow.event.service - package org.ikasan.framework.flow.event.service
 
org.ikasan.framework.flow.initiator.dao - package org.ikasan.framework.flow.initiator.dao
 
org.ikasan.framework.flow.invoker - package org.ikasan.framework.flow.invoker
 
org.ikasan.framework.initiator - package org.ikasan.framework.initiator
 
org.ikasan.framework.initiator.eventdriven - package org.ikasan.framework.initiator.eventdriven
 
org.ikasan.framework.initiator.messagedriven - package org.ikasan.framework.initiator.messagedriven
 
org.ikasan.framework.initiator.messagedriven.jca - package org.ikasan.framework.initiator.messagedriven.jca
 
org.ikasan.framework.initiator.messagedriven.jca.jboss - package org.ikasan.framework.initiator.messagedriven.jca.jboss
 
org.ikasan.framework.initiator.messagedriven.jca.spring - package org.ikasan.framework.initiator.messagedriven.jca.spring
 
org.ikasan.framework.initiator.messagedriven.spring - package org.ikasan.framework.initiator.messagedriven.spring
 
org.ikasan.framework.initiator.scheduled.quartz - package org.ikasan.framework.initiator.scheduled.quartz
 
org.ikasan.framework.management.search - package org.ikasan.framework.management.search
 
org.ikasan.framework.messaging.jms - package org.ikasan.framework.messaging.jms
 
org.ikasan.framework.module - package org.ikasan.framework.module
 
org.ikasan.framework.module.container - package org.ikasan.framework.module.container
 
org.ikasan.framework.module.loader - package org.ikasan.framework.module.loader
 
org.ikasan.framework.module.service - package org.ikasan.framework.module.service
 
org.ikasan.framework.monitor - package org.ikasan.framework.monitor
 
org.ikasan.framework.payload.dao - package org.ikasan.framework.payload.dao
 
org.ikasan.framework.payload.model - package org.ikasan.framework.payload.model
 
org.ikasan.framework.payload.serialisation - package org.ikasan.framework.payload.serialisation
 
org.ikasan.framework.payload.service - package org.ikasan.framework.payload.service
 
org.ikasan.framework.plugins - package org.ikasan.framework.plugins
 
org.ikasan.framework.plugins.invoker - package org.ikasan.framework.plugins.invoker
 
org.ikasan.framework.security.dao - package org.ikasan.framework.security.dao
 
org.ikasan.framework.security.model - package org.ikasan.framework.security.model
 
org.ikasan.framework.security.service - package org.ikasan.framework.security.service
 
org.ikasan.framework.systemevent.dao - package org.ikasan.framework.systemevent.dao
 
org.ikasan.framework.systemevent.model - package org.ikasan.framework.systemevent.model
 
org.ikasan.framework.systemevent.service - package org.ikasan.framework.systemevent.service
 
org.ikasan.framework.util - package org.ikasan.framework.util
 

P

PagedSearchResult<T> - Interface in org.ikasan.framework.management.search
This class is intended to be used as a DTO for transporting a subset of search results for some domain object from a larger set of searched results.
PagedWiretapSearchResult - Class in org.ikasan.framework.event.wiretap.model
Search result Data Transfer Object for WireTapEvents This DTO object contains: + a List of WiretapEventHeaders (lightweight references to the heavy weight WiretapEvent) these are the page contents + resultSize - referring to the total size of the search results being paged + firstResult - the position in the greater result set where the first element of this page exists
PagedWiretapSearchResult(List<WiretapEventHeader>, long, int) - Constructor for class org.ikasan.framework.event.wiretap.model.PagedWiretapSearchResult
 
parse(String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Unimplemented method from XMLReader
parse(InputSource) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Parses the InputSource creating an empty document Delegates to subclasses to parse the InputSource in type specific manner
parseInputSource(InputSource) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Type specific method implemented by subclasses
parseInputSource(InputSource) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseStringHandlingFlatFileReader
 
parseString(String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseStringHandlingFlatFileReader
Parse the string, is overridden by child classes
parseString(String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.FixedLengthFieldFlatFileReader
parses the content of the flat file
parseString(String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.SimpleDelimitedFlatFileReader
 
PAYLOAD_CONTENT_SUFFIX - Static variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
PAYLOAD_ID_SUFFIX - Static variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
PAYLOAD_PREFIX - Static variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
PAYLOAD_SPEC_SUFFIX - Static variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
PAYLOAD_SRC_SYSTEM_SUFFIX - Static variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
PayloadBroker - Interface in org.ikasan.framework.payload.service
Interface for components capable of publishing Payloads in some sense
payloadFactory - Variable in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
Payload factory, only needed for deserialisation
payloadFactory - Variable in class org.ikasan.framework.initiator.messagedriven.jca.RawMessageDrivenInitiator
Factory for constructing Payloads
payloadFactory - Variable in class org.ikasan.framework.initiator.messagedriven.RawMessageDrivenInitiator
Factory for constructing Payloads
payloadId - Variable in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Payload id
PayloadInputStreamAcquirer - Interface in org.ikasan.framework.payload.service
Capable of providing an InputStream in response to a specified Payload
PayloadInvocable - Interface in org.ikasan.framework.plugins
Interface for all plugins that are invokable on a per Payload basis
PayloadInvocablePojoWrapper - Class in org.ikasan.framework.plugins
Wrapper class for plugins that do not implement the PayloadInvocable interface, but nonetheless have a functional method that matches the parameter list.
PayloadInvocablePojoWrapper(Object, String) - Constructor for class org.ikasan.framework.plugins.PayloadInvocablePojoWrapper
Constructor
PayloadProvider - Interface in org.ikasan.framework.payload.service
Interface for components capable of sourcing Payloads
PayloadProviderPlugin - Class in org.ikasan.framework.plugins
Plugin that retrieves any available Payloads from a PayloadProvider and sets these on the Event, after setting the source system on each, if known
PayloadProviderPlugin(PayloadProvider) - Constructor for class org.ikasan.framework.plugins.PayloadProviderPlugin
Constructor
payloadPublisher - Variable in class org.ikasan.framework.component.endpoint.PayloadPublisherEndpoint
The payload publisher
PayloadPublisher - Interface in org.ikasan.framework.payload.service
Interface for components capable of publishing Payloads in some sense
PayloadPublisherEndpoint - Class in org.ikasan.framework.component.endpoint
Endpoint implementation that delegates in order all the Event's Payload's to a PayloadPublisher
PayloadPublisherEndpoint(PayloadPublisher) - Constructor for class org.ikasan.framework.component.endpoint.PayloadPublisherEndpoint
Constructor
PayloadPublisherPlugin - Class in org.ikasan.framework.plugins
Simple wrapper for PayloadPublisher to allow it to work within the plugin framework
PayloadPublisherPlugin(PayloadPublisher) - Constructor for class org.ikasan.framework.plugins.PayloadPublisherPlugin
Constructor
Plugin - Interface in org.ikasan.framework.plugins
Marker interface for all Plugins Abstract because it should never be implemented directly
PluginEndpointAdapter - Class in org.ikasan.framework.component.endpoint
Adaptor class for using Plugin's within the Endpoint framework
PluginEndpointAdapter(Plugin) - Constructor for class org.ikasan.framework.component.endpoint.PluginEndpointAdapter
Constructor
PluginException - Exception in org.ikasan.framework.component.target
Exception class for throwables from the Plugin framework
PluginException(String) - Constructor for exception org.ikasan.framework.component.target.PluginException
Constructor
PluginException(String, Throwable) - Constructor for exception org.ikasan.framework.component.target.PluginException
Constructor
PluginException(Throwable) - Constructor for exception org.ikasan.framework.component.target.PluginException
Constructor
PluginInvocationException - Exception in org.ikasan.framework.plugins.invoker
Represents an exception thrown during the invocation of a plugin
PluginInvocationException(String, Throwable) - Constructor for exception org.ikasan.framework.plugins.invoker.PluginInvocationException
Constructor
PluginTransformerAdapter - Class in org.ikasan.framework.component.transformation
Deprecated. This has been superseded by org.ikasan.framework.component.transformation.PayloadProviderTransformer
PluginTransformerAdapter(Plugin) - Constructor for class org.ikasan.framework.component.transformation.PluginTransformerAdapter
Deprecated. Constructor
pojo - Variable in class org.ikasan.framework.plugins.PojoWrapperPlugin
POJO that is being wrapped
PojoWrapperPlugin - Class in org.ikasan.framework.plugins
Abstract class for POJO wrapper plugins
PojoWrapperPlugin(Object, String) - Constructor for class org.ikasan.framework.plugins.PojoWrapperPlugin
Constructor
populateActivationSpecProperties(BeanWrapper, JmsActivationSpecConfig) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecFactory
This implementation detects and applies JBoss extended activation spec settings.
previousByPayload - Variable in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Previous WiretapEvent (if any) for this payload
publish(Payload) - Method in class org.ikasan.framework.payload.service.DatabasePayloadPublisher
 
publish(Payload) - Method in class org.ikasan.framework.payload.service.FileSystemInputStreamPayloadPublisher
 
publish(Payload) - Method in class org.ikasan.framework.payload.service.FileSystemPayloadPublisher
Publishes the payload to the FileSystem.
publish(Payload) - Method in class org.ikasan.framework.payload.service.JMSPayloadPublisher
 
publish(Payload) - Method in interface org.ikasan.framework.payload.service.PayloadPublisher
Publish the Payload

Q

QUARTZ_SCHEDULE_DRIVEN_INITIATOR_TYPE - Static variable in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
QuartzDrivenInitiator - Interface in org.ikasan.framework.initiator.scheduled.quartz
 
QuartzStatefulJob - Class in org.ikasan.framework.initiator.scheduled.quartz
Quartz stateful job implementation.
QuartzStatefulJob(QuartzDrivenInitiator) - Constructor for class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulJob
Constructor
QuartzStatefulScheduledDrivenInitiator - Class in org.ikasan.framework.initiator.scheduled.quartz
Quartz implementation of an Ikasan Schedule Driven Initiator.
QuartzStatefulScheduledDrivenInitiator(String, String, EventProvider, Flow, IkasanExceptionHandler) - Constructor for class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
Constructor.

R

RawMessageDrivenInitiator - Class in org.ikasan.framework.initiator.messagedriven.jca
A JmsMessageDrivenInitiator implementation that seeks to create and fire new Events based on raw JMS messages.
RawMessageDrivenInitiator(String, String, Flow, IkasanExceptionHandler, PayloadFactory) - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.RawMessageDrivenInitiator
Constructor
RawMessageDrivenInitiator - Class in org.ikasan.framework.initiator.messagedriven
A JmsMessageDrivenInitiator implementation that seeks to create and fire new Events based on raw JMS messages.
RawMessageDrivenInitiator(String, String, Flow, IkasanExceptionHandler, PayloadFactory) - Constructor for class org.ikasan.framework.initiator.messagedriven.RawMessageDrivenInitiator
Constructor
read() - Method in class org.ikasan.framework.util.AggregatedContentInputStream
 
receiveAndExecute(Object, Session, MessageConsumer) - Method in class org.ikasan.framework.initiator.messagedriven.spring.SpringMessageListenerContainer
 
RecipientListRouter - Class in org.ikasan.framework.component.routing
Implementation of EIP 'RecipientList' Pattern as a Router This class is configured with a List of recipient names to which we route, regardless of the Event
RecipientListRouter(List<String>) - Constructor for class org.ikasan.framework.component.routing.RecipientListRouter
Constructor
RECOVERING - Static variable in class org.ikasan.framework.initiator.InitiatorState
Recovering State = running, but in recovery
REINVOKE_IMMEDIATELY_FLAG - Static variable in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
remove() - Static method in class org.ikasan.framework.component.transformation.ThreadLocalBeansWrapper
Clears the threadlocal
removeErrorOccurrenceListener(ErrorOccurrenceListener) - Method in class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
 
removeErrorOccurrenceListener(ErrorOccurrenceListener) - Method in interface org.ikasan.framework.error.service.ErrorLoggingService
Deregisters an ErrorOccurrenceListener as a listener for new ErrorOccurrence
removeListener(MonitorListener) - Method in class org.ikasan.framework.initiator.AbstractInitiator
Removes a specified MonitorListener from this Initiator This method has no effect if the specified MonitorListener is not currently a registered listener
removeListener(MonitorListener) - Method in interface org.ikasan.framework.monitor.MonitorSubject
Remove a monitor listener.
reportField(BaseFieldDefinition, String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseStringHandlingFlatFileReader
 
requestReply(Payload) - Method in interface org.ikasan.framework.payload.service.PayloadBroker
Synchronous exchange of an outgoing Payload and subsequent return of an incoming Payload within the same flow.
RESOLUTION_CANCELLED - Static variable in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Resolution indicator for a Cancelled ExcludedEvent
RESOLUTION_RESUBMITTED - Static variable in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Resolution indicator for a Resubmitted ExcludedEvent
resolve(String, String) - Method in class org.ikasan.framework.component.transformation.xslt.util.ClasspathURIResolver
 
resolveAsCancelled(String) - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Marks the ExcludedEvent as Cancelled, setting the lastUpdatedBy and lastUpdatedTime fields
resolveAsResubmitted(String) - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Marks the ExcludedEvent as Resubmitted, setting the lastUpdatedBy and lastUpdatedTime fields
ResourceLoader - Class in org.ikasan.framework
Singleton for loading framework environment resources
resubmit(String, String) - Method in interface org.ikasan.framework.event.exclusion.service.ExcludedEventService
Synchronously attempts to resubmit an ExcludedEvent specified by id
resubmit(String, String) - Method in class org.ikasan.framework.event.exclusion.service.ExcludedEventServiceImpl
 
resume() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Returns the Initiator to normal running, completes recovering if necessary
RETRY_INFINITE - Static variable in class org.ikasan.framework.exception.RetryAction
indicator for an infinite retry
RetryAction - Class in org.ikasan.framework.exception
Exception Action indicating the operation should be retried
RetryAction() - Constructor for class org.ikasan.framework.exception.RetryAction
Default Constructor
RetryAction(long, int) - Constructor for class org.ikasan.framework.exception.RetryAction
Constructor
retryCount - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Count of how many times this Initiator has retried
revokeAuthority(Authority) - Method in class org.ikasan.framework.security.model.User
Removes an Authority from a user's granted authorities
revokeAuthority(String, String) - Method in interface org.ikasan.framework.security.service.UserService
Attempts to revoke an authority from a user
revokeAuthority(String, String) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
Router - Interface in org.ikasan.framework.component.routing
Interface for all FlowComponents that perform a Routing function.
RouterException - Exception in org.ikasan.framework.component.routing
Exception representing a problem calculating a routing This should only ever be thrown from within a Router's onEvent method, signifying that router's failure to calculate route
RouterException(Throwable) - Constructor for exception org.ikasan.framework.component.routing.RouterException
Constructor
RouterException(String) - Constructor for exception org.ikasan.framework.component.routing.RouterException
Constructor
RUNNING - Static variable in class org.ikasan.framework.initiator.InitiatorState
Running State - just running

S

save(Configuration) - Method in interface org.ikasan.framework.configuration.dao.ConfigurationDao
Create/update a configuration entry.
save(Configuration) - Method in class org.ikasan.framework.configuration.dao.ConfigurationHibernateImpl
 
save(ErrorOccurrence) - Method in interface org.ikasan.framework.error.dao.ErrorOccurrenceDao
Persist an ErrorOccurrence
save(ErrorOccurrence) - Method in class org.ikasan.framework.error.dao.HibernateErrorOccurrenceDao
 
save(ExcludedEvent) - Method in interface org.ikasan.framework.event.exclusion.dao.ExcludedEventDao
Saves an ExcludedEvent to persistent storage
save(ExcludedEvent) - Method in class org.ikasan.framework.event.exclusion.dao.HibernateExcludedEventDao
 
save(WiretapEvent) - Method in class org.ikasan.framework.event.wiretap.dao.HibernateWiretapDao
Save the wiretapEvent
save(WiretapEvent) - Method in interface org.ikasan.framework.event.wiretap.dao.WiretapDao
Save a wiretapEvent entry.
save(Trigger) - Method in class org.ikasan.framework.flow.event.dao.HibernateTriggerDao
 
save(Trigger) - Method in interface org.ikasan.framework.flow.event.dao.TriggerDao
saves or updates a Trigger
save(InitiatorStartupControl) - Method in class org.ikasan.framework.flow.initiator.dao.HibernateInitiatorStartupControlDao
 
save(InitiatorStartupControl) - Method in interface org.ikasan.framework.flow.initiator.dao.InitiatorStartupControlDao
Persists the InitiatorStartupControl
save(DatabasePayload) - Method in interface org.ikasan.framework.payload.dao.DatabasePayloadDao
Persists a DatabsePayload
save(DatabasePayload) - Method in class org.ikasan.framework.payload.dao.HibernateDatabasePayloadDao
 
save(Authority) - Method in interface org.ikasan.framework.security.dao.AuthorityDao
Saves a new Authority to persistent storage
save(Authority) - Method in class org.ikasan.framework.security.dao.HibernateAuthorityDao
 
save(User) - Method in class org.ikasan.framework.security.dao.HibernateUserDao
 
save(User) - Method in interface org.ikasan.framework.security.dao.UserDao
Saves a User to persistent storage
save(SystemEvent) - Method in class org.ikasan.framework.systemevent.dao.HibernateSystemEventDao
 
save(SystemEvent) - Method in interface org.ikasan.framework.systemevent.dao.SystemEventDao
Persists a new system event
saveConfiguration(MODEL) - Method in interface org.ikasan.framework.configuration.service.ConfigurationManagement
Save the given configuration.
saveConfiguration(Configuration) - Method in class org.ikasan.framework.configuration.service.ConfiguredResourceConfigurationService
 
scheduler - Variable in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
Quartz scheduler
Sequencer - Interface in org.ikasan.framework.component.sequencing
Interface for all FlowComponents that perform a Sequencing function.
SequencerException - Exception in org.ikasan.framework.component.sequencing
Exception thrown by Sequencers
SequencerException(Throwable) - Constructor for exception org.ikasan.framework.component.sequencing.SequencerException
Constructor
SequencerException(String, Throwable) - Constructor for exception org.ikasan.framework.component.sequencing.SequencerException
Constructor
SequencerException(String) - Constructor for exception org.ikasan.framework.component.sequencing.SequencerException
Constructor
serialize(NodeList) - Static method in class org.ikasan.framework.component.transformation.xslt.util.XsltUtils
Returns string by serializing the specified node set.
serialVersionUID - Static variable in exception org.ikasan.framework.event.serialisation.EventDeserialisationException
serialVersionUID
setActionTaken(String) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
Mutator for actionTaken
setAllowImmediateReinvocationOnEvent(boolean) - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
Setter for allowImmediateReinvocationOnEventS
setApplicationContext(ApplicationContext) - Method in class org.ikasan.framework.module.loader.ModuleFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.ikasan.framework.module.service.ModuleInitialisationServiceImpl
 
setAuthority(String) - Method in class org.ikasan.framework.security.model.Authority
Setter method for Authority
setAvailable(boolean) - Method in class org.ikasan.framework.initiator.SimpleInitiator
Setter for available
setBaseCalendar(Calendar) - Method in class org.ikasan.framework.initiator.scheduled.quartz.HolidayCalendarFactory
Set the base org.quartz.Calendar for this holiday calendar.
setBeanName(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
Allow the bean name to set the initiator name only when the initiator name has not been specified.
setBeanName(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
Allow the bean name to set the initiator name only when the initiator name has not been specified.
setBeanName(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setBeanName(String) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setBeanName(String) - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
setBeans(Map<String, Object>) - Static method in class org.ikasan.framework.component.transformation.ThreadLocalBeansWrapper
Allows the current thread to set its own private beans for later retrieval
setBody(String) - Method in class org.ikasan.framework.monitor.MonitorEmailNotifier
Setter for mail body text.
setClientId(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setComment(String) - Method in class org.ikasan.framework.initiator.InitiatorStartupControl
Mutator for comment
setComponentName(String) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Setter for component name
setConfiguration(XsltConfiguration) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
 
setConfiguration(T) - Method in interface org.ikasan.framework.configuration.ConfiguredResource
Set configuration.
setConfigurationId(String) - Method in class org.ikasan.framework.configuration.model.Configuration
 
setConfigurationParameters(List<ConfigurationParameter>) - Method in class org.ikasan.framework.configuration.model.Configuration
 
setConfigurationService(ConfigurationService) - Method in class org.ikasan.framework.flow.VisitingInvokerFlow
 
setConfiguredResourceId(String) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
 
setConfiguredResourceId(String) - Method in interface org.ikasan.framework.configuration.ConfiguredResource
Set the id for this configured resource
setConnectionFactory(ConnectionFactory) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setConsumed(boolean) - Method in class org.ikasan.framework.payload.model.DatabasePayload
Setter for consumed
setContentHandler(ContentHandler) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Setter method for ContentHandler
setCreated(Date) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Setter for created date/time
setCreated(Date) - Method in class org.ikasan.framework.payload.model.DatabasePayload
Setter for created
setDelay(long) - Method in class org.ikasan.framework.exception.RetryAction
Mutator for delay
setDelimiter(String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.SimpleDelimitedFlatFileReader
Mutator for delimiter
setDeliveryActive(Boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setDeliveryActive(Boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setDescription(String) - Method in class org.ikasan.framework.configuration.model.Configuration
 
setDescription(String) - Method in class org.ikasan.framework.configuration.model.ConfigurationParameter
 
setDescription(String) - Method in class org.ikasan.framework.flow.FlowElementImpl
Setter for description
setDescription(String) - Method in class org.ikasan.framework.module.SimpleModule
Set the description.
setDescription(String) - Method in class org.ikasan.framework.security.model.Authority
Setter method for description
setDestination(Destination) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setDestination(Destination) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setDestinationName(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setDestinationName(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setDestinationName(String) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setDestinationResolver(DestinationResolver) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setDestinationResolver(DestinationResolver) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setDestinationResolver(DestinationResolver) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setDlqClientId(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setDlqClientId(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setDlqClientId(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setDlqHandler(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setDlqHandler(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setDlqHandler(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setDlqPassword(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setDlqPassword(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setDlqPassword(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setDlqUser(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setDlqUser(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setDlqUser(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setDTDHandler(DTDHandler) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Setter method for DTDHandler
setEmail(String) - Method in class org.ikasan.framework.security.model.User
Setter method for email address
setEnabled(boolean) - Method in class org.ikasan.framework.security.model.User
Setter method for enabled
setEntityResolver(EntityResolver) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Setter method for EntityResolver
setErrorAction(IkasanExceptionAction) - Method in class org.ikasan.framework.component.LoggingExceptionHandlerImpl
Setter for errorAction, overrides the default
setErrorDetail(String) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
setErrorHandler(ErrorHandler) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Setter method for ErrorHandler
setErrorListener(ErrorListener) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Mutator
setErrorLoggingService(ErrorLoggingService) - Method in class org.ikasan.framework.initiator.AbstractInitiator
Setter for optional ErrorLoggingService
setErrorLoggingService(ErrorLoggingService) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setErrorOccurrences(List<ErrorOccurrence>) - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Mutator for errorOccurrences TODO would be great if this didnt need to be public
setErrorTimeToLiveDays(long) - Method in class org.ikasan.framework.error.service.DefaultErrorLoggingServiceImpl
Setter method for timeToLiveDays, allows default value to be overridden
setEvent(String) - Method in class org.ikasan.framework.payload.model.DatabasePayload
Setter for event
setEventDeserialiser(JmsMessageEventSerialiser) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setEventDeserialiser(JmsMessageEventSerialiser) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setEventDeserialiser(JmsMessageEventSerialiser) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setEventDeserialiser(JmsMessageEventSerialiser) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setEventId(String) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
setEventId(String) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Setter for event id
setExceptionHandler(IkasanExceptionHandler) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setExceptionHandler(IkasanExceptionHandler) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setExcludedDates(List<Calendar>) - Method in class org.ikasan.framework.initiator.scheduled.quartz.HolidayCalendarFactory
Set a new list of excluded java.util.Calendar dates for the holiday calendar.
setExcludedEvent(ExcludedEvent) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
Setter for excluded Event TODO make this non public
setExcludedEventService(ExcludedEventService) - Method in class org.ikasan.framework.initiator.AbstractInitiator
 
setExcludedEventService(ExcludedEventService) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setExpiry(Date) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
setExpiry(Date) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Setter for expiry
setExternalResources(Map<String, Object>) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Mutator
setFeature(String, boolean) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Unimplemented method from XMLReader
setFlow(Flow) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setFlow(Flow) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setFlow(Flow) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setFlow(Flow) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setFlowElementName(String) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
setFlowEventListener(FlowEventListener) - Method in class org.ikasan.framework.flow.invoker.VisitingFlowElementInvoker
Set the flow event listener
setFlowImplClass(String) - Method in class org.ikasan.framework.ResourceLoader
Set the flow implementation class
setFlowName(String) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
setFlowName(String) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Setter for flow name
setForceTransacted(boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setForceTransacted(Boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setForceTransacted(Boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setFrom(String) - Method in class org.ikasan.framework.monitor.MonitorEmailNotifier
Setter for mail from field
setGrantedAuthorities(Set<Authority>) - Method in class org.ikasan.framework.security.model.User
Setter method for GrantedAuthorities
setId(Long) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
setId(Long) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Setter for id
setId(Long) - Method in class org.ikasan.framework.payload.model.DatabasePayload
Setter for id
setInitiator(JmsMessageDrivenInitiator) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setInitiator(JmsMessageDrivenInitiator) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setInitiatorName(String) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
setIsSubscriptionDurable(boolean) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
Whether a subscription to jms destination is durable.
setJmsActivationSpec(ActivationSpec) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setJmsActivationSpecConfig(JmsActivationSpecConfig) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setJmsActivationSpecFactory(JmsActivationSpecFactory) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setKeepAlive(int) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setKeepAlive(Integer) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setKeepAlive(Integer) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setLastUpdated(Date) - Method in class org.ikasan.framework.payload.model.DatabasePayload
Setter for lastUpdated
setLastUpdatedBy(String) - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Mutator for lastUpdatedBy
setLastUpdatedTime(Date) - Method in class org.ikasan.framework.event.exclusion.model.ExcludedEvent
Mutator for lastUpdatedTime
setListenerSetupExceptionListener(ListenerSetupFailureListener) - Method in interface org.ikasan.framework.initiator.messagedriven.jca.MessageListenerContainer
Allows registration of a listener object that responds to listener setup failures
setListenerSetupExceptionListener(ListenerSetupFailureListener) - Method in class org.ikasan.framework.initiator.messagedriven.jca.spring.JmsMessageEndpointManager
 
setListenerSetupExceptionListener(ListenerSetupFailureListener) - Method in class org.ikasan.framework.initiator.messagedriven.jca.SpringMessageListenerContainer
 
setListenerSetupExceptionListener(ListenerSetupFailureListener) - Method in interface org.ikasan.framework.initiator.messagedriven.MessageListenerContainer
Allows registration of a listener object that responds to listener setup failures
setListenerSetupExceptionListener(ListenerSetupFailureListener) - Method in class org.ikasan.framework.initiator.messagedriven.spring.SpringMessageListenerContainer
 
setListenerSetupFailureRetryDelay(int) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
Setter for overriding the default value (10000)of listenerSetupFailureRetryDelay
setListenerSetupFailureRetryDelay(int) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
Setter for overriding the default value (10000)of listenerSetupFailureRetryDelay
setLogTime(Date) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
setMaxListenerSetupFailureRetries(int) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
Setter for overriding the default value (Indefinite) of listenerSetupFailureRetryDelay
setMaxListenerSetupFailureRetries(int) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
Setter for overriding the default value (Indefinite) of listenerSetupFailureRetryDelay
setMaxMessages(Integer) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setMaxMessages(Integer) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setMaxResults(int) - Method in class org.ikasan.framework.payload.dao.HibernateDatabasePayloadDao
Set the maxim of result objects to retrieve from db
setMaxSession(Integer) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setMaxSession(Integer) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setMessageEndpointManager(MessageEndpointManager) - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
setMessageListenerContainer(MessageListenerContainer) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
setMessageListenerContainer(MessageListenerContainer) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
setMessageSelector(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setModuleName(String) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
setModuleName(String) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Setter for module name
setModuleName(String) - Method in class org.ikasan.framework.flow.VisitingInvokerFlow
Set the module name
setModuleName(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setModuleName(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setModuleName(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setModuleName(String) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setName(String) - Method in class org.ikasan.framework.configuration.model.ConfigurationParameter
 
setName(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setName(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setNamespaceURI(String) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Setter for namespaceURI
setNextByPayload(Long) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Setter for nextByPayload
setOptionalField(boolean) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.field.BaseFieldDefinition
Setter method for optionalField
setPassword(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setPassword(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setPassword(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setPassword(String) - Method in class org.ikasan.framework.security.model.User
Setter method for password
setPayloadContent(String) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEvent
Setter for payload content
setPayloadFactory(PayloadFactory) - Method in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
Allows the payloadFactory to be supplied.
setPayloadFactory(PayloadFactory) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setPayloadFactory(PayloadFactory) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setPayloadFactory(PayloadFactory) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setPayloadFactory(PayloadFactory) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setPayloadFactory(PayloadFactory) - Method in class org.ikasan.framework.payload.serialisation.TextMessagePayloadSerialiser
Allows the payload factory to be set, only necessary if we are deserialising
setPayloadId(String) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Setter for payload id
setPayloadName(String) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Mutator for payloadName
setPayloadParameters(Transformer) - Method in class org.ikasan.framework.component.transformation.ExtendedXsltTransformer
Deprecated. Creates a parameter list of known fields derived from the Payload and makes these available to the transformer
setPayloadParameters(Transformer) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Creates a parameter list of known fields derived from the Payload and makes these available to the transformer
setPayloads(List<Payload>) - Method in class org.ikasan.framework.component.Event
Sets payload list.
setPreviousByPayload(Long) - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Setter for previousByPayload
setPriority(int) - Method in class org.ikasan.framework.component.Event
Mutator for priority
setPriority(Integer) - Method in class org.ikasan.framework.payload.service.JMSPayloadPublisher
Set the message priority
setPriority(Integer) - Method in class org.ikasan.framework.plugins.JMSEventPublisherPlugin
Set the message priority
setProperty(String, Object) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.BaseFlatFileReader
Unimplemented method from XMLReader
setProviderAdapterJNDI(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setProviderAdapterJNDI(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setProviderAdapterJNDI(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setPubSubDomain(Boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setPubSubDomain(Boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setPubSubDomain(boolean) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
Which type of destination to resolve.
setReconnectInterval(int) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setReconnectInterval(Integer) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setReconnectInterval(Integer) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setResourceAdapter(ResourceAdapter) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setRespectPriority(Boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setRespectPriority(boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setRespectPriority(boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.RawMessageDrivenInitiator
Respect the priority of received messages by setting this on the Event
setRespectPriority(boolean) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setRespectPriority(boolean) - Method in class org.ikasan.framework.initiator.messagedriven.RawMessageDrivenInitiator
Respect the priority of received messages by setting this on the Event
setScheduler(Scheduler) - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
Setter for scheduler
setSkipIfEmpty(boolean) - Method in class org.ikasan.framework.component.transformation.flatfile.reader.field.BaseFieldDefinition
Setter for skipIfEmpty
setStartupType(InitiatorStartupControl.StartupType) - Method in class org.ikasan.framework.initiator.InitiatorStartupControl
Setter for startupType
setStylesheetLocation(String) - Method in class org.ikasan.framework.component.transformation.configuration.XsltConfiguration
Mutator
setSubscriptionDurable(Boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setThrowExceptionOnError(boolean) - Method in class org.ikasan.framework.component.transformation.ExceptionThrowingErrorListener
Setter method for throwExceptionOnError flag
setThrowExceptionOnFatalError(boolean) - Method in class org.ikasan.framework.component.transformation.ExceptionThrowingErrorListener
Setter method for throwExceptionOnFatalError flag
setThrowExceptionOnWarning(boolean) - Method in class org.ikasan.framework.component.transformation.ExceptionThrowingErrorListener
Setter method for throwExceptionOnWarning flag
setTimeToLive(Long) - Method in class org.ikasan.framework.error.service.ErrorOccurrenceTextMessagePublisher
Mutator for optional timeToLive
setTimeToLive(Long) - Method in class org.ikasan.framework.payload.service.JMSPayloadPublisher
Set the time to live
setTimeToLive(Long) - Method in class org.ikasan.framework.plugins.JMSEventPublisherPlugin
Set the time to live
setTransactionManager(TransactionManager) - Method in class org.ikasan.framework.event.exclusion.service.ExcludedEventServiceImpl
 
setTransactionManager(PlatformTransactionManager) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JcaMessageDrivenInitiatorFactoryBean
 
setTransactionManager(PlatformTransactionManager) - Method in class org.ikasan.framework.initiator.messagedriven.MessageDrivenInitiatorFactoryBean
 
setTransformationParameters(Map<String, String>) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Mutator
setTriggers(List<Trigger>) - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
setURIResolver(URIResolver) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Override the default URIResolver provided by transformer library.
setUrl(String) - Method in class org.ikasan.framework.error.model.ErrorOccurrence
Mutator for url
setUseDLQ(boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setUseDLQ(Boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setUseDLQ(Boolean) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setUser(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsActivationSpecConfig
 
setUsername(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossJmsEndpointManagerFactoryBean
 
setUsername(String) - Method in class org.ikasan.framework.initiator.messagedriven.jca.jboss.JBossMessageDrivenInitiatorFactoryBean
 
setUsername(String) - Method in class org.ikasan.framework.security.model.User
Setter method for username
setUseTranslets(boolean) - Method in class org.ikasan.framework.component.transformation.configuration.XsltConfiguration
Mutator
setValue(String) - Method in class org.ikasan.framework.configuration.model.ConfigurationParameter
 
setWiretapEventTimeToLive(long) - Method in class org.ikasan.framework.component.endpoint.WiretapEndpoint
Set how long the wire tap has to live
setXmlReader(XMLReader) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Mutator
SIMPLE_INITIATOR_TYPE - Static variable in class org.ikasan.framework.initiator.SimpleInitiator
 
SimpleDelimitedFlatFileReader - Class in org.ikasan.framework.component.transformation.flatfile.reader
Simple implementation of XMLReader, capable of parsing content delimited by a known String
SimpleDelimitedFlatFileReader(String, List<BaseFieldDefinition>, boolean) - Constructor for class org.ikasan.framework.component.transformation.flatfile.reader.SimpleDelimitedFlatFileReader
Constructor
SimpleInitiator - Class in org.ikasan.framework.initiator
Experimental implementation of Initiator that is invoked directly with content
SimpleInitiator(String, String, PayloadFactory, Flow, IkasanExceptionHandler) - Constructor for class org.ikasan.framework.initiator.SimpleInitiator
Constructor
SimpleModule - Class in org.ikasan.framework.module
A simple representation of a Module
SimpleModule(String, List<Initiator>) - Constructor for class org.ikasan.framework.module.SimpleModule
Constructor
SimpleModule(String) - Constructor for class org.ikasan.framework.module.SimpleModule
Constructor
SimpleXslTransformer - Class in org.ikasan.framework.component.transformation
Simple Xsl Transformer implementation that only supports compiled (static) stylesheets
SimpleXslTransformer(TransformerFactory, String) - Constructor for class org.ikasan.framework.component.transformation.SimpleXslTransformer
Constructor
SimpleXslTransformer(TransformerFactory, StreamSource) - Constructor for class org.ikasan.framework.component.transformation.SimpleXslTransformer
Constructor
SinglePayloadPerEventProvider - Class in org.ikasan.framework.event.service
Implementation of EventProvider.
SinglePayloadPerEventProvider(PayloadProvider, String, String) - Constructor for class org.ikasan.framework.event.service.SinglePayloadPerEventProvider
Constructor.
SinglePayloadPerEventSplitter - Class in org.ikasan.framework.component.sequencing
Sequencer implementation which splits an incoming event's payloads into multiple outgoing events each containing a single payload.
SinglePayloadPerEventSplitter() - Constructor for class org.ikasan.framework.component.sequencing.SinglePayloadPerEventSplitter
 
SingleResultRouter - Class in org.ikasan.framework.component.routing
Simple abstraction for Router implementations that are only ever to return a single result
SingleResultRouter() - Constructor for class org.ikasan.framework.component.routing.SingleResultRouter
 
skipIfEmpty - Variable in class org.ikasan.framework.component.transformation.flatfile.reader.field.BaseFieldDefinition
This field can be skipped in output if its value is empty
spawnChild(String, String, int, List<Payload>) - Method in class org.ikasan.framework.component.Event
Spawns a new child Event from this Event
spawnChild(String, String, int, Payload) - Method in class org.ikasan.framework.component.Event
Spawns a new child Event from this Event
SpringMessageListenerContainer - Class in org.ikasan.framework.initiator.messagedriven.jca
Extension of Spring's DefaultMessageListenerContainer to expose listener setup failures to a registered Listener
SpringMessageListenerContainer() - Constructor for class org.ikasan.framework.initiator.messagedriven.jca.SpringMessageListenerContainer
 
SpringMessageListenerContainer - Class in org.ikasan.framework.initiator.messagedriven.spring
Extension of Spring's DefaultMessageListenerContainer to expose listener setup failures to a registered Listener
SpringMessageListenerContainer() - Constructor for class org.ikasan.framework.initiator.messagedriven.spring.SpringMessageListenerContainer
 
start() - Method in interface org.ikasan.framework.flow.Flow
Invoke all start operations for the flow that are required prior to an event invocation.
start() - Method in class org.ikasan.framework.flow.VisitingInvokerFlow
 
start() - Method in class org.ikasan.framework.initiator.AbstractInitiator
 
start() - Method in interface org.ikasan.framework.initiator.eventdriven.MessageEndpointManager
Start the delivery of messages
start() - Method in interface org.ikasan.framework.initiator.Initiator
Start this initiator.
start() - Method in interface org.ikasan.framework.initiator.messagedriven.jca.MessageListenerContainer
Start the container
start() - Method in interface org.ikasan.framework.initiator.messagedriven.MessageListenerContainer
Start the container
start() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
startInitiator() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Only the extending class knows how to start the initiator.
startInitiator() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
startInitiator() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
startInitiator() - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
startInitiator() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
startInitiator() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
startInitiator(String, String, String) - Method in interface org.ikasan.framework.module.service.ModuleService
Attempts to start an Initiator
startInitiator(String, String, String) - Method in class org.ikasan.framework.module.service.ModuleServiceImpl
 
startManagedResource() - Method in class org.ikasan.framework.component.transformation.XsltTransformer
 
startManagedResource() - Method in interface org.ikasan.framework.flow.ManagedResource
Provision for starting a managed resource.
startRetryCycle(Integer, long) - Method in class org.ikasan.framework.initiator.AbstractInitiator
Initiator needs to start a retry cycle due to an exception action.
startRetryCycle(Integer, long) - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
startRetryCycle(Integer, long) - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
startRetryCycle(Integer, long) - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
startRetryCycle(Integer, long) - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
startRetryCycle(Integer, long) - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
status - Variable in class org.ikasan.framework.monitor.MonitorJNDINotifier
keep a reference to the previous state so we only report changes
STOP - Static variable in class org.ikasan.framework.exception.StopAction
Stop Action
stop() - Method in interface org.ikasan.framework.flow.Flow
Invoke all stop operations for the flow that are required on shutdown of the invoking client.
stop() - Method in class org.ikasan.framework.flow.VisitingInvokerFlow
 
stop() - Method in class org.ikasan.framework.initiator.AbstractInitiator
 
stop() - Method in interface org.ikasan.framework.initiator.eventdriven.MessageEndpointManager
Stop the delivery of messages
stop() - Method in interface org.ikasan.framework.initiator.Initiator
Stop this initiator.
stop() - Method in interface org.ikasan.framework.initiator.messagedriven.jca.MessageListenerContainer
Stop the container from delivering messages
stop() - Method in interface org.ikasan.framework.initiator.messagedriven.MessageListenerContainer
Stop the container from delivering messages
stop() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
StopAction - Class in org.ikasan.framework.exception
Exception action indicating the Initiator should be stopped
stopInError() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Sets the error flag before stopping the initiator by normal means
stopInError() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
Sets the error flag before stopping the initiator
stopInError() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
Sets the error flag before stopping the initiator
stopInitiator() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Only the extending class knows how to stop the initiator.
stopInitiator() - Method in class org.ikasan.framework.initiator.eventdriven.EventDrivenInitiatorImpl
 
stopInitiator() - Method in class org.ikasan.framework.initiator.messagedriven.jca.JmsMessageDrivenInitiatorImpl
 
stopInitiator() - Method in class org.ikasan.framework.initiator.messagedriven.JmsMessageDrivenInitiatorImpl
 
stopInitiator() - Method in class org.ikasan.framework.initiator.scheduled.quartz.QuartzStatefulScheduledDrivenInitiator
 
stopInitiator() - Method in class org.ikasan.framework.initiator.SimpleInitiator
 
stopInitiator(String, String, String) - Method in interface org.ikasan.framework.module.service.ModuleService
Attempts to stop an Initiator
stopInitiator(String, String, String) - Method in class org.ikasan.framework.module.service.ModuleServiceImpl
 
stopManagedResource() - Method in class org.ikasan.framework.component.transformation.XsltTransformer
 
stopManagedResource() - Method in interface org.ikasan.framework.flow.ManagedResource
Provision for stopping a managed resource.
STOPPED - Static variable in class org.ikasan.framework.initiator.InitiatorState
Stopped State - just stopped
stopping - Variable in class org.ikasan.framework.initiator.AbstractInitiator
Flag indicating that the initiator has received a stop call
supports(Class<? extends Message>) - Method in interface org.ikasan.framework.payload.serialisation.JmsMessagePayloadSerialiser
Indicates if a particular Message implementation is supported
supports(Class<? extends Message>) - Method in class org.ikasan.framework.payload.serialisation.TextMessagePayloadSerialiser
 
supportsExclusions() - Method in class org.ikasan.framework.initiator.AbstractInitiator
Returns true if an excludedEventService is present, and thus supports exclusions
sync() - Method in interface org.ikasan.framework.flow.Flow
Temporary public method to support a work-around for ensuring dynamic configured resources are always sync'd with their persisted versions after failure/rollback.
sync() - Method in class org.ikasan.framework.flow.VisitingInvokerFlow
Re-sync any dynamic configured resources
SystemEvent - Class in org.ikasan.framework.systemevent.model
Simple JavaBean encapsulating system event information Simply binds information about an action (can be anything) taken on a subject (again anything) at a given time, by a given actor
SystemEvent(String, String, Date, String, Date) - Constructor for class org.ikasan.framework.systemevent.model.SystemEvent
Constructor
SystemEventDao - Interface in org.ikasan.framework.systemevent.dao
Data access interface for persistence of SystemEventDao
SystemEventService - Interface in org.ikasan.framework.systemevent.service
SystemEvent service interface
SystemEventServiceImpl - Class in org.ikasan.framework.systemevent.service
SystemEvent service implementation
SystemEventServiceImpl(SystemEventDao, Long) - Constructor for class org.ikasan.framework.systemevent.service.SystemEventServiceImpl
Constructor

T

tapEvent(Event, String, String, String, Long) - Method in interface org.ikasan.framework.event.wiretap.service.WiretapService
dumps a snapshot of an Event at runtime in the form of one or more WiretapEvents - one for every Payload contained
tapEvent(Event, String, String, String, Long) - Method in class org.ikasan.framework.event.wiretap.service.WiretapServiceImpl
Wiretap an Event
TextMessagePayloadSerialiser - Class in org.ikasan.framework.payload.serialisation
Default TextMessage implementation of JmsMessagePayloadSerialiser
TextMessagePayloadSerialiser() - Constructor for class org.ikasan.framework.payload.serialisation.TextMessagePayloadSerialiser
 
ThreadLocalBeansWrapper - Class in org.ikasan.framework.component.transformation
A wrapper class that provides static access to a ThreadLocal controlled map of beans Threads that call setBeans should later be able to call getBeans to retireve the same map of beans, regardless of what any other thread may do in the meantime
ThreadLocalBeansWrapper() - Constructor for class org.ikasan.framework.component.transformation.ThreadLocalBeansWrapper
 
ThrowableCauseMatcher - Class in org.ikasan.framework.exception.matching
Implementation of TypeSafeMatcher for matching instances of Throwable by considering the cause of the Throwable When passed a throwable for matching, this implementation will apply another matcher to both that throwable and its cause.
ThrowableCauseMatcher(Matcher<?>, boolean) - Constructor for class org.ikasan.framework.exception.matching.ThrowableCauseMatcher
Constructor
ThrowableCauseMatcher(Matcher<?>) - Constructor for class org.ikasan.framework.exception.matching.ThrowableCauseMatcher
Constructor
ThrowableMessageMatcher - Class in org.ikasan.framework.exception.matching
Implementation of TypeSafeMatcher for matching instances of Throwable by considering the message of the Throwable For now only supports direct matches of a supplied substring within the Throwable's message In future could be extended to support a more powerful regular expression match
ThrowableMessageMatcher(String) - Constructor for class org.ikasan.framework.exception.matching.ThrowableMessageMatcher
Constructor
throwException(String) - Static method in class org.ikasan.framework.component.transformation.xslt.util.XsltErrorUtils
Throws an Exception with the specified detail message.
throwTrivialException(String) - Static method in class org.ikasan.framework.component.transformation.xslt.util.XsltErrorUtils
Utility method for handling XSLT errors that we dont want to stop things
TIME_TO_LIVE_PARAM - Static variable in class org.ikasan.framework.flow.event.service.WiretapEventJob
Time To Live parameter specifies length of time in minutes for Wiretapped Events to be kept
TokenizingSplitter - Class in org.ikasan.framework.component.sequencing
Sequencer implementation which tokenises an incoming event's payloads into individual multiple outgoing events, containing a single payload, based on the tokenising criteria.
TokenizingSplitter(String) - Constructor for class org.ikasan.framework.component.sequencing.TokenizingSplitter
Constructor
TokenizingSplitter(String, String) - Constructor for class org.ikasan.framework.component.sequencing.TokenizingSplitter
Constructor
toMessage(Event, Session) - Method in class org.ikasan.framework.event.serialisation.DefaultMapMessageEventSerialiser
 
toMessage(Event, Session) - Method in interface org.ikasan.framework.event.serialisation.JmsMessageEventSerialiser
Serialises an Event to a MapMessage
toMessage(Payload, Session) - Method in interface org.ikasan.framework.payload.serialisation.JmsMessagePayloadSerialiser
Converts a Payload to a Message
toMessage(Payload, Session) - Method in class org.ikasan.framework.payload.serialisation.TextMessagePayloadSerialiser
 
toPayload(T) - Method in interface org.ikasan.framework.payload.serialisation.JmsMessagePayloadSerialiser
Converts a Message to a Payload
toPayload(TextMessage) - Method in class org.ikasan.framework.payload.serialisation.TextMessagePayloadSerialiser
 
toString() - Method in class org.ikasan.framework.component.Event
Returns a string representation of this object.
toString() - Method in class org.ikasan.framework.component.transformation.flatfile.reader.field.FixedLengthFieldDefinition
 
toString() - Method in class org.ikasan.framework.error.model.ErrorOccurrence
 
toString() - Method in class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
 
toString() - Method in class org.ikasan.framework.exception.ExcludeEventAction
 
toString() - Method in class org.ikasan.framework.exception.matching.MatcherBasedExceptionGroup
 
toString() - Method in class org.ikasan.framework.exception.matching.MatchingExceptionHandler
 
toString() - Method in class org.ikasan.framework.exception.RetryAction
 
toString() - Method in class org.ikasan.framework.exception.StopAction
 
toString() - Method in class org.ikasan.framework.flow.event.model.Trigger
String representation
toString() - Method in class org.ikasan.framework.flow.FlowElementImpl
 
toString() - Method in class org.ikasan.framework.initiator.InitiatorState
 
toString() - Method in class org.ikasan.framework.module.SimpleModule
 
toString() - Method in class org.ikasan.framework.payload.model.DatabasePayload
 
toString() - Method in class org.ikasan.framework.ResourceLoader
String presentation of the properties settings
TODO Needs implementation
toString() - Method in class org.ikasan.framework.security.model.Authority
 
toString() - Method in class org.ikasan.framework.security.model.User
 
toXml(ErrorOccurrence) - Method in class org.ikasan.framework.error.serialisation.DefaultErrorOccurrenceXmlConverter
 
toXml(ErrorOccurrence) - Method in interface org.ikasan.framework.error.serialisation.ErrorOccurrenceXmlConverter
Convert the ErrorOccurrence to XML
transform(Payload) - Method in class org.ikasan.framework.component.transformation.ExtendedXsltTransformer
Deprecated. Transforms the payload content.
transform(Payload) - Method in class org.ikasan.framework.component.transformation.XsltTransformer
Transforms the payload content.
TransformationDataLookup - Class in org.ikasan.framework.component.transformation.xslt.util
Exposed to the XSLT stylesheet, provides static access to underlying data access functionality
TransformationDataLookup() - Constructor for class org.ikasan.framework.component.transformation.xslt.util.TransformationDataLookup
 
TransformationException - Exception in org.ikasan.framework.component.transformation
Base TransformationException
TransformationException(Throwable) - Constructor for exception org.ikasan.framework.component.transformation.TransformationException
Constructor
TransformationException(String) - Constructor for exception org.ikasan.framework.component.transformation.TransformationException
Constructor
Transformer - Interface in org.ikasan.framework.component.transformation
Interface for all FlowComponents that perform a Transformer function.
Trigger - Class in org.ikasan.framework.flow.event.model
Class the represent s a trigger for a Job
Trigger(String, String, String, String) - Constructor for class org.ikasan.framework.flow.event.model.Trigger
Constructor
Trigger(String, String, String, String, Map<String, String>) - Constructor for class org.ikasan.framework.flow.event.model.Trigger
Constructor
Trigger(String, String, String, String, String) - Constructor for class org.ikasan.framework.flow.event.model.Trigger
Constructor
Trigger(String, String, String, String, String, Map<String, String>) - Constructor for class org.ikasan.framework.flow.event.model.Trigger
Constructor
TriggerDao - Interface in org.ikasan.framework.flow.event.dao
Data Access Interface for Trigger persistence
TriggerRelationship - Enum in org.ikasan.framework.flow.event.model
An enum listing the possible trigger relationships
trimTrailingWhitespace - Variable in class org.ikasan.framework.component.transformation.flatfile.reader.BaseStringHandlingFlatFileReader
Flag specifying whether trailing white space should be trimmed from each element value
TrivialTransformerException - Exception in org.ikasan.framework.component.transformation
This class extends the TransformerException.
TrivialTransformerException(String) - Constructor for exception org.ikasan.framework.component.transformation.TrivialTransformerException
Create a new TrivialTransformerException.
TrivialTransformerException(Throwable) - Constructor for exception org.ikasan.framework.component.transformation.TrivialTransformerException
Create a new TrivialTransformerException wrapping an existing exception.
TrivialTransformerException(String, Throwable) - Constructor for exception org.ikasan.framework.component.transformation.TrivialTransformerException
Wrap an existing exception in a TrivialTransformerException.
TrivialTransformerException(String, SourceLocator) - Constructor for exception org.ikasan.framework.component.transformation.TrivialTransformerException
Create a new TrivialTransformerException from a message and a Locator.
TrivialTransformerException(String, SourceLocator, Throwable) - Constructor for exception org.ikasan.framework.component.transformation.TrivialTransformerException
Wrap an existing exception in a TrivialTransformerException.

U

UncompressDataSplitter - Class in org.ikasan.framework.component.sequencing
Implementation of @see Sequencer.
UncompressDataSplitter() - Constructor for class org.ikasan.framework.component.sequencing.UncompressDataSplitter
 
UncompressDataTransformer - Class in org.ikasan.framework.component.transformation
A Transformer implementation that uncompresses data in GZIP format.
UncompressDataTransformer() - Constructor for class org.ikasan.framework.component.transformation.UncompressDataTransformer
 
UNDEFINED - Static variable in interface org.ikasan.framework.FrameworkConst
General Constant for values we are unable to populate
UnroutableEventException - Exception in org.ikasan.framework.component.routing
Exception for when an Event can't be routed.
UnroutableEventException(String) - Constructor for exception org.ikasan.framework.component.routing.UnroutableEventException
Constructor
UNSUPPORTED_EXCLUDE_ENCONTERED - Static variable in class org.ikasan.framework.initiator.AbstractInitiator
Exception action is an implied rollback message
update(RESOURCE) - Method in interface org.ikasan.framework.configuration.service.ConfigurationService
Update the confgiured resources configuration dynamically at runtime.
update(ConfiguredResource) - Method in class org.ikasan.framework.configuration.service.ConfiguredResourceConfigurationService
 
updateInitiatorStartupType(String, String, InitiatorStartupControl.StartupType, String, String) - Method in interface org.ikasan.framework.module.service.ModuleService
Updates the startup type for the Initiator
updateInitiatorStartupType(String, String, InitiatorStartupControl.StartupType, String, String) - Method in class org.ikasan.framework.module.service.ModuleServiceImpl
 
updateUser(UserDetails) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
url - Variable in class org.ikasan.framework.monitor.MonitorJNDINotifier
JNDI URL for state object
User - Class in org.ikasan.framework.security.model
Implementation of UserDetails suitable for ORM
User(String, String, String, boolean) - Constructor for class org.ikasan.framework.security.model.User
Constructor
UserDao - Interface in org.ikasan.framework.security.dao
Data Access interface for User instances
userExists(String) - Method in class org.ikasan.framework.security.service.UserServiceImpl
 
UserService - Interface in org.ikasan.framework.security.service
User and Authority service interface
UserServiceImpl - Class in org.ikasan.framework.security.service
Default implementation of the UserService
UserServiceImpl(UserDao, AuthorityDao, PasswordEncoder) - Constructor for class org.ikasan.framework.security.service.UserServiceImpl
Constructor

V

validateParameters(Map<String, String>) - Method in interface org.ikasan.framework.flow.event.service.FlowEventJob
Validates a map of parameters that may be later used as arguments to the the execute method
validateParameters(Map<String, String>) - Method in class org.ikasan.framework.flow.event.service.LoggingEventJob
 
validateParameters(Map<String, String>) - Method in class org.ikasan.framework.flow.event.service.WiretapEventJob
 
value - Variable in class org.ikasan.framework.configuration.model.ConfigurationParameter
configuration value
valueOf(String) - Static method in enum org.ikasan.framework.flow.event.model.TriggerRelationship
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ikasan.framework.initiator.InitiatorStartupControl.StartupType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ikasan.framework.flow.event.model.TriggerRelationship
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ikasan.framework.initiator.InitiatorStartupControl.StartupType
Returns an array containing the constants of this enum type, in the order they are declared.
VisitingFlowElementInvoker - Class in org.ikasan.framework.flow.invoker
A default implementation of the FlowElementInvoker
VisitingFlowElementInvoker() - Constructor for class org.ikasan.framework.flow.invoker.VisitingFlowElementInvoker
 
VisitingInvokerFlow - Class in org.ikasan.framework.flow
Default implementation of a Flow
VisitingInvokerFlow(String, String, FlowElement, FlowElementInvoker) - Constructor for class org.ikasan.framework.flow.VisitingInvokerFlow
Constructor

W

warning(SAXParseException) - Method in class org.ikasan.framework.component.transformation.ExceptionThrowingErrorHandler
 
warning(TransformerException) - Method in class org.ikasan.framework.component.transformation.ExceptionThrowingErrorListener
 
WiretapDao - Interface in org.ikasan.framework.event.wiretap.dao
Interface for all wiretap event data access.
WiretapEndpoint - Class in org.ikasan.framework.component.endpoint
Wiretap endpoint component.
WiretapEndpoint(String, String, String, WiretapService) - Constructor for class org.ikasan.framework.component.endpoint.WiretapEndpoint
Constructor
WiretapEvent - Class in org.ikasan.framework.event.wiretap.model
Ikasan WiretapEvent Value Object.
WiretapEvent(String, String, String, String, String, String, Date) - Constructor for class org.ikasan.framework.event.wiretap.model.WiretapEvent
Constructor
WiretapEventHeader - Class in org.ikasan.framework.event.wiretap.model
The Header for a Wiretap event
WiretapEventHeader(String, String, String, String, String, Date) - Constructor for class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Constructor
WiretapEventHeader() - Constructor for class org.ikasan.framework.event.wiretap.model.WiretapEventHeader
Constructor
WiretapEventJob - Class in org.ikasan.framework.flow.event.service
FlowEventJob for invoking the WiretapService requires the parameter 'timeToLive' to be passed on execution
WiretapEventJob(WiretapService) - Constructor for class org.ikasan.framework.flow.event.service.WiretapEventJob
Constructor
WiretapService - Interface in org.ikasan.framework.event.wiretap.service
This Service allows Events to be dumped out at runtime for later retrieval and inspection
WiretapServiceImpl - Class in org.ikasan.framework.event.wiretap.service
Default implementation of the WiretapService
WiretapServiceImpl(WiretapDao, ModuleService) - Constructor for class org.ikasan.framework.event.wiretap.service.WiretapServiceImpl
Constructor

X

XADS_SESSION_FACTORY - Static variable in interface org.ikasan.framework.FrameworkConst
connector XA transactional persistence factory
XMLReaderTransformer - Class in org.ikasan.framework.component.transformation
This class is a Transformer that acts on incoming Payloads within an Event and transforms the content to XML based on the supplied XMLReader instance.
XMLReaderTransformer(TransformerFactory, XMLReader) - Constructor for class org.ikasan.framework.component.transformation.XMLReaderTransformer
Constructor
XMLValidator - Class in org.ikasan.framework.component.transformation
XML Validator uses an injected XML parser to validate each incoming payload content.
XMLValidator(DocumentBuilderFactory) - Constructor for class org.ikasan.framework.component.transformation.XMLValidator
Constructor
XMLValidatorRouter - Class in org.ikasan.framework.component.routing
Implementation of Router that returns a single result:valid or invalid based on validation of the incoming payload(s).
XMLValidatorRouter(DocumentBuilderFactory) - Constructor for class org.ikasan.framework.component.routing.XMLValidatorRouter
Constructor
XPathBooleanRouter - Class in org.ikasan.framework.component.routing
XPath router evaluation based on evaluating the incoming XPath expressions into Boolean results.
XPathBooleanRouter(DocumentBuilderFactory, Map<String, String>, boolean) - Constructor for class org.ikasan.framework.component.routing.XPathBooleanRouter
Constructor
XPathBooleanRouter(DocumentBuilderFactory, Map<String, String>) - Constructor for class org.ikasan.framework.component.routing.XPathBooleanRouter
Constructor with no default transition supported.
XPathSelectorRouter - Class in org.ikasan.framework.component.routing
XPath router evaluation based on evaluating an incoming XPath expression into the node value.
XPathSelectorRouter(DocumentBuilderFactory, String, boolean) - Constructor for class org.ikasan.framework.component.routing.XPathSelectorRouter
Constructor
XPathSelectorRouter(DocumentBuilderFactory, String) - Constructor for class org.ikasan.framework.component.routing.XPathSelectorRouter
Constructor with no default transition supported.
XsltConfiguration - Class in org.ikasan.framework.component.transformation.configuration
POJO for configurable parameters on XsltTransformer
XsltConfiguration() - Constructor for class org.ikasan.framework.component.transformation.configuration.XsltConfiguration
 
XsltErrorUtils - Class in org.ikasan.framework.component.transformation.xslt.util
This class provides a range of static XSLT utility methods for error handling.
XsltErrorUtils() - Constructor for class org.ikasan.framework.component.transformation.xslt.util.XsltErrorUtils
 
XsltTransformer - Class in org.ikasan.framework.component.transformation
This class is an XSLT Transformer component that acts on all an Event's Payloads, transforming them using the supplied style sheet.
XsltTransformer(TransformerFactory) - Constructor for class org.ikasan.framework.component.transformation.XsltTransformer
Constructor
XsltUtils - Class in org.ikasan.framework.component.transformation.xslt.util
This class provides a range of static XSLT utility methods.
XsltUtils() - Constructor for class org.ikasan.framework.component.transformation.xslt.util.XsltUtils
 

A B C D E F G H I J L M N O P Q R S T U V W X

Copyright © 2007-2012 Ikasan. All Rights Reserved.