Searched defs:notifBuffer (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIServerImpl.java449 if(notifBuffer != null)
450 notifBuffer.dispose();
524 if(notifBuffer == null)
525 notifBuffer =
528 return notifBuffer;
550 private NotificationBuffer notifBuffer; field in class:RMIServerImpl
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java65 NotificationBuffer notifBuffer,
68 this.notifBuffer = notifBuffer;
275 nr = notifBuffer.fetchNotifications(bufferFilter,
486 private NotificationBuffer notifBuffer; field in class:ServerNotifForwarder
63 ServerNotifForwarder(MBeanServer mbeanServer, Map<String, ?> env, NotificationBuffer notifBuffer, String connectionId) argument

Completed in 64 milliseconds