org.springframework.batch.core.step
Class StepExecutionSynchronizerFactory

java.lang.Object
  extended by org.springframework.batch.core.step.StepExecutionSynchronizerFactory

public class StepExecutionSynchronizerFactory
extends Object

A factory that properly determines which version of the StepExecutionSynchronizer to return based on the availabilty of Java 5 or Backport Concurrent.

Author:
Ben Hale

Constructor Summary
StepExecutionSynchronizerFactory()
           
 
Method Summary
 StepExecutionSynchronizer getStepExecutionSynchronizer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepExecutionSynchronizerFactory

public StepExecutionSynchronizerFactory()
Method Detail

getStepExecutionSynchronizer

public StepExecutionSynchronizer getStepExecutionSynchronizer()


Copyright © 2008 SpringSource. All Rights Reserved.