public abstract class RWCommonPropertyImpl extends CommonPropertyImpl
java.lang.Object.CommonPropertyImpl.GetAsyncAction, CommonPropertyImpl.SetAsyncActiondataAccess, defaultTimerTrigger, defaultValue, historyPosition, historySize, historyTime, historyTurnaround, historyValue, m_logger, minTimerTrigger, mnemonicCompletion, mnemonicDataLock, mnemonicReadPending, mnemonicTime, mnemonicValue, mnemonicValueRetrival, monitors, propertyTypedescription, format, resolution, unitscharacteristicModelImpl, name, parentComponent, propertyRefDONE_TYPE, WORKING_TYPE| Constructor and Description |
|---|
RWCommonPropertyImpl(java.lang.Class propertyType,
java.lang.String name,
CharacteristicComponentImpl parentComponent)
Constructor with memory data access.
|
RWCommonPropertyImpl(java.lang.Class propertyType,
java.lang.String name,
CharacteristicComponentImpl parentComponent,
DataAccess dataAccess)
Constructor.
|
addValueToHistory, default_timer_trigger, destroy, getAsync, getDataAccess, getHistory, getSync, min_timer_trigger, mnemonicValue, readCharacteristics, readPropertyTypeCharacteristic, registerMonitor, registerNonCorbaMonitor, setAsync, setNonblocking, setSync, unregisterMonitorarchive_now, description, format, publish_now, resolution, set_archive, set_archiving_interval, unitscharacteristic_component_name, find_characteristic, get_all_characteristics, get_characteristic_by_name, getParentComponent, getPropertyDescriptor, getPropertyRef, name, setPropertyRefclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispatchCallbackpublic RWCommonPropertyImpl(java.lang.Class propertyType,
java.lang.String name,
CharacteristicComponentImpl parentComponent)
throws PropertyInitializationFailed
propertyType - property Class type, non-null.name - property name, non-null.parentComponent - parent component, non-null.PropertyInitializationFailed - exception is thrown on failurepublic RWCommonPropertyImpl(java.lang.Class propertyType,
java.lang.String name,
CharacteristicComponentImpl parentComponent,
DataAccess dataAccess)
throws PropertyInitializationFailed
propertyType - property Class type, non-null.name - property name, non-null.parentComponent - parent component, non-null.dataAccess - read-write data access to be use, non-null.PropertyInitializationFailed - exception is thrown on failure