|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualDatabaseMBean | |
org.objectweb.cjdbc.console.gui | C-JDBC new graphical console. |
org.objectweb.cjdbc.console.gui.threads.task | Threads dedicated to specific jmx task |
org.objectweb.cjdbc.console.jmx | This package offers all the classes for the different jmx clients. |
org.objectweb.cjdbc.console.monitoring | Monitoring related classes for the C-JDBC console. |
org.objectweb.cjdbc.controller.virtualdatabase | Virtual database core code including connection handling. |
Uses of VirtualDatabaseMBean in org.objectweb.cjdbc.console.gui |
Methods in org.objectweb.cjdbc.console.gui that return VirtualDatabaseMBean | |
private VirtualDatabaseMBean |
CjdbcGui.actionGetDatabaseBean(java.lang.String databaseName)
|
Uses of VirtualDatabaseMBean in org.objectweb.cjdbc.console.gui.threads.task |
Fields in org.objectweb.cjdbc.console.gui.threads.task declared as VirtualDatabaseMBean | |
private VirtualDatabaseMBean |
RestoreBackendTask.database
|
private VirtualDatabaseMBean |
BackupBackendTask.database
|
Constructors in org.objectweb.cjdbc.console.gui.threads.task with parameters of type VirtualDatabaseMBean | |
RestoreBackendTask(CjdbcGui gui,
VirtualDatabaseMBean database,
BackendObject bob,
java.lang.String dumpName)
Creates a new JmxTaskThread.java object |
|
BackupBackendTask(CjdbcGui gui,
VirtualDatabaseMBean database,
BackendObject bob,
java.lang.String dumpName)
Creates a new BackupBackendTask object |
Uses of VirtualDatabaseMBean in org.objectweb.cjdbc.console.jmx |
Fields in org.objectweb.cjdbc.console.jmx declared as VirtualDatabaseMBean | |
private VirtualDatabaseMBean |
RmiJmxClient.virtualDbMBean
|
Methods in org.objectweb.cjdbc.console.jmx that return VirtualDatabaseMBean | |
VirtualDatabaseMBean |
RmiJmxClient.getVirtualDatabaseProxy(java.lang.String database,
java.lang.String user,
java.lang.String password)
Get a reference to the virtualdatabaseMbean with the given authentication |
Uses of VirtualDatabaseMBean in org.objectweb.cjdbc.console.monitoring |
Fields in org.objectweb.cjdbc.console.monitoring declared as VirtualDatabaseMBean | |
private VirtualDatabaseMBean |
MonitoringConsole.virtualDatabaseMBean
|
Constructors in org.objectweb.cjdbc.console.monitoring with parameters of type VirtualDatabaseMBean | |
MonitoringConsole(java.lang.String jmxUrl,
ControllerMBean controllerMBean,
VirtualDatabaseMBean virtualDatabaseMBean,
boolean backends)
Creates a new MonitoringConsole object |
Uses of VirtualDatabaseMBean in org.objectweb.cjdbc.controller.virtualdatabase |
Classes in org.objectweb.cjdbc.controller.virtualdatabase that implement VirtualDatabaseMBean | |
class |
DistributedVirtualDatabase
A DistributedVirtualDatabase is a virtual database hosted by
several controllers. |
class |
VirtualDatabase
A VirtualDatabase represents a database from client point of
view and hide the complexity of the cluster distribution to the client. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |