Ignore:
Timestamp:
10/01/13 12:02:41 (11 years ago)
Author:
stoda
Message:

TODO: delete in supervisor
check the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/supervisor/src/main/java/omq/client/proxy/Proxymq.java

    r84 r92  
    116116                        if (methodName.equals("getRef")) {
    117117                                return getRef();
     118                        }
     119                        if (methodName.equals("equals")) {
     120                                if (arguments[0] instanceof Remote) {
     121                                        return getRef().equals(((Remote) arguments[0]).getRef());
     122                                } else {
     123                                        return false;
     124                                }
    118125                        }
    119126                }
Note: See TracChangeset for help on using the changeset viewer.