org.rhq.core.pc.drift
Class SnapshotHandle

java.lang.Object
  extended by org.rhq.core.pc.drift.SnapshotHandle
All Implemented Interfaces:
Serializable

public class SnapshotHandle
extends Object
implements Serializable

A SnapshotHandle is a handle or pointer to a snapshot on disk. It does not contain an actual Snapshot object.

See Also:
Serialized Form

Constructor Summary
SnapshotHandle(File dataFile, File metadataFile)
           
 
Method Summary
 File getDataFile()
           
 File getMetadataFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotHandle

public SnapshotHandle(File dataFile,
                      File metadataFile)
Method Detail

getDataFile

public File getDataFile()
Returns:
The path of the snapshot data file

getMetadataFile

public File getMetadataFile()
Returns:
The path of the snapshot meta data file


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.