|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.adventnet.snmp.snmp2.agent.BaseTableEntry
|
+--com.adventnet.snmp.snmp2.agent.NotificationVarbindEntry
Contains the data handling under notificationVarbindEntry group
| Field Summary | |
protected int[] |
instanceOID
The InstanceOID assiciated with this Entry. |
protected java.lang.Long |
notificationCounter32Value
The Counter32 value of the VarBind. |
protected java.lang.Long |
notificationCounter64Value
The Counter64 value of the VarBind. |
protected java.lang.Integer |
notificationInteger32Value
The Integer32 value of the VarBind. |
protected java.lang.String |
notificationIpAddressValue
The IPAddress value of the VarBind. |
protected java.lang.String |
notificationOctetStringValue
The OctetString value of the VarBind. |
protected java.lang.String |
notificationOIDValue
The NotificationOID. |
protected java.lang.Long |
notificationTimeTicksValue
The TimeTicks value of the VarBind. |
protected java.lang.Long |
notificationUnsigned32Value
The Unsigned32 value of the VarBind. |
protected java.lang.Integer |
notificationVarBindIndex
The Internal Index corresponding to the number of VarBinds Count. |
protected java.lang.String |
notificationVarBindOID
The NotificationVarBindOID. |
protected java.lang.String |
notificationVarBindType
The NotificationVarBindType. |
protected java.lang.Integer |
reqID
The External Index column from the NotificationLog Table. |
| Fields inherited from class com.adventnet.snmp.snmp2.agent.BaseTableEntry |
agentName,
instanceOID |
| Constructor Summary | |
NotificationVarbindEntry()
|
|
| Method Summary | |
java.lang.Long |
getNotificationCounter32Value()
Handles the SNMP Get Request for notificationCounter32Value |
java.lang.Long |
getNotificationCounter64Value()
Handles the SNMP Get Request for notificationCounter64Value |
java.lang.Integer |
getNotificationInteger32Value()
Handles the SNMP Get Request for notificationInteger32Value |
java.lang.String |
getNotificationIpAddressValue()
Handles the SNMP Get Request for notificationIpAddressValue |
java.lang.String |
getNotificationOctetStringValue()
Handles the SNMP Get Request for notificationOctetStringValue |
java.lang.String |
getNotificationOIDValue()
Handles the SNMP Get Request for notificationOIDValue |
java.lang.Long |
getNotificationTimeTicksValue()
Handles the SNMP Get Request for notificationTimeTicksValue |
java.lang.Long |
getNotificationUnsigned32Value()
Handles the SNMP Get Request for notificationUnsigned32Value |
java.lang.Integer |
getNotificationVarBindIndex()
Handles the SNMP Get Request for notificationVarbindIndex |
java.lang.String |
getNotificationVarBindOID()
Handles the SNMP Get Request for notificationVarbindID |
java.lang.String |
getNotificationVarBindType()
Handles the SNMP Get Request for notificationVarbindType |
java.lang.Integer |
getReqID()
Handles the SNMP Get Request for reqID |
void |
setNotificationCounter32Value(java.lang.Long value)
Handles the SNMP Set Request for notificationCounter32Value |
void |
setNotificationCounter64Value(java.lang.Long value)
Handles the SNMP Set Request for notificationCounter64Value |
void |
setNotificationInteger32Value(java.lang.Integer value)
Handles the SNMP Set Request for notificationInteger32Value |
void |
setNotificationIpAddressValue(java.lang.String value)
Handles the SNMP Set Request for notificationIpAddressValue |
void |
setNotificationOctetStringValue(java.lang.String value)
Handles the SNMP Set Request for notificationOctetStringValue |
void |
setNotificationOIDValue(java.lang.String value)
Handles the SNMP Set Request for notificationOIDValue |
void |
setNotificationTimeTicksValue(java.lang.Long value)
Handles the SNMP Set Request for notificationTimeTicksValue |
void |
setNotificationUnsigned32Value(java.lang.Long value)
Handles the SNMP Set Request for notificationUnsigned32Value |
void |
setNotificationVarBindIndex(java.lang.Integer value)
Handles the SNMP Set Request for notificationVarbindIndex |
void |
setNotificationVarBindOID(java.lang.String value)
Handles the SNMP Set Request for notificationVarbindID |
void |
setNotificationVarBindType(java.lang.String value)
Handles the SNMP Set Request for notificationVarbindType |
void |
setReqID(java.lang.Integer value)
Handles the SNMP Set Request for reqID. |
void |
setrowStatus(java.lang.Integer value)
This method is used for recomputing the Instance OID. |
| Methods inherited from class com.adventnet.snmp.snmp2.agent.BaseTableEntry |
computeInstanceOID,
decrementCount,
getAttributes,
getCount,
getInstanceOID,
setAgentRef,
setCount,
setInstanceOID |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected java.lang.Integer reqID
protected java.lang.Integer notificationVarBindIndex
protected java.lang.String notificationVarBindOID
protected java.lang.String notificationVarBindType
protected java.lang.Long notificationCounter32Value
protected java.lang.Long notificationUnsigned32Value
protected java.lang.Long notificationTimeTicksValue
protected java.lang.Integer notificationInteger32Value
protected java.lang.String notificationOctetStringValue
protected java.lang.String notificationIpAddressValue
protected java.lang.String notificationOIDValue
protected java.lang.Long notificationCounter64Value
protected int[] instanceOID
| Constructor Detail |
public NotificationVarbindEntry()
| Method Detail |
public java.lang.Integer getReqID()
throws AgentException
public void setReqID(java.lang.Integer value)
throws AgentException
value - Integer value for the ReqID.
public java.lang.Integer getNotificationVarBindIndex()
throws AgentException
public void setNotificationVarBindIndex(java.lang.Integer value)
throws AgentException
value - The Integer VarBindIndex to be set.
public java.lang.String getNotificationVarBindOID()
throws AgentException
public void setNotificationVarBindOID(java.lang.String value)
value - The String OID format to be set as the VarBindOID.
public java.lang.String getNotificationVarBindType()
throws AgentException
public void setNotificationVarBindType(java.lang.String value)
value - The VarBindType to be set.
public java.lang.Long getNotificationCounter32Value()
throws AgentException
public void setNotificationCounter32Value(java.lang.Long value)
value - The Counter32 Long value to be set.
public java.lang.Long getNotificationUnsigned32Value()
throws AgentException
public void setNotificationUnsigned32Value(java.lang.Long value)
value - The Unsigned32 Long value to be set.
public java.lang.Long getNotificationTimeTicksValue()
throws AgentException
public void setNotificationTimeTicksValue(java.lang.Long value)
value - The TimeTicks Long value to be set.
public java.lang.Integer getNotificationInteger32Value()
throws AgentException
public void setNotificationInteger32Value(java.lang.Integer value)
value - The Integer32 value to be set.
public java.lang.String getNotificationOctetStringValue()
throws AgentException
public void setNotificationOctetStringValue(java.lang.String value)
value - the OctetString value to be set.
public java.lang.String getNotificationIpAddressValue()
throws AgentException
public void setNotificationIpAddressValue(java.lang.String value)
value - The IPAddress String format.
public java.lang.String getNotificationOIDValue()
throws AgentException
public void setNotificationOIDValue(java.lang.String value)
value - The ObjectIdentifier String.
public java.lang.Long getNotificationCounter64Value()
throws AgentException
public void setNotificationCounter64Value(java.lang.Long value)
value - The Counter64 Value to be set.public void setrowStatus(java.lang.Integer value)
AgentUtil.encodeInstanceString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||