Uses of Class
org.snmp4j.agent.agentx.AgentXResponsePDU
Packages that use AgentXResponsePDU
Package
Description
-
Uses of AgentXResponsePDU in org.snmp4j.agent.agentx
Methods in org.snmp4j.agent.agentx that return AgentXResponsePDUMethods in org.snmp4j.agent.agentx with parameters of type AgentXResponsePDUModifier and TypeMethodDescriptionprotected final voidAgentXResponseEvent.setResponse(AgentXResponsePDU response) Sets the response PDU.Constructors in org.snmp4j.agent.agentx with parameters of type AgentXResponsePDUModifierConstructorDescriptionAgentXResponseEvent(Object source, AgentXTarget<A> target, A peerAddress, AgentXPDU request, AgentXResponsePDU response, Object userObject) Creates anAgentXResponseEventinstance.AgentXResponseEvent(Object source, AgentXTarget<A> target, A peerAddress, AgentXPDU request, AgentXResponsePDU response, Object userObject, Exception error) Creates anResponseEventinstance with an exception object indicating a message processing error. -
Uses of AgentXResponsePDU in org.snmp4j.agent.agentx.event
Methods in org.snmp4j.agent.agentx.event that return AgentXResponsePDUConstructors in org.snmp4j.agent.agentx.event with parameters of type AgentXResponsePDUModifierConstructorDescriptionPingEvent(Object source, AgentXSession<A> pingedSession, AgentXResponsePDU pingResponse) Creates a newPingEventfrom a session and a ping response. -
Uses of AgentXResponsePDU in org.snmp4j.agent.agentx.master
Methods in org.snmp4j.agent.agentx.master that return AgentXResponsePDUModifier and TypeMethodDescriptionAgentXCommandProcessor.addAgentCaps(AgentXAddAgentCapsPDU pdu, AgentXMasterSession<?> session) Process anAgentXAddAgentCapsPDU.AgentXCommandProcessor.closeSession(AgentXClosePDU pdu, AgentXMasterSession<?> session) Process anAgentXClosePDU, close the session and remove all registrations.protected AgentXResponsePDUAgentXCommandProcessor.createResponse(AgentXPDU request, AgentXSession<?> session) Create a response for an AgentX request.AgentXCommandProcessor.indexAllocate(AgentXIndexAllocatePDU pdu, AgentXMasterSession<?> session) Allocate an index.AgentXCommandProcessor.indexDeallocate(AgentXIndexDeallocatePDU pdu, AgentXMasterSession<?> session) Deallocate an index.protected AgentXResponsePDUAgentXCommandProcessor.notify(AgentXNotifyPDU pdu, AgentXMasterSession<?> session) Process a notification PDU for anAgentXSession.<A extends org.snmp4j.smi.Address>
AgentXResponsePDUAgentXCommandProcessor.openSession(AgentXOpenPDU pdu, AgentXCommandEvent<A> event) Opens a new AgentX session.protected AgentXResponsePDUAgentXCommandProcessor.ping(AgentXPingPDU pdu, AgentXMasterSession<?> session) Respond to a Ping request.protected <A extends org.snmp4j.smi.Address>
AgentXResponsePDUAgentXCommandProcessor.register(AgentXRegisterPDU pdu, AgentXCommandEvent<A> command, AgentXMasterSession<A> session) Process aAgentXRegisterPDU.AgentXCommandProcessor.removeAgentCaps(AgentXRemoveAgentCapsPDU pdu, AgentXMasterSession<?> session) Process anAgentXRemoveAgentCapsPDU.protected <A extends org.snmp4j.smi.Address>
AgentXResponsePDUAgentXCommandProcessor.unregister(AgentXUnregisterPDU pdu, AgentXCommandEvent<A> event, AgentXMasterSession<A> session) Process aAgentXUnregisterPDU.Methods in org.snmp4j.agent.agentx.master with parameters of type AgentXResponsePDUModifier and TypeMethodDescriptionprotected voidAgentXCommandProcessor.processAgentXBulkResponse(AgentXPending<?> pending, AgentXResponsePDU pdu) Process an AgentX-GETBULK-Response.protected voidAgentXCommandProcessor.processAgentXGetNextResponse(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending GETNEXT response.protected voidAgentXCommandProcessor.processAgentXGetResponse(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending GET response.protected voidAgentXCommandProcessor.processAgentXSetResponse(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending SET response.protected static voidAgentXCommandProcessor.processsErrorResponse(AgentXPending<?> pending, AgentXResponsePDU pdu) Process an error response. -
Uses of AgentXResponsePDU in org.snmp4j.agent.agentx.subagent
Methods in org.snmp4j.agent.agentx.subagent that return AgentXResponsePDUMethods in org.snmp4j.agent.agentx.subagent with parameters of type AgentXResponsePDUModifier and TypeMethodDescriptionprotected intAgentXSharedMOTableSupport.handleIndexAllocationError(org.snmp4j.agent.mo.MOTableIndex indexDef, org.snmp4j.smi.OctetString context, org.snmp4j.smi.OID allocatedIndex, AgentXResponsePDU resp) Handle an index allocation error.