|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.excha.demo.SmartFoo
public class SmartFoo
| Constructor Summary | |
|---|---|
SmartFoo()
|
|
| Method Summary | |
|---|---|
void |
callsMethod1ThanCanThrowException(java.lang.String arg1)
|
void |
callsMethod2ThanCanThrowException(java.lang.String arg1,
java.lang.String arg2)
|
void |
callToMethodThatCanThrowTimeoutExcepption(java.lang.String arg1,
java.lang.String arg2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmartFoo()
| Method Detail |
|---|
public void callsMethod1ThanCanThrowException(java.lang.String arg1)
callsMethod1ThanCanThrowException in interface Foo
public void callsMethod2ThanCanThrowException(java.lang.String arg1,
java.lang.String arg2)
callsMethod2ThanCanThrowException in interface Foo
public void callToMethodThatCanThrowTimeoutExcepption(java.lang.String arg1,
java.lang.String arg2)
throws java.util.concurrent.TimeoutException
callToMethodThatCanThrowTimeoutExcepption in interface Foojava.util.concurrent.TimeoutException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||