timeout « Bean « Spring Q&A





1. Spring bean timeout callback    stackoverflow.com

Part of our Spring application uses prototype beans to execute a particular task that could take up to 60 seconds to complete (controlling motorized hardware). When the spring bean is ...

2. Spring Bean with a timeout    forum.springsource.org

Spring Bean with a timeout Here's what I'm trying to do: Create a spring prototype bean that attempts to perform some action, has a predefined timeout period, and will have its ...