|
From: Bordet, S. <Sim...@co...> - 2002-01-30 13:16:44
|
Hi, > > I've added possibility to receive in the client notifications from a > > remote MBeanServer. > >=20 > > Listeners are always remote, but NotificationFilters may be=20 > serialized > to > > the server and be executed there. > >=20 > > Is there any preference on how filters must be treated ? > >=20 > > 1) Always as remote, like listeners (will be executed in the client) > > 2) Always serialized to the server (will executed in the server) > I'm sure this is a lot more Network efficient >=20 > > 3) try first with 2, if fails fall through to 1 > When may this happen? When filter implementation is not serializable. Simon |