org.jboss.mx.modelmbean
Class RequiredModelMBeanInstantiator

java.lang.Object
  extended byorg.jboss.mx.modelmbean.RequiredModelMBeanInstantiator

public class RequiredModelMBeanInstantiator
extends Object

ModelMBean instantiator. The ModelMBean implementation can be configured by setting a jbossmx.required.modelmbean.class system property.

Version:
$Revision: 1.4 $
Author:
Juha Lindfors., Adrian Brock.
See Also:
ModelMBean

Constructor Summary
RequiredModelMBeanInstantiator()
           
 
Method Summary
static String getClassName()
           
static ModelMBean instantiate()
           
static ModelMBean instantiate(ModelMBeanInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequiredModelMBeanInstantiator

public RequiredModelMBeanInstantiator()
Method Detail

instantiate

public static ModelMBean instantiate()

instantiate

public static ModelMBean instantiate(ModelMBeanInfo info)

getClassName

public static String getClassName()


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