|
||||||||||
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 | |
---|---|
AttributePropertiesImpl |
getAttributeProperties()
|
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 |
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 void setDispLevel(fr.esrf.Tango.DispLevel dispLevel)
public java.lang.String getName()
PolledObjectConfig
getName
in interface PolledObjectConfig
public 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.DevFailed
public void setMaxX(int maxX)
public void setMaxY(int maxY)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isMemorized()
public void setMemorized(boolean isMemorized)
public AttributePropertiesImpl getAttributeProperties()
public void setAttributeProperties(AttributePropertiesImpl attributeProperties)
public int getTangoType()
public void setTangoType(int tangoType, fr.esrf.Tango.AttrDataFormat format) throws fr.esrf.Tango.DevFailed
tangoType
-
fr.esrf.Tango.DevFailed
for possible values
public 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 PolledObjectConfig
public boolean isPolled()
public void setPolled(boolean isPolled)
PolledObjectConfig
setPolled
in interface PolledObjectConfig
public 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 |