|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.controller.virtualdatabase.protocol.InitiateDumpCopy
This message is used to prepare the sending of a dump to a remote controller's vdb backup manager. This is used as an integrated remote-copy facility in the occurence of restore, e.g. after a rebuild of the remote recovery log from a live one. Upon reception of this message, the remote backup manager initiates a transfer onto the sending controller's backuper.
| Field Summary | |
private DumpInfo |
dumpInfo
|
private DumpTransferInfo |
dumpTransferInfo
|
private static long |
serialVersionUID
|
| Constructor Summary | |
InitiateDumpCopy(DumpInfo dumpInfo,
DumpTransferInfo dumpTransferInfo)
Creates a new ReplicateLogEntries message |
|
| Method Summary | |
java.lang.String |
getDumpCheckpointName()
Returns the dump checkpoint name (global). |
DumpInfo |
getDumpInfo()
Returns the dump info (name, checkpoint, etc). |
java.lang.String |
getDumpName()
Return the dump name (sending side). |
DumpTransferInfo |
getDumpTransferInfo()
Returns the session key to be used to authenticate the destination on the sender. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final long serialVersionUID
private DumpInfo dumpInfo
private DumpTransferInfo dumpTransferInfo
| Constructor Detail |
public InitiateDumpCopy(DumpInfo dumpInfo,
DumpTransferInfo dumpTransferInfo)
ReplicateLogEntries message
dumpInfo - The DumpInfo object returned by the Backuper.dumpTransferInfo - The dump transfer information| Method Detail |
public DumpInfo getDumpInfo()
public java.lang.String getDumpCheckpointName()
public java.lang.String getDumpName()
public DumpTransferInfo getDumpTransferInfo()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||