org.apache.falcon.resource.channel
Class MethodKey

java.lang.Object
  extended by org.apache.falcon.resource.channel.MethodKey

public class MethodKey
extends Object

This class represents a tuple of method name and class objects.


Constructor Summary
MethodKey(String name, Class[] args)
           
MethodKey(String name, Object[] args)
           
 
Method Summary
 boolean equals(Object methodRHS)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodKey

public MethodKey(String name,
                 Object[] args)

MethodKey

public MethodKey(String name,
                 Class[] args)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.