KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > NotCompliantMBeanException > Top Examples

  • org.jboss.mx.server.registry.BasicMBeanRegistry
    The registry for object name - object reference mapping in the MBean server. <p> The implementation of this class affects the invocation speed directly, please check any changes for performance. @todo JMI_DOMAIN isn't very protected @see org.jboss.mx.server.registry.MBeanRegistry @author ...
  • org.jboss.mx.metadata.JBossXMBean10
    The JBoss 1.0 model mbean descriptor parser class. @author Matt Munz @author Scott.Stark@jboss.org @author <a HREF="mailto:dimitris@jboss.org">Dimitris Andreadis</a> @version $Revision: 1.23.2.3 $
  • org.jboss.mx.metadata.StandardMetaData
    This metadata builder implementation builds a MBean info based on the naming rules of the Standard MBeans. The MBean server uses this builder to generate the metadata for Standard MBeans. <p> In cooperation with the {@link MBeanInfoConversion#toModelMBeanInfo MBeanInfoConversion} class you ...
  • test.compliance.notcompliant.NCMBeanTEST
  • org.jboss.mx.modelmbean.XMBean
    XMBean implementation. @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @author Matt Munz @author <a HREF="mailto:dimitris@jboss.org">Dimitris Andreadis</a> @version $Revision: 1.28.2.3 $
  • org.objectweb.cjdbc.controller.jmx.ChainedMBeanServer
    Base class for chained MBeanServers. By default this class delegates all method calls to the nested MBeanServer. Subclass it to add behavior to one or more (or all) methods. <p> This class takes its origin in mx4j.server.ChainedMBeanServer @author <a HREF="mailto:marc.wick@monte-bre.ch"& ...
  • org.jboss.net.jmx.adaptor.server.Adaptor
    wrapper around the mbean server that may be exposed as a soap-enabled mbean to the outside world. @todo convert to MBeanServerConnection @author <a HREF="mailto:Christoph.Jung@infor.de">Christoph G. Jung</a> @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock&l ...
  • org.apache.hivemind.management.TestMBeanRegistry
    Test of {@link org.apache.hivemind.management.impl.MBeanRegistryImpl}. @author Achim Huegen @since 1.1
  • org.jboss.mx.metadata.MBeanCapability
    Holds the type of an MBean class. The introspection algorithm used is the following: 1. If MyClass is an instance of the DynamicMBean interface, then the return value of its getMBeanInfo method will list the attributes and operations of the resource. In other words, MyClass is a dynamic MBean. ...
  • org.objectweb.jonas.ear.EarServiceImpl
    JOnAS EAR Service Implementation class. This class provides an implementation of the ear service. @author Florent Benoit @author Ludovic Bert Contributor(s): Adriana Danes: highlight configuration properties Eric Hardesty: added ability to include rar files in an ear Michel-Ange Anton : new JSR77 ...
  • com.caucho.jmx.MBeanServerImpl
    The main interface for retrieving and managing JMX objects. Creats a new MBeanServer implementation.
Popular Tags