|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SnmpPduRequestListener
This interface is implemented by the PduRequestHandler to receive SnmpPDUs.
SnmpPduRequestEvent,
PduRequestHandler| Method Summary | |
|---|---|
java.util.Vector |
getVarBindRequestListeners()
This method returns the Vector of VarBindRequestListener Objects registered with the PduRequestHandler. |
void |
processSnmpPduRequest(SnmpPduRequestEvent p1)
Process the SnmpPduRequestEvent and return the response. |
void |
setRollBackEnabled(boolean isRollBack)
The method for enabling or disabling the rollback functionality. |
| Method Detail |
|---|
void processSnmpPduRequest(SnmpPduRequestEvent p1)
p1 - the event passed from the SnmpAgent to PduRequestHandlerjava.util.Vector getVarBindRequestListeners()
VarBindRequestListener,
PduRequestHandlervoid setRollBackEnabled(boolean isRollBack)
isRollBack - The boolean to enable or disable Rollback.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||