Ignore:
Timestamp:
06/13/13 17:19:52 (11 years ago)
Author:
stoda
Message:

Remote exception added
todo: change throws Exception to Throwable since it seems that NoSuchMethodException? does not inherit from Exception...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/objectmq/test/calculatorTest/Calculator.java

    r34 r38  
    2121
    2222        @AsyncMethod
    23         public void divideByZero() throws IOException, SerializerException;
     23        public void asyncDivideByZero() throws IOException, SerializerException;
     24
     25        @SyncMethod
     26        public int divideByZero();
    2427
    2528}
Note: See TracChangeset for help on using the changeset viewer.