KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.enhydra.util.EafConfigMBean
    EAF's Core MBean Implementation @author Slobodan Vujasinovic
  • org.jboss.system.ServiceMBeanSupport
    An abstract base class JBoss services can subclass to implement a service that conforms to the ServiceMBean interface. Subclasses must override {@link #getName} method and should override {@link #startService}, and {@link #stopService} as approriate. @see ServiceMBean @author <a HREF="mailto: ...
  • org.apache.naming.NamingService
    Implementation of the NamingService JMX MBean. @author <a HREF="mailto:remm@apache.org">Remy Maucherat</a> @version $Revision: 1.3 $
  • 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 & ...
  • org.jboss.test.mx.remoting.pingpong.PingPong
    PingPong is a simple test mbean that will call ping on other peers in the JBoss remoting network and will fire a notification and an attribute change notification when ping is invoked back to listeners. @author <a HREF="mailto:jhaynie@vocalocity.net">Jeff Haynie</a> @version $Revision ...
  • org.jboss.test.jmx.xmbean.SelfListenerService
    An XMBean wrapped Service that listens for notification from itself, and expects to receive an AttributeChangeNotification for Attr1. Baseclass ServiceMBeanSupport will also produce AVC for the inherited State attribute, but we are not interested for this. @author gunter.zeilinger@tiani.com @aut ...
  • 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.remoting.tracker.MBeanTracker
    MBeanTracker is a utility class that will track MBeans on behalf of a user object. @author <a HREF="mailto:jhaynie@vocalocity.net">Jeff Haynie</a> @version $Revision: 1.2 $
  • org.jboss.monitor.alarm.AlarmManager
    AlarmManager @author <a HREF="mailto:dimitris@jboss.org">Dimitris Andreadis</a> @version $Revision: 1.1.4.1 $
  • com.lutris.appserver.server.StandardApplication
    Default application implementation. This class provides standard start/stop services. This can be used as a base class to derive Application objects. @version $Revision: 1.1 $ @author Mark Diekhans
Popular Tags