Searched refs:NotificationTarget (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DNotificationTarget.java32 public interface NotificationTarget { interface
H A DJVM_MANAGEMENT_MIB_IMPL.java200 private ArrayList<NotificationTarget> notificationTargets =
201 new ArrayList<NotificationTarget>();
233 NotificationTarget target = null;
235 target = (NotificationTarget) iterator.next();
258 public synchronized void addTarget(NotificationTarget target)
280 * <CODE>sun.management.snmp.jvminstr.NotificationTarget</CODE>
283 public synchronized void addTargets(List<NotificationTarget> targets)
H A DNotificationTargetImpl.java33 public class NotificationTargetImpl implements NotificationTarget {
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java33 import sun.management.snmp.jvminstr.NotificationTarget;
121 private static List<NotificationTarget> getTargetList(InetAddressAcl acl,
123 final ArrayList<NotificationTarget> result =
124 new ArrayList<NotificationTarget>();
136 final NotificationTarget target =

Completed in 33 milliseconds