KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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 $
  • test.implementation.modelmbean.AttributeCacheTEST
    Tests attribute caching and operation mapping for XMBean. @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @version $Revision: 1.5 $
  • org.jboss.mx.server.AbstractMBeanInvoker
    A base MBeanInvoker class that provides common state as well as @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>. @author Scott.Stark@jboss.org @author <a HREF="mailto:dimitris@jboss.org">Dimitris Andreadis</a>. @version $Revision: 1.34.2.3 $
  • test.compliance.modelmbean.ModelMBeanTEST
  • org.apache.commons.modeler.BaseModelMBean
    TODO: enable ant-like substitutions ? ( or at least discuss it ) <p>Basic implementation of the <code>ModelMBean</code> interface, which supports the minimal requirements of the interface contract.</p> <p>This can be used directly to wrap an existing java bean, or in ...
  • org.jboss.mx.persistence.ObjectStreamPersistenceManager
    Object Stream Persistence Manager. <p> Persists the MBean to the file system using an Object Stream. Includes code based on examples in Juha's JMX Book. <p> Object Streams written to disk are admittedly lacking in the area of "long-term", "portable", or "human-readable" persistence. ...
  • org.apache.commons.modeler.NotificationInfo
    <p>Internal configuration information for a <code>Notification</code> descriptor.</p> @author Craig R. McClanahan @version $Revision$ $Date: 2005-02-26 05:12:25 -0800 (Sat, 26 Feb 2005) $
  • org.jboss.mx.modelmbean.ModelMBeanInvoker
    An extension of the {@link org.jboss.mx.server.MBeanInvoker MBeanInvoker} that implements the base Model MBean functionality, essentially making the Model MBean just another invoker of managed resources. @see javax.management.modelmbean.ModelMBean @see org.jboss.mx.server.MBeanInvoker @author & ...
Popular Tags