Liferay 6.2-ce-ga5

com.liferay.portal.monitoring.jmx
Class MethodSignature

java.lang.Object
  extended by com.liferay.portal.monitoring.jmx.MethodSignature

public class MethodSignature
extends Object


Constructor Summary
MethodSignature(Method method)
           
MethodSignature(String className, String methodName, String[] parameterTypeNames)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClassName()
           
 String getMethodName()
           
 String[] getParameterTypeNames()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSignature

public MethodSignature(Method method)

MethodSignature

public MethodSignature(String className,
                       String methodName,
                       String[] parameterTypeNames)
Method Detail

equals

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

getClassName

public String getClassName()

getMethodName

public String getMethodName()

getParameterTypeNames

public String[] getParameterTypeNames()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Liferay 6.2-ce-ga5