|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.NotificationLogTable
public class NotificationLogTable
This Table Holds all the NotificationLogEntries. 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) SnmpAgent |
agentName
|
(package private) NotificationLogEntry |
notifLogEntry
|
(package private) java.util.Vector |
notifLogVec
|
| Constructor Summary | |
|---|---|
NotificationLogTable(SnmpAgent agentRef)
The Default Constructor with the Agent Reference. |
|
| Method Summary | |
|---|---|
boolean |
addEntry(NotificationLogEntry entry)
This method Adds the given entry to this Table. |
NotificationLogEntry |
getEntry(java.lang.Integer id)
The method to get the NotificationLogEntry instance with the given ID |
java.util.Vector |
getTableVector()
Method to retrieve the vector of Entries in the NotificationLogTable. |
void |
setTableVector(java.util.Vector tableVector)
Method to set the Vector of NotificationLogEntries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
SnmpAgent agentName
NotificationLogEntry notifLogEntry
java.util.Vector notifLogVec
| Constructor Detail |
|---|
public NotificationLogTable(SnmpAgent agentRef)
agentRef - the SnmpAgent Reference whose Traps are to be stored.| Method Detail |
|---|
public boolean addEntry(NotificationLogEntry entry)
entry - The NotificationLogEntry instance.
public NotificationLogEntry getEntry(java.lang.Integer id)
id - The reqID Integer of the entry to be retrieved.
public java.util.Vector getTableVector()
public void setTableVector(java.util.Vector tableVector)
tableVector - the Vector containing NotificationLogEntry Objects.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||