|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
void |
close()
This method will be invoked when no more trap should be received in the port 'portNo', specified while opening the socket. |
java.lang.Object |
getTheTrapPDU()
This method will be called by the AdventNet WebNMS Trap -> Event Engine inorder to process the Next PDU. |
boolean |
init(int portNo)
This method is used for initializing the trapReceiver with the trap port number. |
void |
shutDown()
This method is used for the purpose of notifying shutdown of NMS. |
| Method Detail |
public boolean init(int portNo)
portNo - at which the trapReceiver is to be started.
Which would supplied as an argument to EventMgr in
trapport.conf's and the default trap_port is 162.public java.lang.Object getTheTrapPDU()
public void close()
public void shutDown()
|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||