|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tango.server.attribute.AttributeConfiguration
public final class AttributeConfiguration
| Constructor Summary | |
|---|---|
AttributeConfiguration()
|
|
AttributeConfiguration(AttributeConfiguration config)
|
|
| Method Summary | |
|---|---|
void |
clear(java.lang.String deviceName)
|
AttributePropertiesImpl |
getAttributeProperties()
|
fr.esrf.Tango.DispLevel |
getDispLevel()
|
fr.esrf.Tango.AttrDataFormat |
getFormat()
|
int |
getMaxX()
|
int |
getMaxY()
|
java.lang.String |
getName()
Get name of the polled object |
int |
getPollingPeriod()
|
java.lang.Class<?> |
getScalarType()
|
int |
getTangoType()
|
java.lang.Class<?> |
getType()
|
fr.esrf.Tango.AttrWriteType |
getWritable()
|
boolean |
isCheckArchivingEvent()
|
boolean |
isCheckChangeEvent()
|
boolean |
isMemorized()
|
boolean |
isMemorizedAtInit()
|
boolean |
isPolled()
|
boolean |
isPushArchiveEvent()
|
boolean |
isPushChangeEvent()
|
boolean |
isPushDataReady()
|
void |
load(java.lang.String deviceName)
|
void |
persist(java.lang.String deviceName)
|
void |
setAttributeProperties(AttributePropertiesImpl attributeProperties)
|
void |
setCheckArchivingEvent(boolean checkArchivingEvent)
|
void |
setCheckChangeEvent(boolean checkChangeEvent)
|
void |
setDispLevel(fr.esrf.Tango.DispLevel dispLevel)
|
void |
setFormat(fr.esrf.Tango.AttrDataFormat format)
|
void |
setMaxX(int maxX)
|
void |
setMaxY(int maxY)
|
void |
setMemorized(boolean isMemorized)
|
void |
setMemorizedAtInit(boolean isMemorizedAtInit)
|
void |
setName(java.lang.String name)
|
void |
setPolled(boolean isPolled)
Set polling |
void |
setPollingPeriod(int pollingPeriod)
Set polling period |
void |
setPushArchiveEvent(boolean pushArchiveEvent)
|
void |
setPushChangeEvent(boolean pushChangeEvent)
|
void |
setPushDataReady(boolean pushDataReady)
|
void |
setTangoType(int tangoType,
fr.esrf.Tango.AttrDataFormat format)
Set the attribute type with Tango type. |
void |
setType(java.lang.Class<?> type)
Set the attribute type with Java class. |
void |
setWritable(fr.esrf.Tango.AttrWriteType writable)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeConfiguration()
public AttributeConfiguration(AttributeConfiguration config)
| Method Detail |
|---|
public fr.esrf.Tango.DispLevel getDispLevel()
public void setDispLevel(fr.esrf.Tango.DispLevel dispLevel)
public java.lang.String getName()
PolledObjectConfig
getName in interface PolledObjectConfigpublic fr.esrf.Tango.AttrDataFormat getFormat()
public fr.esrf.Tango.AttrWriteType getWritable()
public java.lang.Class<?> getType()
public java.lang.Class<?> getScalarType()
public int getMaxX()
public int getMaxY()
public void setName(java.lang.String name)
public void setWritable(fr.esrf.Tango.AttrWriteType writable)
public void setType(java.lang.Class<?> type)
throws fr.esrf.Tango.DevFailed
type -
fr.esrf.Tango.DevFailedpublic void setMaxX(int maxX)
public void setMaxY(int maxY)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isMemorized()
public void setMemorized(boolean isMemorized)
public AttributePropertiesImpl getAttributeProperties()
public void setAttributeProperties(AttributePropertiesImpl attributeProperties)
throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailed
public void persist(java.lang.String deviceName)
throws fr.esrf.Tango.DevFailed
persist in interface IConfigurablefr.esrf.Tango.DevFailed
public void load(java.lang.String deviceName)
throws fr.esrf.Tango.DevFailed
load in interface IConfigurablefr.esrf.Tango.DevFailed
public void clear(java.lang.String deviceName)
throws fr.esrf.Tango.DevFailed
clear in interface IConfigurablefr.esrf.Tango.DevFailedpublic int getTangoType()
public void setTangoType(int tangoType,
fr.esrf.Tango.AttrDataFormat format)
throws fr.esrf.Tango.DevFailed
tangoType -
fr.esrf.Tango.DevFailedfor possible valuespublic void setFormat(fr.esrf.Tango.AttrDataFormat format)
public boolean isMemorizedAtInit()
public void setMemorizedAtInit(boolean isMemorizedAtInit)
public int getPollingPeriod()
public void setPollingPeriod(int pollingPeriod)
PolledObjectConfig
setPollingPeriod in interface PolledObjectConfigpublic boolean isPolled()
public void setPolled(boolean isPolled)
PolledObjectConfig
setPolled in interface PolledObjectConfigpublic boolean isPushDataReady()
public void setPushDataReady(boolean pushDataReady)
public boolean isPushChangeEvent()
public void setPushChangeEvent(boolean pushChangeEvent)
public boolean isCheckChangeEvent()
public void setCheckChangeEvent(boolean checkChangeEvent)
public boolean isPushArchiveEvent()
public void setPushArchiveEvent(boolean pushArchiveEvent)
public boolean isCheckArchivingEvent()
public void setCheckArchivingEvent(boolean checkArchivingEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||