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

/glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/callers/
H A DAddNotifLsnrsCaller.java70 private ServerNotificationManager notifyMgr = null; field in class:AddNotifLsnrsCaller
79 this.notifyMgr = mgr;
91 notifyMgr,
93 notifyMgr.addNotificationListener(objname, id, proxy);
H A DRemoveNotifLsnrCaller.java70 private ServerNotificationManager notifyMgr = null; field in class:RemoveNotifLsnrCaller
79 this.notifyMgr = mgr;
95 notifyMgr.removeNotificationListener(objname, ids[i]);
H A DRemoveNotifLsnrFilterHandbackCaller.java71 private ServerNotificationManager notifyMgr = null; field in class:RemoveNotifLsnrFilterHandbackCaller
80 this.notifyMgr = mgr;
94 (NotificationListener) notifyMgr.removeNotificationListener(objname, id);
/glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/
H A DMBeanServerRequestHandler.java109 private ServerNotificationManager notifyMgr = null; field in class:MBeanServerRequestHandler
114 notifyMgr = new ServerNotificationManager(mbsc);
115 notifyMgr.setBufSiz(cfg);
117 callers = MethodCallers.callers(mbsc, notifyMgr);
124 return notifyMgr;

Completed in 12 milliseconds