Uses of Class
org.objectweb.cjdbc.common.shared.DumpInfo

Packages that use DumpInfo
org.objectweb.cjdbc.common.jmx.mbeans All the MBeans interface used in C-JDBC 
org.objectweb.cjdbc.console.text.commands.dbadmin Commands for the monitoring console 
org.objectweb.cjdbc.controller.recoverylog Recovery Log core. 
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
org.objectweb.cjdbc.controller.virtualdatabase.protocol Differemt group messages for the distributed version of the virtual database. 
 

Uses of DumpInfo in org.objectweb.cjdbc.common.jmx.mbeans
 

Methods in org.objectweb.cjdbc.common.jmx.mbeans that return DumpInfo
 DumpInfo[] VirtualDatabaseMBean.getAvailableDumps()
          Get all available dump info for this virtual database
 

Uses of DumpInfo in org.objectweb.cjdbc.console.text.commands.dbadmin
 

Methods in org.objectweb.cjdbc.console.text.commands.dbadmin with parameters of type DumpInfo
private static java.lang.String[][] ViewDumps.getDumpsAsStrings(DumpInfo[] dumps)
           
 

Uses of DumpInfo in org.objectweb.cjdbc.controller.recoverylog
 

Methods in org.objectweb.cjdbc.controller.recoverylog that return DumpInfo
 DumpInfo RecoveryLog.getDumpInfo(java.lang.String dumpName)
          Get the DumpInfo element corresponding to the given dump name.
 

Methods in org.objectweb.cjdbc.controller.recoverylog with parameters of type DumpInfo
 void RecoveryLog.removeDump(DumpInfo dumpInfo)
          Remove a dump information from the dump table base.
 void RecoveryLog.setDumpInfo(DumpInfo dumpInfo)
          Set DumpInfo, thereby making a new dump available for restore.
 void RecoveryLog.storeDump(DumpInfo dump)
          Store the given dump information in the dump table
 

Uses of DumpInfo in org.objectweb.cjdbc.controller.virtualdatabase
 

Methods in org.objectweb.cjdbc.controller.virtualdatabase that return DumpInfo
 DumpInfo[] VirtualDatabase.getAvailableDumps()
           
 

Uses of DumpInfo in org.objectweb.cjdbc.controller.virtualdatabase.protocol
 

Fields in org.objectweb.cjdbc.controller.virtualdatabase.protocol declared as DumpInfo
private  DumpInfo InitiateDumpCopy.dumpInfo
           
 

Methods in org.objectweb.cjdbc.controller.virtualdatabase.protocol that return DumpInfo
 DumpInfo InitiateDumpCopy.getDumpInfo()
          Returns the dump info (name, checkpoint, etc).
 

Constructors in org.objectweb.cjdbc.controller.virtualdatabase.protocol with parameters of type DumpInfo
InitiateDumpCopy(DumpInfo dumpInfo, DumpTransferInfo dumpTransferInfo)
          Creates a new ReplicateLogEntries message
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.