FELIX-610
---------
JMX console allows any JMX connector protocol. The JMXServiceURL is built with new properties form the configuration properties file. In addition, non classic protocol classes can be provided by other bundle through dynamic import. The protocol package can be provided dynamically.

 - mosgi.jmxconsole.id.<number>.nickname is an optional property used by the GUI (default value is the gateway number)
 - mosgi.jmxconsole.id.<number>.profile is the remote gateway OSGi profile name (default value is core)
 - mosgi.jmxconsole.id.<number>.host is the remote gateway ip (default value is 127.0.0.1)
 - mosgi.jmxconsole.id.<number>.protocol is the protocol used by the JMX connector (default is rmi)
 - mosgi.jmxconsole.id.<number>.port is the port used by the JMX connector (default is 1099)
 - mosgi.jmxconsole.protocol.<protocol>.package (default is the "jmx.remote.protocol.provider.pkgs" property value used by the standard javax.management.JMXConnectorFactory class)

Minor modification :
 - Customisable pooling time (refresh time on top of node tree panel)
 - Refresh buton (appears if refresh time is set to 0)
 - Tree aspect
 - Node tooltip.



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@668577 13f79535-47bb-0310-9956-ffa450edef68
15 files changed