org.jboss.mx.remoting.tracker
Interface MBeanTrackerAction

All Superinterfaces:
Serializable

public interface MBeanTrackerAction
extends Serializable

MBeanTrackerAction

Version:
$Revision: 81023 $
Author:
Jeff Haynie

Method Summary
 void mbeanNotification(MBeanLocator locator, Notification notification, Object handback)
          called when a mbean notification is fired
 void mbeanRegistered(MBeanLocator locator)
          called when an MBean is registered with the MBeanServer
 void mbeanStateChanged(MBeanLocator locator, int oldState, int newState)
          called when the mbean state changes.
 void mbeanUnregistered(MBeanLocator locator)
          called when an MBean is unregistered with the MBeanServer
 

Method Detail

mbeanRegistered

void mbeanRegistered(MBeanLocator locator)
called when an MBean is registered with the MBeanServer

Parameters:
locator -

mbeanUnregistered

void mbeanUnregistered(MBeanLocator locator)
called when an MBean is unregistered with the MBeanServer

Parameters:
locator -

mbeanNotification

void mbeanNotification(MBeanLocator locator,
                       Notification notification,
                       Object handback)
called when a mbean notification is fired

Parameters:
locator -
notification -
handback -

mbeanStateChanged

void mbeanStateChanged(MBeanLocator locator,
                       int oldState,
                       int newState)
called when the mbean state changes. Note: this method will only be called on MBeans that have a State attribute and where state change attribute notifications are fired

Parameters:
locator -
oldState -
newState -


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.