jdk/src/java.management/share/classes/com/sun/jmx/remote/internal/ClientNotifForwarder.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 29273 f32302d0ba47
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   138         this.executor = ex;
   138         this.executor = ex;
   139         this.acc = AccessController.getContext();
   139         this.acc = AccessController.getContext();
   140     }
   140     }
   141 
   141 
   142     /**
   142     /**
   143      * Called to to fetch notifications from a server.
   143      * Called to fetch notifications from a server.
   144      */
   144      */
   145     abstract protected NotificationResult fetchNotifs(long clientSequenceNumber,
   145     abstract protected NotificationResult fetchNotifs(long clientSequenceNumber,
   146                                                       int maxNotifications,
   146                                                       int maxNotifications,
   147                                                       long timeout)
   147                                                       long timeout)
   148             throws IOException, ClassNotFoundException;
   148             throws IOException, ClassNotFoundException;