com.adventnet.snmp.snmp2.agent
Class TransactionProperty

java.lang.Object
  extended by com.adventnet.snmp.snmp2.agent.TransactionProperty
All Implemented Interfaces:
java.io.Serializable

Deprecated. The API no longer uses this class.

 class TransactionProperty
extends java.lang.Object
implements java.io.Serializable

TransactionProperty holds the properties of the all the similar transactions i.e for the same key(oid).

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

Field Summary
(package private)  java.util.Hashtable prevOids
          Deprecated.  
(package private)  java.lang.Byte type
          Deprecated.  
 
Constructor Summary
TransactionProperty(java.lang.Byte type)
          Deprecated.  
 
Method Summary
(package private)  void addPrevOids(java.lang.Integer counter, java.lang.String prevOid)
          Deprecated.  
(package private)  java.lang.Byte getType()
          Deprecated.  
(package private)  void setType(java.lang.Byte type)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

java.lang.Byte type
Deprecated. 

prevOids

java.util.Hashtable prevOids
Deprecated. 
Constructor Detail

TransactionProperty

TransactionProperty(java.lang.Byte type)
Deprecated. 
Method Detail

setType

void setType(java.lang.Byte type)
Deprecated. 

getType

java.lang.Byte getType()
Deprecated. 

addPrevOids

void addPrevOids(java.lang.Integer counter,
                 java.lang.String prevOid)
Deprecated.