com.adventnet.snmp.snmp2
Class SimplePDU

java.lang.Object
  extended by com.adventnet.snmp.snmp2.SimplePDU

 class SimplePDU
extends java.lang.Object


Field Summary
(package private)  boolean broadCast
           
(package private)  SnmpClient caller
           
(package private)  int clientId
           
(package private)  int command
           
(package private)  byte[] data
           
(package private)  boolean debugEnabled
           
(package private)  boolean discovery
           
(package private)  boolean enqueue
           
(package private)  int originalRetriesValue
           
(package private)  ProtocolOptions protocolOptions
           
(package private)  int reqid
           
(package private)  int retries
           
(package private)  int sessionTimeout
           
(package private)  boolean syncSendFlag
           
(package private)  long time_expires
           
(package private)  long time_sent
           
(package private)  int timeout
           
(package private)  int version
           
 
Constructor Summary
SimplePDU(ProtocolOptions protocolOptions, byte[] data, int version, int command, int reqID, int timeout, int retries, SnmpClient client, int clientID, boolean broadCast, boolean discovery)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocolOptions

ProtocolOptions protocolOptions

data

byte[] data

version

int version

command

int command

reqid

int reqid

timeout

int timeout

sessionTimeout

int sessionTimeout

retries

int retries

originalRetriesValue

int originalRetriesValue

caller

SnmpClient caller

clientId

int clientId

time_sent

long time_sent

time_expires

long time_expires

broadCast

boolean broadCast

enqueue

boolean enqueue

syncSendFlag

boolean syncSendFlag

discovery

boolean discovery

debugEnabled

boolean debugEnabled
Constructor Detail

SimplePDU

SimplePDU(ProtocolOptions protocolOptions,
          byte[] data,
          int version,
          int command,
          int reqID,
          int timeout,
          int retries,
          SnmpClient client,
          int clientID,
          boolean broadCast,
          boolean discovery)