org.apache.avalon.phoenix.components.manager
Class MBeanInfoBuilder

java.lang.Object
  |
  +--AbstractLogEnabled
        |
        +--org.apache.avalon.phoenix.components.manager.MBeanInfoBuilder

public final class MBeanInfoBuilder
extends AbstractLogEnabled

An MBeanInfoBuilder is responsible for building Management Topic objects from Configuration objects. The format for Configuration object is specified in the MxInfo specification. The information is loaded into the Target structure.

Version:
$Revision: 1.4 $ $Date: 2002/09/06 11:35:10 $
Author:
Peter Donald, Huw Roberts
See Also:
Serialized Form

Constructor Summary
MBeanInfoBuilder()
           
 
Method Summary
 void build(Target target, java.lang.Class managedClass, java.lang.Class[] interfaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanInfoBuilder

public MBeanInfoBuilder()
Method Detail

build

public void build(Target target,
                  java.lang.Class managedClass,
                  java.lang.Class[] interfaces)
           throws ConfigurationException
ConfigurationException


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.