|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.desy.acop.displayers.chart.THistoryConnector
public class THistoryConnector
THistoryConnector
is used to retrieve data from the
history server.
Constructor Summary | |
---|---|
THistoryConnector()
|
Method Summary | |
---|---|
protected double[][] |
getHistoryData(java.lang.String context,
java.lang.String server,
java.lang.String device,
java.lang.String property,
int index,
double start,
double stop)
|
int |
getTimeout()
Returns the timeout. |
boolean |
isCheckForBadData()
Returns true if check for bad data is turned on. |
boolean |
isSimulate()
Is history data simulated. |
double[][] |
loadHistory(HistoryParameters hp,
double start,
double stop)
Returns the history data for the specified remote point between the given start and stop dates in TINE time. |
void |
setCheckForBadData(boolean checkForBadData)
Enables/disables checking for bad data. |
void |
setSimulate(boolean simulate)
Simulates the history data. |
void |
setTimeout(int timeout)
Sets the timeout for all remote calls. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public THistoryConnector()
Method Detail |
---|
protected double[][] getHistoryData(java.lang.String context, java.lang.String server, java.lang.String device, java.lang.String property, int index, double start, double stop)
public double[][] loadHistory(HistoryParameters hp, double start, double stop)
hp
- history connection pointstart
- starting timestop
- end time
public boolean isCheckForBadData()
public void setCheckForBadData(boolean checkForBadData)
checkForBadData
- true if check for bad data is turned onpublic boolean isSimulate()
public void setSimulate(boolean simulate)
simulate
- true if history data should be simulatedpublic int getTimeout()
public void setTimeout(int timeout)
timeout
- the timeout to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |