Uses of Class
org.jboss.jmx.adaptor.snmp.agent.Clock

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 NotificationWrapperSupport.clock
          Provides uptime
protected  Clock RequestHandlerSupport.clock
          the agent clock
 

Methods in org.jboss.jmx.adaptor.snmp.agent that return Clock
 Clock SnmpAgentService.getClock()
           
 

Methods in org.jboss.jmx.adaptor.snmp.agent with parameters of type Clock
 void RequestHandlerImpl.initialize(java.lang.String resourceName, javax.management.MBeanServer server, org.jboss.logging.Logger log, Clock uptime)
          Initialize
 void RequestHandlerSupport.initialize(java.lang.String resourceName, javax.management.MBeanServer server, org.jboss.logging.Logger log, Clock uptime)
          Initialize
 void RequestHandler.initialize(java.lang.String resourceName, javax.management.MBeanServer server, org.jboss.logging.Logger loggger, Clock uptime)
          Perform initialization, possibly by parsing mapping information from resourceName
 void TrapFactorySupport.set(Clock clock, 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
 void TrapFactory.set(Clock uptime, Counter count)
          Sets the name of the file containing the notification/trap mappings, the uptime clock and the trap counter
 void TrapFactorySupport.set(Clock clock, Counter count, RequestHandler rh)
           
 void TrapFactory.set(Clock uptime, Counter count, RequestHandler rh)
           
 



Copyright © 2011. All Rights Reserved.