Class PowerInterlockApplication
java.lang.Object
org.scictrl.csshell.epics.server.application.AbstractApplication
org.scictrl.csshell.epics.server.jdoocs.PowerInterlockApplication
- All Implemented Interfaces:
org.scictrl.csshell.epics.server.Application
,org.scictrl.csshell.epics.server.processor.OnDemandValueProcessor.ValueProvider
public class PowerInterlockApplication
extends org.scictrl.csshell.epics.server.application.AbstractApplication
Deprecated.
NOT IN USE, was part of specific LLRF1 routine, not in use since LRF1 does not exist any more.
PowerInterlockApplication class, NOT IN USE.
- Author:
- igor@scictrl.com
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.ConstantENABLED="enabled"
static final String
Deprecated.ConstantINPUT="input"
static final String
Deprecated.ConstantINTERLOCK="interlock"
static final String
Deprecated.ConstantOUTPUT1="output1"
static final String
Deprecated.ConstantOUTPUT2="output2"
static final String
Deprecated.ConstantTRESHOLD="treshold"
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
ConstructorDescriptionDeprecated.Constructor for PowerInterlockApplication. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.protected void
notifyRecordChange
(String name, boolean alarmOnly) Deprecated.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, notifyRecordWrite, processLinkChange, pushDoneCommandProcessor, reconnectLinks, resetOnDemandProcessor, restore, store, toString, updateErrorSum, updateErrorSum, updateLinkError, updateLinkError
-
Field Details
-
ENABLED
Deprecated.ConstantENABLED="enabled"
- See Also:
-
INPUT
Deprecated.ConstantINPUT="input"
- See Also:
-
OUTPUT1
Deprecated.ConstantOUTPUT1="output1"
- See Also:
-
OUTPUT2
Deprecated.ConstantOUTPUT2="output2"
- See Also:
-
TRESHOLD
Deprecated.ConstantTRESHOLD="treshold"
- See Also:
-
INTERLOCK
Deprecated.ConstantINTERLOCK="interlock"
- See Also:
-
-
Constructor Details
-
PowerInterlockApplication
public PowerInterlockApplication()Deprecated.Constructor for PowerInterlockApplication.
-
-
Method Details
-
configure
public void configure(String name, org.apache.commons.configuration.HierarchicalConfiguration config) Deprecated.- Specified by:
configure
in interfaceorg.scictrl.csshell.epics.server.Application
- Overrides:
configure
in classorg.scictrl.csshell.epics.server.application.AbstractApplication
-
notifyRecordChange
Deprecated.- Overrides:
notifyRecordChange
in classorg.scictrl.csshell.epics.server.application.AbstractApplication
-