clarion.options.transfer.subsys
Class SuperTransfer

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

public class SuperTransfer
extends Transfer


Field Summary
protected  int SUPER_COMP
           
protected  int SUPER_COMP_NUM
           
protected  int SUPER_MCS
           
protected  int SUPER_MS
           
 
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
SuperTransfer(TransferManager manager, Global global)
          constructor.
 
Method Summary
 boolean isMcsOn()
          Get the MCS option to check if the MCS component is selected or not in supervisory subsystem.
 boolean isMsOn()
          Get the MS option to check if the MS component is selected or not in supervisory subsystem.
 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
 

Field Detail

SUPER_COMP_NUM

protected final int SUPER_COMP_NUM
See Also:
Constant Field Values

SUPER_COMP

protected final int SUPER_COMP
See Also:
Constant Field Values

SUPER_MS

protected final int SUPER_MS
See Also:
Constant Field Values

SUPER_MCS

protected final int SUPER_MCS
See Also:
Constant Field Values
Constructor Detail

SuperTransfer

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

Method Detail

isMsOn

public boolean isMsOn()
Get the MS option to check if the MS component is selected or not in supervisory subsystem.

Returns:
the MS option.

isMcsOn

public boolean isMcsOn()
Get the MCS option to check if the MCS component is selected or not in supervisory subsystem.

Returns:
the MCS option.

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