org.springframework.batch.retry.interceptor
Class RetryOperationsInterceptorTests.ServiceImpl

java.lang.Object
  extended by org.springframework.batch.retry.interceptor.RetryOperationsInterceptorTests.ServiceImpl
All Implemented Interfaces:
RetryOperationsInterceptorTests.Service
Enclosing class:
RetryOperationsInterceptorTests

public static class RetryOperationsInterceptorTests.ServiceImpl
extends Object
implements RetryOperationsInterceptorTests.Service


Constructor Summary
RetryOperationsInterceptorTests.ServiceImpl()
           
 
Method Summary
 void doTansactional()
           
 void service()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryOperationsInterceptorTests.ServiceImpl

public RetryOperationsInterceptorTests.ServiceImpl()
Method Detail

service

public void service()
             throws Exception
Specified by:
service in interface RetryOperationsInterceptorTests.Service
Throws:
Exception

doTansactional

public void doTansactional()
                    throws Exception
Specified by:
doTansactional in interface RetryOperationsInterceptorTests.Service
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.