org.ChinaVO.FITSManager.History
Class History

java.lang.Object
  extended by org.ChinaVO.FITSManager.History.History

public class History
extends java.lang.Object

File version management.
This bundle needs Transport and SAMP bundle to send history files.

Version:
v1.0.0 2010-3-15 13:37:34
Author:
Fany

Constructor Summary
History()
           
 
Method Summary
 void checkin()
          Backup selected files into backup folder, and save the informations into database.
 void dispose()
           
 void viewHistory()
          View the history of the file which is selected.
If the file record in database has been deleted, remove the record from database also.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

History

public History()
Method Detail

dispose

public void dispose()

checkin

public void checkin()
Backup selected files into backup folder, and save the informations into database.


viewHistory

public void viewHistory()
View the history of the file which is selected.
If the file record in database has been deleted, remove the record from database also.