|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Clock | |
org.jboss.jmx.adaptor.snmp.agent |
Uses of Clock in org.jboss.jmx.adaptor.snmp.agent |
Fields in org.jboss.jmx.adaptor.snmp.agent declared as Clock | |
protected Clock |
RequestHandlerSupport.clock
the agent clock |
protected Clock |
NotificationWrapperSupport.clock
Provides uptime |
Methods in org.jboss.jmx.adaptor.snmp.agent with parameters of type Clock | |
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 |
RequestHandlerSupport.initialize(String resourceName,
javax.management.MBeanServer server,
org.jboss.logging.Logger log,
Clock uptime)
Initialize |
void |
RequestHandler.initialize(String resourceName,
javax.management.MBeanServer server,
org.jboss.logging.Logger loggger,
Clock uptime)
Perform initialization, possibly by parsing mapping information from resourceName |
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 Clock | |
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 |