|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.Transaction
public class Transaction
Transaction class describes the various aspects to be recorded for a particular Request<-->Response for a single SnmpVarBind.
| Field Summary | |
|---|---|
(package private) java.lang.Byte |
errStat
Deprecated. |
(package private) boolean |
getBulkSupported
Deprecated. |
(package private) java.util.Vector |
prevOidVec
Deprecated. |
(package private) java.util.Vector |
propertyVector
Deprecated. |
(package private) java.lang.Byte |
type
Deprecated. |
| Constructor Summary | |
|---|---|
Transaction(SnmpPDU pdu,
int index)
Deprecated. Constructor for the Transaction pdu is the incoming request pdu. |
|
| Method Summary | |
|---|---|
void |
addPrevOids(java.lang.String prevOid)
Deprecated. |
void |
addToPropertyVector(java.lang.Object o)
Deprecated. |
int |
getAccess()
Deprecated. |
java.lang.Byte |
getCommand()
Deprecated. Getter of the command type for this transaction |
int |
getCount()
Deprecated. |
long |
getCounterVal()
Deprecated. |
java.lang.Byte |
getErrIndex()
Deprecated. Getter of the errIndext value for this transaction |
java.lang.String |
getError()
Deprecated. Getter of the error string for this transaction |
java.lang.Byte |
getErrStat()
Deprecated. Getter of the errStat value for this transaction |
double |
getExpValue()
Deprecated. |
long |
getForSine()
Deprecated. |
java.lang.String |
getKey()
Deprecated. Getter of the key for this transaction. |
long |
getOldValue()
Deprecated. |
java.util.Vector |
getPropertyVector()
Deprecated. |
java.lang.String |
getRandomValues()
Deprecated. |
java.lang.Boolean |
getRequestFailed()
Deprecated. Getter of the requestfailed flag for this transaction |
(package private) java.lang.String |
getRequestOid()
Deprecated. Getter of the requestedOid value for this transaction |
SnmpPDU |
getRequestPdu()
Deprecated. Getter of the request pdu for this transaction |
SnmpPDU |
getResponsePdu()
Deprecated. Getter of the response pdu for this transaction |
int |
getSimulationType()
Deprecated. |
(package private) java.lang.Byte |
getType()
Deprecated. |
SnmpVarBind |
getVarBind()
Deprecated. Getter of the SnmpVarBind of the response for this transaction |
(package private) boolean |
isGetBulkSupported()
Deprecated. |
void |
printObjects()
Deprecated. |
void |
resetCounters()
Deprecated. |
void |
setAccess(int acc)
Deprecated. |
void |
setCommand(java.lang.Byte command)
Deprecated. |
void |
setCounterVal(long l)
Deprecated. |
void |
setError(java.lang.String error)
Deprecated. Setter of the error string for this transaction |
void |
setExpValue(double exp)
Deprecated. |
void |
setForSine(long s)
Deprecated. |
void |
setKey(java.lang.String key)
Deprecated. Setter of the key for this transaction. |
void |
setOldValue(long old)
Deprecated. |
void |
setRandomValues(java.lang.String s)
Deprecated. |
void |
setre(double dd)
Deprecated. |
void |
setRequestFailed(java.lang.Boolean bool)
Deprecated. Setter of the requestfailed flag for this transaction |
void |
setRequestOid(java.lang.String requestOid)
Deprecated. Getter of the requestedOid value for this transaction |
void |
setRequestPdu(SnmpPDU requestPdu)
Deprecated. Setter of the request pdu for this transaction |
void |
setResponsePdu(SnmpPDU responsePdu,
int index)
Deprecated. Setter of the response pdu for this transaction |
void |
setSimulationType(int st)
Deprecated. |
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 |
|---|
java.lang.Byte errStat
java.util.Vector prevOidVec
java.lang.Byte type
boolean getBulkSupported
java.util.Vector propertyVector
| Constructor Detail |
|---|
public Transaction(SnmpPDU pdu,
int index)
com.adventnet.snmp.snmp2.SnmpPDU - | Method Detail |
|---|
public java.lang.String getKey()
public void setKey(java.lang.String key)
public SnmpPDU getRequestPdu()
public void setRequestPdu(SnmpPDU requestPdu)
public SnmpPDU getResponsePdu()
public void setResponsePdu(SnmpPDU responsePdu,
int index)
public SnmpVarBind getVarBind()
public java.lang.Byte getErrStat()
public java.lang.Byte getErrIndex()
public java.lang.String getError()
public void setError(java.lang.String error)
public java.lang.Byte getCommand()
public void setCommand(java.lang.Byte command)
public java.lang.Boolean getRequestFailed()
public void setRequestFailed(java.lang.Boolean bool)
java.lang.String getRequestOid()
public void setRequestOid(java.lang.String requestOid)
public void printObjects()
public void addPrevOids(java.lang.String prevOid)
public void setType(java.lang.Byte type)
java.lang.Byte getType()
public void setAccess(int acc)
public int getAccess()
boolean isGetBulkSupported()
public void addToPropertyVector(java.lang.Object o)
public java.util.Vector getPropertyVector()
public void setSimulationType(int st)
public int getSimulationType()
public void setOldValue(long old)
public long getOldValue()
public void setre(double dd)
public void setExpValue(double exp)
public int getCount()
public void setForSine(long s)
public long getForSine()
public double getExpValue()
public void setRandomValues(java.lang.String s)
public java.lang.String getRandomValues()
public void setCounterVal(long l)
public long getCounterVal()
public void resetCounters()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||