|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JmxNotification | |
org.objectweb.cjdbc.common.jmx.notifications | JmxNotification that can be sent are in the list CjdbcNotificationList . |
org.objectweb.cjdbc.console.gui | C-JDBC new graphical console. |
org.objectweb.cjdbc.controller.jmx | This package offers all the classes necessary to start and manage a jmx agent. |
Uses of JmxNotification in org.objectweb.cjdbc.common.jmx.notifications |
Methods in org.objectweb.cjdbc.common.jmx.notifications that return JmxNotification | |
static JmxNotification |
JmxNotification.createNotificationFromXmlString(java.lang.String xml)
Parse the given xml to create a notification |
static JmxNotification |
JmxNotification.createNotificationFromXml(org.dom4j.Document document)
Used as a factory to create an instance of this class from a xml document |
Uses of JmxNotification in org.objectweb.cjdbc.console.gui |
Methods in org.objectweb.cjdbc.console.gui with parameters of type JmxNotification | |
private void |
CjdbcGuiListener.handleNotification(java.lang.String type,
JmxNotification notification)
|
Uses of JmxNotification in org.objectweb.cjdbc.controller.jmx |
Fields in org.objectweb.cjdbc.controller.jmx declared as JmxNotification | |
private JmxNotification |
RmiConnector.cjdbcNotification
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |