MBeanParameterInfo[] sig = {
new MBeanParameterInfo("invocation", Invocation.class.getName(),
"The invocation content information")
};
MBeanOperationInfo[] opInfo = {
new MBeanOperationInfo("invoke", "The detached invoker entry point",
sig, "java.lang.Object", MBeanOperationInfo.ACTION)
};
MBeanNotificationInfo[] eventInfo = null;
this.info = new MBeanInfo(getClass().getName(),
"A wrapper inovker that delegates to the target invoker",