|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netxms.client.datacollection.DciData
public class DciData
Class to hold series of collected DCI data
| Constructor Summary | |
|---|---|
DciData(long nodeId,
long dciId)
|
|
| Method Summary | |
|---|---|
void |
addDataRow(DciDataRow row)
Add new value |
long |
getDciId()
|
DciDataRow |
getLastValue()
Get last added value |
long |
getNodeId()
|
DciDataRow[] |
getValues()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DciData(long nodeId,
long dciId)
nodeId - dciId - | Method Detail |
|---|
public long getNodeId()
public long getDciId()
public DciDataRow[] getValues()
public DciDataRow getLastValue()
public void addDataRow(DciDataRow row)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||