|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.monitoring.jmx.MethodSignature
public class MethodSignature
| 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 |
|---|
public MethodSignature(Method method)
public MethodSignature(String className,
String methodName,
String[] parameterTypeNames)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic String getClassName()
public String getMethodName()
public String[] getParameterTypeNames()
public int hashCode()
hashCode in class Object
|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||