com.adventnet.snmp.snmp2.agent
Class SimulateNodeInfo

java.lang.Object
  extended by 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. 
See Also:
Constant Field Values

RANDOM

public static final int RANDOM
Deprecated. 
See Also:
Constant Field Values

EXP

public static final int EXP
Deprecated. 
See Also:
Constant Field Values

WAVE

public static final int WAVE
Deprecated. 
See Also:
Constant Field Values

LINEAR

public static final int LINEAR
Deprecated. 
See Also:
Constant Field Values

SIN_WAV

public static final int SIN_WAV
Deprecated. 
See Also:
Constant Field Values

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.