|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface provides the methods such that the implemented class shall provide the implementation to determine if it is a right handler to handle the SNMP message.
| Method Summary | |
int |
getHandlerType()
Gets the type of the handler. |
boolean |
isHandler(int optType)
This method returns true if it is the right handler to handle the request. |
| Methods inherited from interface snmp.session.SnmpSessionEventListener |
handleSession |
| Method Detail |
public boolean isHandler(int optType)
optType - Type of the operationpublic int getHandlerType()
|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||