|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.SimpleRequestHandler
com.adventnet.snmp.snmp2.agent.BaseTrapForwardingTable
com.adventnet.snmp.snmp2.agent.SimpleTrapForwardingTable
public class SimpleTrapForwardingTable
Handles all the requests for the TrapForwardingTable This will be instantiated if the V1V2ForwardingTable needs RemoteConfiguration.
| Field Summary | |
|---|---|
(package private) ForwardingTable |
forwardingTable
|
| Fields inherited from class com.adventnet.snmp.snmp2.agent.BaseTrapForwardingTable |
|---|
COLUMNCOUNT, COMMUNITY, forwardingTableOidRep, MANAGERHOST, MANAGERHOSTTYPE, MANAGERPORT, RETRIES, ROWSTATUS, TIMEOUT, tModelComplete, VERSION |
| Fields inherited from class com.adventnet.snmp.snmp2.agent.SimpleRequestHandler |
|---|
instrumentHandler, listener, tableListener, writeEachTime |
| Constructor Summary | |
|---|---|
SimpleTrapForwardingTable()
Primary Constructor |
|
SimpleTrapForwardingTable(ForwardingTable forTable)
Constructor with the ForwardingTable reference. |
|
| Method Summary | |
|---|---|
static ForwardingEntry |
createForwardingEntry(int id,
java.lang.String managerHost,
int managerPort)
Deprecated. - use the other method. Creates a ForwardingEntry object for the SimpleTrapForwardingTable |
| Methods inherited from class com.adventnet.snmp.snmp2.agent.BaseTrapForwardingTable |
|---|
checkForRowStatus, createForwardingEntry, createForwardingEntry, createForwardingEntry, createForwardingEntry, getForwardingEntry, getNumRows, getOidRep, getSubidList, getTableVector, getV1v2ManagerHost, getV1v2ManagerPort, getV1v2ManagerStatus, processGetNextRequest, processGetRequest, processReadRequest, processSetRequest, processWriteRequest, setOidRep, setTableVector |
| Methods inherited from class com.adventnet.snmp.snmp2.agent.SimpleRequestHandler |
|---|
addInstrumentHandler, addRegistrationListener, addTableListener, addUpdateListener, getInstrument, getMibVarHash, getNextRequest, getNextRequest, getObjectHash, getObjectTypeHash, getRequest, getTableListener, getUpdateListener, isWriteEachTime, processGetNextRequest, processGetRequest, processSetRequest, removeRegistrationListener, removeUpdateListener, setRequest, setWriteEachTime, writeIntoFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
ForwardingTable forwardingTable
| Constructor Detail |
|---|
public SimpleTrapForwardingTable()
public SimpleTrapForwardingTable(ForwardingTable forTable)
forTable - the ForwardingTable instance.| Method Detail |
|---|
public static ForwardingEntry createForwardingEntry(int id,
java.lang.String managerHost,
int managerPort)
id - the ID value.managerHost - The IpAddress String specifying the HostName of the
Manager to which the Notification or Trap is to be forwarded.managerPort - The Integer specifying Manager's Port to which the
Notification or Trap is to be forwarded
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||