com.sun.jmx.snmp.daemon |
Provides the classes implementing the communication.
This API is a Sun Microsystems internal API and is subject
to change without notice.
|
Java Source File Name | Type | Comment |
ClientHandler.java | Class | |
CommunicationException.java | Class | |
CommunicatorServer.java | Class | Defines generic behavior for the server part of a connector or an adaptor.
Most connectors or adaptors extend CommunicatorServer
and inherit this behavior. |
CommunicatorServerMBean.java | Interface | Defines generic behaviour for the server
part of a connector or an adaptor. |
SnmpAdaptorServer.java | Class | Implements an adaptor on top of the SNMP protocol.
When this SNMP protocol adaptor is started it creates a datagram socket
and is able to receive requests and send traps or inform requests. |
SnmpAdaptorServerMBean.java | Interface | Exposes the remote management interface of the
SnmpAdaptorServer MBean. |
SnmpInformHandler.java | Interface | Provides the callback methods that are required to be implemented by the application
when an inform response is received by the agent.
Each inform request can be provided with an object that implements this callback
interface. |
SnmpMibTree.java | Class | The class is used for building a tree representation of the different
root oids of the supported MIBs. |
SnmpRequestHandler.java | Class | |
SnmpSubBulkRequestHandler.java | Class | |
SnmpSubNextRequestHandler.java | Class | |
SnmpSubRequestHandler.java | Class | |