com.adventnet.snmp.snmp2.agent
Class SimulateNodeInfo

java.lang.Object
  |
  +--com.adventnet.snmp.snmp2.agent.SimulateNodeInfo

Deprecated. The API no longer uses this class.

public class SimulateNodeInfo
extends java.lang.Object

Since:
AdventNet Agent Toolkit (Java Edition) 4.2 release.

Field Summary
static int CONSTANT
          Deprecated.  
static int EXP
          Deprecated.  
static int LINEAR
          Deprecated.  
static int RANDOM
          Deprecated.  
 int simulateType
          Deprecated.  
static int SIN_WAV
          Deprecated.  
static int WAVE
          Deprecated.  
 
Constructor Summary
SimulateNodeInfo()
          Deprecated.  
 
Method Summary
 java.lang.String getConstValue()
          Deprecated.  
 double getExp()
          Deprecated.  
 long getInitialValue()
          Deprecated.  
 int getSimulateType()
          Deprecated.  
 byte getType()
          Deprecated.  
 void setConstValue(java.lang.String constValue)
          Deprecated.  
 void setExp(double d)
          Deprecated.  
 void setInitialValue(long l)
          Deprecated.  
 void setSimulateType(int i)
          Deprecated.  
 void setType(byte type)
          Deprecated.  
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONSTANT

public static final int CONSTANT
Deprecated. 

RANDOM

public static final int RANDOM
Deprecated. 

EXP

public static final int EXP
Deprecated. 

WAVE

public static final int WAVE
Deprecated. 

LINEAR

public static final int LINEAR
Deprecated. 

SIN_WAV

public static final int SIN_WAV
Deprecated. 

simulateType

public int simulateType
Deprecated. 
Constructor Detail

SimulateNodeInfo

public SimulateNodeInfo()
Deprecated. 
Method Detail

setType

public void setType(byte type)
Deprecated. 

getType

public byte getType()
Deprecated. 

setSimulateType

public void setSimulateType(int i)
Deprecated. 

getSimulateType

public int getSimulateType()
Deprecated. 

setConstValue

public void setConstValue(java.lang.String constValue)
Deprecated. 

getConstValue

public java.lang.String getConstValue()
Deprecated. 

setExp

public void setExp(double d)
Deprecated. 

getExp

public double getExp()
Deprecated. 

setInitialValue

public void setInitialValue(long l)
Deprecated. 

getInitialValue

public long getInitialValue()
Deprecated.