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
Modifier and TypeFieldDescriptionstatic final String
ConstantCMD_ASTRA_INIT_PART_DIST="Cmd:AstraInitPartDist"
static final String
ConstantCMD_GENERATE_INIT_PART_DIST="Cmd:GenerateInitPartDist"
static final String
ConstantSTATUS_ASTRA_DURATION="Status:AstraDuration"
static final String
ConstantSTATUS_GENERATE_DURATION="Status:GenerateDuration"
static final String
ConstantSTATUS_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
-
Method Summary
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
-
Field Details
-
STATUS_ASTRA_DURATION
ConstantSTATUS_ASTRA_DURATION="Status:AstraDuration"
- See Also:
-
STATUS_GENERATE_DURATION
ConstantSTATUS_GENERATE_DURATION="Status:GenerateDuration"
- See Also:
-
STATUS_INIT_PART_DIST
ConstantSTATUS_INIT_PART_DIST="Status:InitPartDist"
- See Also:
-
CMD_ASTRA_INIT_PART_DIST
ConstantCMD_ASTRA_INIT_PART_DIST="Cmd:AstraInitPartDist"
- See Also:
-
CMD_GENERATE_INIT_PART_DIST
ConstantCMD_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 interfaceorg.scictrl.csshell.epics.server.Application
- Overrides:
configure
in classorg.scictrl.csshell.epics.server.application.AbstractApplication
-
notifyRecordWrite
- Overrides:
notifyRecordWrite
in classorg.scictrl.csshell.epics.server.application.AbstractApplication
-