net.sf.excha.demo
Interface Foo
- All Known Implementing Classes:
- SillyFoo, SmartFoo
public interface Foo
callsMethod1ThanCanThrowException
void callsMethod1ThanCanThrowException(java.lang.String arg1)
callsMethod2ThanCanThrowException
void callsMethod2ThanCanThrowException(java.lang.String arg1,
java.lang.String arg2)
callToMethodThatCanThrowTimeoutExcepption
void callToMethodThatCanThrowTimeoutExcepption(java.lang.String arg1,
java.lang.String arg2)
throws java.util.concurrent.TimeoutException
- Throws:
java.util.concurrent.TimeoutException
Copyright © 2007-2008. All Rights Reserved.