1 7 8 package com.sun.jmx.remote.internal; 9 10 import java.util.Set ; 11 import javax.management.remote.NotificationResult ; 12 import javax.management.remote.TargetedNotification ; 13 14 15 public interface NotificationBuffer { 16 47 public NotificationResult  48 fetchNotifications(Set <ListenerInfo> listeners, 49 long startSequenceNumber, 50 long timeout, 51 int maxNotifications) 52 throws InterruptedException ; 53 54 57 public void dispose(); 58 } 59 | Popular Tags |