# HG changeset patch # User František Kučera # Date 1376400152 -7200 # Node ID 46c6450d8294ba6b7559963b51ceb5d5dbf56b79 # Parent 13f19fb2587a4b937a24b0faa9c958cad8a52bcf data: JMX diff -r 13f19fb2587a -r 46c6450d8294 data/dictionary.xml --- a/data/dictionary.xml Tue Aug 13 13:52:41 2013 +0200 +++ b/data/dictionary.xml Tue Aug 13 15:22:32 2013 +0200 @@ -1653,13 +1653,22 @@ - + + + a Java technology for monitoring and managing applications or devices; + similar to SNMP; + managed objects (MBeans) can emit events, can be asked for values (e.g. counters) or an action (method) can be called on them; + this native Java technology can be also adapted/translated to other protocols like SNMP or WS/SOAP and integrated with the non-Java world; + thanks to this abstraction, the managed object can implement only simple Java interface and don't have to deal with other protocols (which is job of generic adaptors) + computer java - + + + computer java messaging