org.jboss.jmx.adaptor.snmp.agent
Interface Reconfigurable

All Known Implementing Classes:
RequestHandlerImpl

public interface Reconfigurable

Interface that must be implemented by reconfigurable Handlers.

Version:
$Revision: 57210 $
Author:
Dimitris Andreadis, Heiko W. Rupp

Method Summary
 void reconfigure(String resourceName)
          Reconfigures the Handler
 

Method Detail

reconfigure

void reconfigure(String resourceName)
                 throws Exception
Reconfigures the Handler

Parameters:
resourceName - the file to configure from, usually the same used at initialization time.
Throws:
Exception - in case of failure


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