org.jboss.remoting.detection
Interface AbstractDetectorMBean

All Known Implementing Classes:
AbstractDetector

public interface AbstractDetectorMBean

This provides a MBean accessible interface for setting domain configuration

Author:
Tom Elrod

Method Summary
 Element getConfiguration()
          The getDomains method
 void setConfiguration(Element xml)
          set the configuration for the domains to be recognized by detector
 

Method Detail

setConfiguration

public void setConfiguration(Element xml)
                      throws Exception
set the configuration for the domains to be recognized by detector

Parameters:
xml -
Throws:
Exception

getConfiguration

public Element getConfiguration()
The getDomains method

Returns:
an Element value


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