1 29 30 31 package snmp; 32 33 34 40 41 public interface SNMPRequestListener 42 { 43 44 67 68 public SNMPSequence processRequest(SNMPPDU requestPDU, String communityName) 69 throws SNMPGetException, SNMPSetException; 70 71 72 73 107 108 public SNMPSequence processGetNextRequest(SNMPPDU requestPDU, String communityName) 109 throws SNMPGetException; 110 111 } | Popular Tags |