org.objectweb.cjdbc.controller.virtualdatabase.protocol
Class SetCheckpoint

java.lang.Object
  extended byorg.objectweb.cjdbc.controller.virtualdatabase.protocol.SetCheckpoint
All Implemented Interfaces:
java.io.Serializable

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

This message is used to set a cluster-wide atomic checkpoint into the recovery log. This is used e.g prior to a TransfertBackend.

Version:
1.0
Author:
Serialized Form

Field Summary
private  java.lang.String checkpointName
           
private static long serialVersionUID
           
 
Constructor Summary
SetCheckpoint(java.lang.String checkpointName)
          Creates a new SetCheckpoint message.
 
Method Summary
 java.lang.String getCheckpointName()
          Returns the checkpointName 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

checkpointName

private java.lang.String checkpointName
Constructor Detail

SetCheckpoint

public SetCheckpoint(java.lang.String checkpointName)
Creates a new SetCheckpoint message.

Parameters:
checkpointName - desired name of the checkpoint.
Method Detail

getCheckpointName

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

Returns:
Returns the checkpointName.


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