public final class CommandConfiguration extends Object implements PolledObjectConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
UNINITIALISED |
| Constructor and Description |
|---|
CommandConfiguration() |
CommandConfiguration(String name,
Class<?> inType,
Class<?> outType,
String inTypeDesc,
String outTypeDesc,
fr.esrf.Tango.DispLevel dispLevel,
boolean isPolled,
int pollingPeriod) |
| Modifier and Type | Method and Description |
|---|---|
fr.esrf.Tango.DispLevel |
getDispLevel() |
int |
getInTangoType() |
Class<?> |
getInType() |
String |
getInTypeDesc() |
String |
getName()
Get name of the polled object
|
int |
getOutTangoType() |
Class<?> |
getOutType() |
String |
getOutTypeDesc() |
int |
getPollingPeriod() |
boolean |
isPolled() |
void |
setDispLevel(fr.esrf.Tango.DispLevel dispLevel) |
void |
setInTangoType(int inTangoType) |
void |
setInType(Class<?> inType) |
void |
setInTypeDesc(String inTypeDesc) |
void |
setName(String name) |
void |
setOutTangoType(int outTangoType) |
void |
setOutType(Class<?> outType) |
void |
setOutTypeDesc(String outTypeDesc) |
void |
setPolled(boolean isPolled)
Set polling
|
void |
setPollingPeriod(int pollingPeriod)
Set polling period
|
String |
toString() |
public static final String UNINITIALISED
public String getName()
PolledObjectConfiggetName in interface PolledObjectConfigpublic void setName(String name)
public Class<?> getInType()
public void setInType(Class<?> inType) throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedpublic Class<?> getOutType()
public void setOutType(Class<?> outType) throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedpublic String getInTypeDesc()
public void setInTypeDesc(String inTypeDesc)
public String getOutTypeDesc()
public void setOutTypeDesc(String outTypeDesc)
public fr.esrf.Tango.DispLevel getDispLevel()
public void setDispLevel(fr.esrf.Tango.DispLevel dispLevel)
public int getInTangoType()
public void setInTangoType(int inTangoType)
throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedpublic int getOutTangoType()
public void setOutTangoType(int outTangoType)
throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedpublic int getPollingPeriod()
public void setPollingPeriod(int pollingPeriod)
PolledObjectConfigsetPollingPeriod in interface PolledObjectConfigpublic boolean isPolled()
public void setPolled(boolean isPolled)
PolledObjectConfigsetPolled in interface PolledObjectConfigCopyright © 2012–2017 Tango Controls. All rights reserved.