org.jboss.mx.modelmbean
Class RequiredModelMBeanInstantiator

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

public class RequiredModelMBeanInstantiator
extends java.lang.Object

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

See Also:
ModelMBean (src)

Constructor Summary
RequiredModelMBeanInstantiator()
           
 
Method Summary
static java.lang.String getClassName()
           
static ModelMBean (src) instantiate()
           
static ModelMBean (src) instantiate(ModelMBeanInfo (src)  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 (src)  instantiate()

instantiate

public static ModelMBean (src)  instantiate(ModelMBeanInfo (src)  info)

getClassName

public static java.lang.String getClassName()