< prev index next >

jdk/test/javax/management/MBeanInfo/NotificationInfoTest.java

Print this page




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 5012634
  27  * @summary Test that JMX classes use fully-qualified class names
  28  * in MBeanNotificationInfo
  29  * @author Eamonn McManus
  30  * @modules java.management
  31  * @run clean NotificationInfoTest
  32  * @run build NotificationInfoTest
  33  * @run main NotificationInfoTest
  34  */
  35 
  36 import java.io.*;
  37 import java.lang.management.*;
  38 import java.lang.reflect.*;
  39 import java.net.*;
  40 import java.nio.file.FileSystem;
  41 import java.nio.file.FileSystems;
  42 import java.nio.file.Files;
  43 import java.nio.file.Path;
  44 import java.nio.file.Paths;
  45 import java.util.*;
  46 import java.util.stream.Collectors;
  47 import javax.management.*;
  48 import javax.management.relation.*;
  49 import javax.management.remote.*;
  50 import javax.management.remote.rmi.*;




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 5012634
  27  * @summary Test that JMX classes use fully-qualified class names
  28  * in MBeanNotificationInfo
  29  * @author Eamonn McManus
  30  * @modules java.management.rmi
  31  * @run clean NotificationInfoTest
  32  * @run build NotificationInfoTest
  33  * @run main NotificationInfoTest
  34  */
  35 
  36 import java.io.*;
  37 import java.lang.management.*;
  38 import java.lang.reflect.*;
  39 import java.net.*;
  40 import java.nio.file.FileSystem;
  41 import java.nio.file.FileSystems;
  42 import java.nio.file.Files;
  43 import java.nio.file.Path;
  44 import java.nio.file.Paths;
  45 import java.util.*;
  46 import java.util.stream.Collectors;
  47 import javax.management.*;
  48 import javax.management.relation.*;
  49 import javax.management.remote.*;
  50 import javax.management.remote.rmi.*;


< prev index next >