|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.NotificationVarBindTable
public class NotificationVarBindTable
This Table Holds all the NotificationVarBindEntries. The entries will be populated as and when a Trap Leaves the Agent. This will be instantiated with the SnmpTrapService for Supporting ReliableTraps feature.
| Field Summary | |
|---|---|
(package private) NotificationVarbindEntry |
notifVarBindEntry
|
(package private) java.util.Vector |
notifVarBindVec
|
| Constructor Summary | |
|---|---|
NotificationVarBindTable(SnmpAgent agentRef)
The Default Constructor with the SnmpAgent Reference |
|
| Method Summary | |
|---|---|
boolean |
addEntry(NotificationVarbindEntry entry)
This method Adds the given entry to this Table. |
NotificationVarbindEntry |
getEntry(java.lang.Integer id,
java.lang.Integer index)
The method to get the NotificationVarbindEntry instance with the given ID and the VarBindIndex values |
java.util.Vector |
getTableVector()
Method to retrieve the vector of Entries in the NotificationVarBindTable. |
void |
setTableVector(java.util.Vector tableVector)
Method to set the Vector of NotificationVarBindEntries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
NotificationVarbindEntry notifVarBindEntry
java.util.Vector notifVarBindVec
| Constructor Detail |
|---|
public NotificationVarBindTable(SnmpAgent agentRef)
agentRef - The SnmpAgent Reference| Method Detail |
|---|
public boolean addEntry(NotificationVarbindEntry entry)
entry - The NotificationVarbindEntry instance.
public NotificationVarbindEntry getEntry(java.lang.Integer id,
java.lang.Integer index)
id - The reqID Integer of the entry to be retrieved.index - The VarBind Index of the entry to be retrieved.
public java.util.Vector getTableVector()
public void setTableVector(java.util.Vector tableVector)
tableVector - the Vector containing NotificationVarBindEntry
Objects.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||