/[Apache-SVN]
ViewVC logotype

Revision 668577


Jump to revision: Previous Next
Author: sfrenot
Date: Tue Jun 17 09:06:05 2008 UTC (16 years ago)
Changed paths: 15
Log Message:
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.



Changed paths

Path Details
Directoryfelix/trunk/mosgi/console.component/src/main/java/org/apache/felix/mosgi/console/component/Activator.java modified , text changed
Directoryfelix/trunk/mosgi/console.component/src/main/java/org/apache/felix/mosgi/console/component/RemoteLogger_jtable.java modified , text changed
Directoryfelix/trunk/mosgi/console.component/src/main/java/org/apache/felix/mosgi/console/component/RemoteLogger_jtree.java modified , text changed
Directoryfelix/trunk/mosgi/console.gui/pom.xml modified , text changed
Directoryfelix/trunk/mosgi/console.gui/src/main/java/org/apache/felix/mosgi/console/gui/Gateway.java added
Directoryfelix/trunk/mosgi/console.gui/src/main/java/org/apache/felix/mosgi/console/gui/NodeCellRenderer.java modified , text changed
Directoryfelix/trunk/mosgi/console.gui/src/main/java/org/apache/felix/mosgi/console/gui/NodesTree.java modified , text changed
Directoryfelix/trunk/mosgi/console.gui/src/main/resources/images/ADD.gif added
Directoryfelix/trunk/mosgi/console.gui/src/main/resources/images/REFRESH.gif added
Directoryfelix/trunk/mosgi/console.gui/src/main/resources/images/REMOVE.gif added
Directoryfelix/trunk/mosgi/doc/config.properties.core modified , text changed
Directoryfelix/trunk/mosgi/doc/config.properties.jmxconsole modified , text changed
Directoryfelix/trunk/mosgi/doc/core.sh modified , text changed
Directoryfelix/trunk/mosgi/doc/jmxconsole.sh modified , text changed
Directoryfelix/trunk/mosgi/managedelements.bundlesprobes.tab/src/main/java/org/apache/felix/mosgi/managedelements/bundlesprobes/tab/BundlesProbesModelTabUI.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26