org.objectweb.cjdbc.common.shared
Class DumpInfo

java.lang.Object
  extended byorg.objectweb.cjdbc.common.shared.DumpInfo
All Implemented Interfaces:
java.io.Serializable

public class DumpInfo
extends java.lang.Object
implements java.io.Serializable

This class defines a DumpInfo which carries dump metadata information that is mapped on a row in the dump table of the recovery log.

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

Field Summary
private  java.lang.String backendName
           
private  java.lang.String checkpointName
           
private  java.lang.String dumpDate
           
private  java.lang.String dumpFormat
           
private  java.lang.String dumpName
           
private  java.lang.String dumpPath
           
private static long serialVersionUID
           
private  java.lang.String tables
           
 
Constructor Summary
DumpInfo(java.lang.String dumpName, java.lang.String dumpDate, java.lang.String dumpPath, java.lang.String dumpFormat, java.lang.String checkpointName, java.lang.String backendName, java.lang.String tables)
          Creates a new DumpInfo object
 
Method Summary
 java.lang.String getBackendName()
          Returns the backendName value.
 java.lang.String getCheckpointName()
          Returns the checkpointName value.
 java.lang.String getDumpDate()
          Returns the dumpDate value.
 java.lang.String getDumpFormat()
          Returns the dumpFormat value.
 java.lang.String getDumpName()
          Returns the dumpName value.
 java.lang.String getDumpPath()
          Returns the dumpPath value.
 java.lang.String getTables()
          Returns the tables value.
 void setBackendName(java.lang.String backendName)
          Sets the backendName value.
 void setCheckpointName(java.lang.String checkpointName)
          Sets the checkpointName value.
 void setDumpDate(java.lang.String dumpDate)
          Sets the dumpDate value.
 void setDumpFormat(java.lang.String dumpFormat)
          Sets the dumpFormat value.
 void setDumpName(java.lang.String dumpName)
          Sets the dumpName value.
 void setDumpPath(java.lang.String dumpPath)
          Sets the dumpPath value.
 void setTables(java.lang.String tables)
          Sets the tables value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

dumpName

private java.lang.String dumpName

dumpDate

private java.lang.String dumpDate

dumpPath

private java.lang.String dumpPath

dumpFormat

private java.lang.String dumpFormat

checkpointName

private java.lang.String checkpointName

backendName

private java.lang.String backendName

tables

private java.lang.String tables
Constructor Detail

DumpInfo

public DumpInfo(java.lang.String dumpName,
                java.lang.String dumpDate,
                java.lang.String dumpPath,
                java.lang.String dumpFormat,
                java.lang.String checkpointName,
                java.lang.String backendName,
                java.lang.String tables)
Creates a new DumpInfo object

Parameters:
dumpName - the dump logical name
dumpDate - the date at which the dump was started
dumpPath - the path where the dump can be found
dumpFormat - the format of the dump
checkpointName - the checkpoint name associated to this dump
backendName - the name of the backend that was dumped
tables - the list of tables contained in the dump ('*' means all tables)
Method Detail

getBackendName

public java.lang.String getBackendName()
Returns the backendName value.

Returns:
Returns the backendName.

setBackendName

public void setBackendName(java.lang.String backendName)
Sets the backendName value.

Parameters:
backendName - The backendName to set.

getCheckpointName

public java.lang.String getCheckpointName()
Returns the checkpointName value.

Returns:
Returns the checkpointName.

setCheckpointName

public void setCheckpointName(java.lang.String checkpointName)
Sets the checkpointName value.

Parameters:
checkpointName - The checkpointName to set.

getDumpDate

public java.lang.String getDumpDate()
Returns the dumpDate value.

Returns:
Returns the dumpDate.

setDumpDate

public void setDumpDate(java.lang.String dumpDate)
Sets the dumpDate value.

Parameters:
dumpDate - The dumpDate to set.

getDumpName

public java.lang.String getDumpName()
Returns the dumpName value.

Returns:
Returns the dumpName.

setDumpName

public void setDumpName(java.lang.String dumpName)
Sets the dumpName value.

Parameters:
dumpName - The dumpName to set.

getDumpPath

public java.lang.String getDumpPath()
Returns the dumpPath value.

Returns:
Returns the dumpPath.

setDumpPath

public void setDumpPath(java.lang.String dumpPath)
Sets the dumpPath value.

Parameters:
dumpPath - The dumpPath to set.

getDumpFormat

public java.lang.String getDumpFormat()
Returns the dumpFormat value.

Returns:
Returns the dumpFormat.

setDumpFormat

public void setDumpFormat(java.lang.String dumpFormat)
Sets the dumpFormat value.

Parameters:
dumpFormat - The dumpFormat to set.

getTables

public java.lang.String getTables()
Returns the tables value.

Returns:
Returns the tables.

setTables

public void setTables(java.lang.String tables)
Sets the tables value.

Parameters:
tables - The tables to set.


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