ViewMBeanCommand:167
getOperationInfo(MBeanInfo info, String operation)
In a condition, MBean has two operation which has two
same methods name but different method signature,the
code will generate error.
ex:getString(User user) getString(String name)
I want invoke getString(String name),but it will return
getString(User user)