org.smallmind.quorum.transport
Class FauxMethod

java.lang.Object
  extended by org.smallmind.quorum.transport.FauxMethod
All Implemented Interfaces:
Serializable

public class FauxMethod
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FauxMethod(Method method)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 Class getReturnType()
           
 Class[] getSignature()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FauxMethod

public FauxMethod(Method method)
Method Detail

getName

public String getName()

getReturnType

public Class getReturnType()

getSignature

public Class[] getSignature()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2011. All Rights Reserved.