clarion.options.transfer.subsys
Class SubsysTransfer

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

public class SubsysTransfer
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
SubsysTransfer(TransferManager manager, Global global)
          constructor.
 
Method Summary
 boolean isNacsOn()
          Check if NACS subsystem is selected or not.
 boolean isRtOn()
          Check if Response Time is selected or not.
 boolean isSupervisoryOn()
          Check if Supervisory subsystem is selected or not.
 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

SubsysTransfer

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

Method Detail

isNacsOn

public boolean isNacsOn()
Check if NACS subsystem is selected or not.


isSupervisoryOn

public boolean isSupervisoryOn()
Check if Supervisory subsystem is selected or not.


isRtOn

public boolean isRtOn()
Check if Response Time is selected or not.


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