edu.ucdavis.rj.Ops
Class OpRemote.Helper

java.lang.Object
  extended by edu.ucdavis.rj.Ops.OpRemote.Helper
Enclosing interface:
OpRemote

public static class OpRemote.Helper
extends java.lang.Object

Useful method(s) for OpRemote objects. (Can't define as methods within OpRemote since that's an interface.)


Constructor Summary
OpRemote.Helper()
           
 
Method Summary
(package private) static boolean twoOpRemotesEqual(OpRemote a, OpRemote b)
          Compares for equality two OpRemote objects: both are noop or both have same unique operation id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpRemote.Helper

public OpRemote.Helper()
Method Detail

twoOpRemotesEqual

static boolean twoOpRemotesEqual(OpRemote a,
                                 OpRemote b)
Compares for equality two OpRemote objects: both are noop or both have same unique operation id.

Parameters:
a - the first object.
b - the second object.
Returns:
true if and only if the two objects are equal.