站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

Uses of Class org.jboss.jmx.adaptor.snmp.agent.Clock (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


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 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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.