|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Counter | |
org.jboss.jmx.adaptor.snmp.agent |
Uses of Counter in org.jboss.jmx.adaptor.snmp.agent |
Fields in org.jboss.jmx.adaptor.snmp.agent declared as Counter | |
protected Counter |
NotificationWrapperSupport.trapCount
Provides trap count |
Methods in org.jboss.jmx.adaptor.snmp.agent with parameters of type Counter | |
void |
TrapFactorySupport.set(String notificationMapResName,
Clock clock,
Counter count)
Sets the name of the file containing the notification/trap mappings, the uptime clock and the trap counter |
void |
TrapFactory.set(String notificationMapResName,
Clock uptime,
Counter count)
Sets the name of the file containing the notification/trap mappings, the uptime clock and the trap counter |
void |
NotificationWrapperSupport.set(Clock uptime,
Counter count)
Loads the hashmap with the DCAs of interest. |
void |
NotificationWrapper.set(Clock uptime,
Counter count)
Sets the uptime clock and trap counter |
Constructors in org.jboss.jmx.adaptor.snmp.agent with parameters of type Counter | |
TrapEmitter(String trapFactoryClassName,
Counter trapCount,
Clock uptime,
String managersResName,
String notificationMapResName)
Builds a TrapEmitter object for sending SNMP V1 or V2 traps. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |