Lines Matching refs:MLet
27 * @summary Malformed MLet text file causes infinite loop in parser.
45 import javax.management.loading.MLet;
58 // Instantiate an MLet
60 System.out.println("Create the MLet");
61 MLet mlet = new MLet();
63 // Register the MLet MBean with the MBeanServer
65 System.out.println("Register the MLet MBean");
66 ObjectName mletObjectName = new ObjectName("Test:type=MLet");
83 System.out.println("MLet File = " + mletFile);
106 // Unregister the MLet MBean
108 System.out.println("Unregister the MLet MBean");