Spring Integration

org.springframework.integration.file.test
Class BigMGetTests

java.lang.Object
  extended by org.springframework.integration.file.test.BigMGetTests

public abstract class BigMGetTests
extends java.lang.Object

Created this test because a customer reported hanging with large mget. Could not reproduce; code is checked in, but test is @Ignored.

Since:
2.2
Author:
Gary Russell

Field Summary
protected static int FILES
           
 
Constructor Summary
BigMGetTests()
           
 
Method Summary
protected  Message<java.util.List<java.io.File>> mgetManyFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILES

protected static final int FILES
See Also:
Constant Field Values
Constructor Detail

BigMGetTests

public BigMGetTests()
Method Detail

mgetManyFiles

protected Message<java.util.List<java.io.File>> mgetManyFiles()
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

Spring Integration