Liferay 6.0.5

com.liferay.portal.kernel.util
Class MethodKey

java.lang.Object
  extended by com.liferay.portal.kernel.util.MethodKey
All Implemented Interfaces:
Serializable

public class MethodKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MethodKey(Method method)
           
MethodKey(String className, String methodName, Class<?>... parameterTypes)
           
MethodKey(String className, String methodName, String[] parameterTypeNames)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClassName()
           
 String getMethodName()
           
 Class<?>[] getParameterTypes()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodKey

public MethodKey(Method method)

MethodKey

public MethodKey(String className,
                 String methodName,
                 Class<?>... parameterTypes)

MethodKey

public MethodKey(String className,
                 String methodName,
                 String[] parameterTypeNames)
          throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

equals

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

getClassName

public String getClassName()

getMethodName

public String getMethodName()

getParameterTypes

public Class<?>[] getParameterTypes()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.0.5