clarion.options.transfer.subsys
Class RtTransfer

java.lang.Object
  extended byclarion.options.transfer.Transfer
      extended byclarion.options.transfer.subsys.RtTransfer

public class RtTransfer
extends Transfer


Field Summary
 
Fields inherited from class clarion.options.transfer.Transfer
AMN, BL, GKS, global, INPUT, loadedFile, loadedFileName, manager, OFF, ON, OUTPUT, SAVE_TO_FILE, SAVE_TO_GLOBAL, saveCode, savedFile, savedFileName, subsysPath, sysDir, sysOptions, sysPath, sysSettingDir, sysSettingPath, TL, userOptions, WM
 
Constructor Summary
RtTransfer(TransferManager manager, Global global)
          constructor.
 
Method Summary
 void load()
          implement the process of loading options from persistent storage.
 void save()
          implement the process of save the options to persistent storage or to the associated Global object.
 
Methods inherited from class clarion.options.transfer.Transfer
getOptions, getOptions, loadOptions, saveOptions, searchFile, searchFile, setGlobal, setSaveCode, setupGenericFormat, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtTransfer

public RtTransfer(TransferManager manager,
                  Global global)
constructor. instantiated with the associated TransferManager object and Global object.

Method Detail

load

public void load()
implement the process of loading options from persistent storage.

Overrides:
load in class Transfer

save

public void save()
implement the process of save the options to persistent storage or to the associated Global object.

Overrides:
save in class Transfer