Searched refs:getGcAction (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGarbageCollectionNotificationInfo.java83 * the notification are provided in the {@linkplain #getGcAction action} String
138 this.gcAction = GarbageCollectionNotifInfoCompositeData.getGcAction(cd);
158 public String getGcAction() { method in class:GarbageCollectionNotificationInfo
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectionNotifInfoCompositeData.java115 gcNotifInfo.getGcAction(),
155 public static String getGcAction(CompositeData cd) { method in class:GarbageCollectionNotifInfoCompositeData
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java130 System.out.print("Action: "+notif.getGcAction());

Completed in 23 milliseconds