org.netxms.client.datacollection
Class ConditionDciInfo

java.lang.Object
  extended by org.netxms.client.datacollection.ConditionDciInfo

public class ConditionDciInfo
extends java.lang.Object

DCI information used in condition objects


Constructor Summary
ConditionDciInfo(long nodeId, long dciId, int function, int polls)
           
ConditionDciInfo(NXCPMessage msg, long baseId)
          Create DCI information from NXCP message
 
Method Summary
 long getDciId()
           
 int getFunction()
           
 long getNodeId()
           
 int getPolls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionDciInfo

public ConditionDciInfo(long nodeId,
                        long dciId,
                        int function,
                        int polls)
Parameters:
nodeId -
dciId -
function -
polls -

ConditionDciInfo

public ConditionDciInfo(NXCPMessage msg,
                        long baseId)
Create DCI information from NXCP message

Parameters:
msg -
baseId -
Method Detail

getNodeId

public long getNodeId()
Returns:
the nodeId

getDciId

public long getDciId()
Returns:
the dciId

getFunction

public int getFunction()
Returns:
the function

getPolls

public int getPolls()
Returns:
the polls


Copyright © 2011. All Rights Reserved.