Package org.ikasan.flow.visitorPattern
Class DefaultFlowConfiguration
- java.lang.Object
-
- org.ikasan.flow.visitorPattern.AbstractFlowConfiguration
-
- org.ikasan.flow.visitorPattern.DefaultFlowConfiguration
-
- All Implemented Interfaces:
org.ikasan.spec.flow.FlowConfiguration
public class DefaultFlowConfiguration extends AbstractFlowConfiguration implements org.ikasan.spec.flow.FlowConfiguration
Default implementation of a Flow- Author:
- Ikasan Development Team
-
-
Field Summary
-
Fields inherited from class org.ikasan.flow.visitorPattern.AbstractFlowConfiguration
configurationService, configuredReourceFlowElements, errorReportingServiceAwareFlowElements, flowElementInvokerConfiguredResources, leadFlowElement, managedReourceFlowElements, managedServices, replayRecordService, resubmissionService
-
-
Constructor Summary
Constructors Constructor Description DefaultFlowConfiguration(org.ikasan.spec.flow.FlowElement<org.ikasan.spec.component.endpoint.Consumer> consumerFlowElement, org.ikasan.spec.configuration.ConfigurationService configurationService, org.ikasan.spec.resubmission.ResubmissionService resubmisionService, org.ikasan.spec.replay.ReplayRecordService replayRecordService)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.ikasan.spec.flow.FlowElement<org.ikasan.spec.component.endpoint.Consumer>getConsumerFlowElement()-
Methods inherited from class org.ikasan.flow.visitorPattern.AbstractFlowConfiguration
configure, getConfiguredResourceFlowElements, getDynamicConfiguredResourceFlowElements, getErrorReportingServiceAwareFlowElements, getFlowElementInvokerConfiguredResources, getFlowElements, getManagedResourceFlowElements, getManagedServices, getReplayRecordService, getResubmissionService, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ikasan.spec.flow.FlowConfiguration
configure, getConfiguredResourceFlowElements, getDynamicConfiguredResourceFlowElements, getErrorReportingServiceAwareFlowElements, getFlowElementInvokerConfiguredResources, getFlowElements, getManagedResourceFlowElements, getManagedServices, getReplayRecordService, getResubmissionService, update
-
-
-
-
Constructor Detail
-
DefaultFlowConfiguration
public DefaultFlowConfiguration(org.ikasan.spec.flow.FlowElement<org.ikasan.spec.component.endpoint.Consumer> consumerFlowElement, org.ikasan.spec.configuration.ConfigurationService configurationService, org.ikasan.spec.resubmission.ResubmissionService resubmisionService, org.ikasan.spec.replay.ReplayRecordService replayRecordService)Constructor- Parameters:
consumerFlowElement-configurationService-resubmisionService-
-
-