Module org.snmp4j.agent
Package org.snmp4j.agent.request
-
Interface Summary Interface Description Request<S,R,U extends SubRequest> TheRequestinterface defines common elements of SNMP related operation requests.RequestFactory<S extends java.util.EventObject,R,REQ extends Request<S,R,? extends SubRequest>> TheRequestFactoryis a factory for (SNMP/AgentX) requests.RequestStatusListener SnmpSubRequest<R> TheSnmpSubRequestclass holds data for a SNMP sub-request.SubRequest TheSubRequestinterface defines general sub-request properties and behavior.SubRequestIterator<S> TheSubRequestIteratorinterface implements the Iterator interface forSubRequestinstances. -
Class Summary Class Description AbstractRequest<U extends SubRequest,S,R> TheAbstractRequestimplements common elements of SNMP and AgentX requests and might be also used for other sub-agent request types.RequestStatus TheRequestStatusmodels the (error) state of a SNMP request.RequestStatusEvent SnmpRequest TheSnmpRequestclass implements requests from a SNMP source.SubRequestIteratorSupport<S extends SubRequest> This support class allows to implement aSubRequestIteratorinstance based on anIteratorthat iterates onSubRequestinstances.