Manuel Santillán wrote:
Hi Francesco,
Notifications in JMX can embed custom data if you like. Take a look at
the javax.management.Notification#setUserData(Object o) and its
related getter. One thing to take into account is that you need to
have knowledge of the type in the client. Hope it helped!!
yes, a lot :-) ... I was concentrate only on the constructors
thanks again
francesco
Cheers
//manuel
Manuel Santillán
Francesco Furfari escribió:
Dear Stephan , Manuel,
I need some hint about the notification mechanism in JMX.
I've figured out that mbean notifications allow to send only simple
messages.
If a client needs to receive complex data it has to pull the data
using, for example, the sequence number obtained in a previous
notification message.
Is this correct or I'm missing something?
thanks in advance
francesco