Class DeviceTableApplication
java.lang.Object
org.scictrl.csshell.epics.server.application.AbstractApplication
org.scictrl.csshell.epics.server.application.devicegroup.DeviceTableApplication
- All Implemented Interfaces:
- Application,- OnDemandValueProcessor.ValueProvider
DeviceTableApplication class.
- Author:
- igor@scictrl.com
- 
Field SummaryFields inherited from class org.scictrl.csshell.epics.server.application.AbstractApplicationdatabase, DEFAULT_NAME_DELIMITER, dynamicRecordCreator, ERROR_SUM, LINK_ERROR, LINK_ERROR_STRING, links, log, name, NAME_DELIMITER, nameDelimiter, records
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.scictrl.csshell.epics.server.application.AbstractApplicationactivate, 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, notifyRecordWrite, processLinkChange, pushDoneCommandProcessor, reconnectLinks, resetOnDemandProcessor, restore, store, toString, updateErrorSum, updateErrorSum, updateLinkError, updateLinkError
- 
Constructor Details- 
DeviceTableApplicationpublic DeviceTableApplication()Constructor for DeviceTableApplication. 
 
- 
- 
Method Details- 
configurepublic void configure(String name, org.apache.commons.configuration.HierarchicalConfiguration config) Configures the internals of this application, provides reference to configuration with root inside applications tag. Server structure is not yet initialized, so does not have reference to Database, the Database reference will be available during activate call.- Specified by:
- configurein interface- Application
- Overrides:
- configurein class- AbstractApplication
- Parameters:
- name- a- Stringobject
- config- configuration with room inside application tag.
 
 
-