1 7 8 package com.sun.jmx.remote.internal; 9 10 import java.util.List ; 11 import javax.management.Notification ; 12 import javax.management.ObjectName ; 13 import javax.management.remote.TargetedNotification ; 14 15 public interface NotificationBufferFilter { 16 20 public void apply(List <TargetedNotification > targetedNotifs, 21 ObjectName source, Notification notif); 22 } 23 | Popular Tags |