I have a method that returns a String, is it possible that after a certain time treshold is excedeed fot that method to return some specific string?
The Guava library has a very nice TimeLimiter that lets you do this on any method that's defined by an interface. It can generate a proxy for your object that has a "built-in" timeout.