|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RmiJmxClient | |
org.objectweb.cjdbc.console.gui | C-JDBC new graphical console. |
org.objectweb.cjdbc.console.gui.model | |
org.objectweb.cjdbc.console.gui.objects | GUI Objects for the console |
org.objectweb.cjdbc.console.text | C-JDBC text console. |
org.objectweb.cjdbc.console.text.commands | Commands for the C-JDBC text console. |
org.objectweb.cjdbc.console.text.commands.monitor | Commands for the main/controller console |
Uses of RmiJmxClient in org.objectweb.cjdbc.console.gui |
Fields in org.objectweb.cjdbc.console.gui declared as RmiJmxClient | |
(package private) RmiJmxClient |
CjdbcGui.currentJmxClient
|
Methods in org.objectweb.cjdbc.console.gui that return RmiJmxClient | |
RmiJmxClient |
CjdbcGui.getCurrentJmxClient()
Returns the currentJmxClient value. |
Methods in org.objectweb.cjdbc.console.gui with parameters of type RmiJmxClient | |
void |
CjdbcGui.setCurrentJmxClient(RmiJmxClient currentJmxClient)
Sets the currentJmxClient value. |
Uses of RmiJmxClient in org.objectweb.cjdbc.console.gui.model |
Fields in org.objectweb.cjdbc.console.gui.model declared as RmiJmxClient | |
private RmiJmxClient |
AttributeModel.client
|
Constructors in org.objectweb.cjdbc.console.gui.model with parameters of type RmiJmxClient | |
AttributeModel(javax.management.MBeanAttributeInfo[] info,
RmiJmxClient client,
javax.management.ObjectName mbean)
|
Uses of RmiJmxClient in org.objectweb.cjdbc.console.gui.objects |
Fields in org.objectweb.cjdbc.console.gui.objects declared as RmiJmxClient | |
private RmiJmxClient |
BackendObject.jmxClient
|
Methods in org.objectweb.cjdbc.console.gui.objects that return RmiJmxClient | |
RmiJmxClient |
BackendObject.getJmxClient()
Returns the jmxClient value. |
Uses of RmiJmxClient in org.objectweb.cjdbc.console.text |
Fields in org.objectweb.cjdbc.console.text declared as RmiJmxClient | |
private RmiJmxClient |
Console.jmxClient
|
Methods in org.objectweb.cjdbc.console.text that return RmiJmxClient | |
RmiJmxClient |
Console.getJmxClient()
Returns the jmxClient value. |
Constructors in org.objectweb.cjdbc.console.text with parameters of type RmiJmxClient | |
Console(RmiJmxClient jmxClient,
java.io.InputStream in,
boolean interactive)
Creates a new Console instance. |
Uses of RmiJmxClient in org.objectweb.cjdbc.console.text.commands |
Fields in org.objectweb.cjdbc.console.text.commands declared as RmiJmxClient | |
protected RmiJmxClient |
ConsoleCommand.jmxClient
|
Uses of RmiJmxClient in org.objectweb.cjdbc.console.text.commands.monitor |
Fields in org.objectweb.cjdbc.console.text.commands.monitor declared as RmiJmxClient | |
protected RmiJmxClient |
AbstractMonitorCommand.jmxClient
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |