Class ASTRAServerApplication

java.lang.Object
org.scictrl.csshell.epics.server.application.AbstractApplication
org.scictrl.csshell.epics.server.astra.ASTRAServerApplication
All Implemented Interfaces:
org.scictrl.csshell.epics.server.Application, org.scictrl.csshell.epics.server.processor.OnDemandValueProcessor.ValueProvider

public class ASTRAServerApplication extends org.scictrl.csshell.epics.server.application.AbstractApplication

ASTRAServerApplication class.

Author:
igor@scictrl.com
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant CMD_ASTRA_INIT_PART_DIST="Cmd:AstraInitPartDist"
    static final String
    Constant CMD_GENERATE_INIT_PART_DIST="Cmd:GenerateInitPartDist"
    static final String
    Constant STATUS_ASTRA_DURATION="Status:AstraDuration"
    static final String
    Constant STATUS_GENERATE_DURATION="Status:GenerateDuration"
    static final String
    Constant STATUS_INIT_PART_DIST="Status:InitPartDist"

    Fields inherited from class org.scictrl.csshell.epics.server.application.AbstractApplication

    database, DEFAULT_NAME_DELIMITER, dynamicRecordCreator, ERROR_SUM, LINK_ERROR, LINK_ERROR_STRING, links, log, name, NAME_DELIMITER, nameDelimiter, records
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for ASTRAServerApplication.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(String name, org.apache.commons.configuration.HierarchicalConfiguration config)
    protected void

    Methods inherited from class org.scictrl.csshell.epics.server.application.AbstractApplication

    activate, addRecord, addRecordOfCommandProcessor, addRecordOfMemoryValueProcessor, addRecordOfMemoryValueProcessor, addRecordOfMemoryValueProcessor, addRecordOfMemoryValueProcessor, addRecordOfMemoryValueProcessor, addRecordOfMemoryValueProcessor, addRecordOfMemoryValueProcessor, addRecordOfMemoryValueProcessor, addRecordOfMemoryValueProcessor, addRecordOfOnDemandProcessor, addRecordOfOnLinkValueProcessor, configure, connectLinks, createNewStore, fullRecordName, getLinks, getName, getNameDelimiter, getNotNull, getRecord, getRecordErrorSum, getRecordLinkError, getRecordNames, getRecords, getStore, getStore, getValue, initialize, isActivated, isDynamicRecordCreator, log4debug, log4error, log4error, log4info, notifyLinkChange, notifyRecordChange, processLinkChange, pushDoneCommandProcessor, reconnectLinks, resetOnDemandProcessor, restore, store, toString, updateErrorSum, updateErrorSum, updateLinkError, updateLinkError

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • STATUS_ASTRA_DURATION

      public static final String STATUS_ASTRA_DURATION
      Constant STATUS_ASTRA_DURATION="Status:AstraDuration"
      See Also:
    • STATUS_GENERATE_DURATION

      public static final String STATUS_GENERATE_DURATION
      Constant STATUS_GENERATE_DURATION="Status:GenerateDuration"
      See Also:
    • STATUS_INIT_PART_DIST

      public static final String STATUS_INIT_PART_DIST
      Constant STATUS_INIT_PART_DIST="Status:InitPartDist"
      See Also:
    • CMD_ASTRA_INIT_PART_DIST

      public static final String CMD_ASTRA_INIT_PART_DIST
      Constant CMD_ASTRA_INIT_PART_DIST="Cmd:AstraInitPartDist"
      See Also:
    • CMD_GENERATE_INIT_PART_DIST

      public static final String CMD_GENERATE_INIT_PART_DIST
      Constant CMD_GENERATE_INIT_PART_DIST="Cmd:GenerateInitPartDist"
      See Also:
  • Constructor Details

    • ASTRAServerApplication

      public ASTRAServerApplication()

      Constructor for ASTRAServerApplication.

  • Method Details

    • configure

      public void configure(String name, org.apache.commons.configuration.HierarchicalConfiguration config)
      Specified by:
      configure in interface org.scictrl.csshell.epics.server.Application
      Overrides:
      configure in class org.scictrl.csshell.epics.server.application.AbstractApplication
    • notifyRecordWrite

      protected void notifyRecordWrite(String name)
      Overrides:
      notifyRecordWrite in class org.scictrl.csshell.epics.server.application.AbstractApplication