|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.jboss.jmx.adaptor.snmp.agent | |
|---|---|
| org.jboss.jmx.adaptor.snmp.agent | |
| Classes in org.jboss.jmx.adaptor.snmp.agent used by org.jboss.jmx.adaptor.snmp.agent | |
|---|---|
| BindEntry
An entry containing the mapping between oid and mbean/attribute |
|
| Clock
Utility class that provides time keeping from the time of instantiation. |
|
| Counter
Simple, thread safe counter implementattion with accessor methods. |
|
| MappingFailedException
MappingFailedException is used to report generic errors encountered during the translation from notifications to traps. |
|
| NoSuchInstanceException
This exception is thrown when a manager attempts to retrieve an instance of an object that does not exist. |
|
| NotificationWrapper
NotificationWrapper is a "wide" read only interface providing "unstructured" access to agent internals and paylod carried by notifications. |
|
| Reconfigurable
Interface that must be implemented by reconfigurable Handlers. |
|
| RequestHandler
Interface that must be implemented by classes that provide agent get/set functionality |
|
| RequestHandlerSupport
Implement RequestHandler with simple tracing of incoming requests. |
|
| SnmpAgentRequestHandler
The SnmpAgentRequestHandler interface is implemented by an object that wishs to receive callbacks when an SNMP protocol data unit is received from a manager. |
|
| SnmpAgentService
SnmpAgentService is an MBean class implementing an SNMP agent. |
|
| SnmpAgentServiceMBean
SnmpAgentService MBean interface. |
|
| SnmpRequest
|
|
| TrapFactory
TrapFactory takes care of translation of Notifications into SNMP V1 and V2 traps Trap-PDU ::= [4] IMPLICIT SEQUENCE { enterprise -- type of object generating -- trap, see sysObjectID in [5] OBJECT IDENTIFIER, agent-addr -- address of object generating NetworkAddress, -- trap generic-trap -- generic trap type INTEGER { coldStart(0), warmStart(1), linkDown(2), linkUp(3), authenticationFailure(4), egpNeighborLoss(5), enterpriseSpecific(6) }, specific-trap -- specific code, present even INTEGER, -- if generic-trap is not -- enterpriseSpecific time-stamp -- time elapsed between the last TimeTicks, -- (re)initialization of the network -- entity and the generation of the trap variable-bindings -- "interesting" information VarBindList } |
|
| VariableTypeException
This exception is thrown when a client attempts to either GET a variable that is of a type not supported by our SNMP adaptor (hopefully very few types eventually), or if the client attempts to SET an attribute of type T to something of a type that is not T (ie a String to an int) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||