< prev index next >

jdk/src/jdk.management/share/classes/com/sun/management/GarbageCollectionNotificationInfo.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 23,39 **** * questions. */ package com.sun.management; - import javax.management.Notification; import javax.management.openmbean.CompositeData; import javax.management.openmbean.CompositeDataView; import javax.management.openmbean.CompositeType; ! import java.util.Collection; ! import java.util.Collections; ! import sun.management.GarbageCollectionNotifInfoCompositeData; /** * The information about a garbage collection * * <p> --- 23,36 ---- * questions. */ package com.sun.management; import javax.management.openmbean.CompositeData; import javax.management.openmbean.CompositeDataView; import javax.management.openmbean.CompositeType; ! import com.sun.management.internal.GarbageCollectionNotifInfoCompositeData; /** * The information about a garbage collection * * <p>
< prev index next >