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: 81038 $
Author:
Dimitris Andreadis, Heiko W. Rupp

Method Summary
 void reconfigure(java.lang.String resourceName)
          Reconfigures the Handler
 

Method Detail

reconfigure

void reconfigure(java.lang.String resourceName)
                 throws java.lang.Exception
Reconfigures the Handler

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


Copyright © 2011. All Rights Reserved.