Package org.glassfish.gmbal

Examples of org.glassfish.gmbal.ManagedOperation.impact()


      }

      final ModelMBeanOperationInfo operInfo =
    new ModelMBeanOperationInfo(m.name(),
    desc, paramInfo, rtc.getManagedType().getClassName(),
    mo.impact().ordinal(), modelDescriptor);

      mm.info(mom.registrationFineDebug(), "operInfo", operInfo);

      return new Pair<Operation, ModelMBeanOperationInfo>(oper, operInfo);
  } finally {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.