Lines Matching refs:MLet
28 * given MLet instance throws a ServiceNotFoundException exception
40 import javax.management.loading.MLet;
53 // Instantiate an MLet
55 System.out.println("Create the MLet");
56 MLet mlet = new MLet();
58 // Register the MLet MBean with the MBeanServer
60 System.out.println("Register the MLet MBean");
61 ObjectName mletObjectName = new ObjectName("Test:type=MLet");
88 // Unregister the MLet MBean
90 System.out.println("Unregister the MLet MBean");