swarm
Class Selector

java.lang.Object
  |
  +--swarm.Selector

public class Selector
extends Object


Constructor Summary
Selector(Class theClass, String theMethodName, boolean theObjcFlag)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selector

public Selector(Class theClass,
                String theMethodName,
                boolean theObjcFlag)
         throws NonUniqueMethodSignatureException,
                SignatureNotFoundException
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object