当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 varia API Documentation 英文版文档
RequestHandler (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档
org.jboss.jmx.adaptor.snmp.agent
Interface RequestHandler
- All Superinterfaces:
- org.opennms.protocols.snmp.SnmpAgentHandler
- All Known Implementing Classes:
- RequestHandlerSupport
- public interface RequestHandler
- extends org.opennms.protocols.snmp.SnmpAgentHandler
Interface that must be implemented by classes
that provide agent get/set functionality
- Version:
- $Revision: 1.1.4.1 $
- Author:
- Dimitris Andreadis
Method Summary |
void |
initialize(String resourceName,
javax.management.MBeanServer server,
org.jboss.logging.Logger loggger,
Clock uptime)
Perform initialization, possibly by parsing
mapping information from resourceName |
Methods inherited from interface org.opennms.protocols.snmp.SnmpAgentHandler |
SnmpAgentSessionError, snmpReceivedGet, snmpReceivedPdu, snmpReceivedSet |
initialize
public void initialize(String resourceName,
javax.management.MBeanServer server,
org.jboss.logging.Logger loggger,
Clock uptime)
throws Exception
- Perform initialization, possibly by parsing
mapping information from resourceName
- Parameters:
resourceName
- file containing mappinginfoserver
- the mbean server to forward mapped get/set requestsuptime
- the snmp agent uptime
- Throws:
Exception
- in case of initialization problem
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.