Uses of Class
org.jboss.mx.remoting.MBeanLocator

Packages that use MBeanLocator
org.jboss.mx.remoting   
org.jboss.mx.remoting.tracker   
 

Uses of MBeanLocator in org.jboss.mx.remoting
 

Fields in org.jboss.mx.remoting declared as MBeanLocator
protected  MBeanLocator MoveableMBean.locator
           
 

Methods in org.jboss.mx.remoting that return MBeanLocator
 MBeanLocator LocationAware.getMBeanLocator()
          return the mbean locator to the object
 MBeanLocator MoveableMBean.getMBeanLocator()
          return the locator that the mbean references
 

Methods in org.jboss.mx.remoting with parameters of type MBeanLocator
static Object MoveableMBean.create(MBeanLocator locater, Class interfaceClass)
           
static Object MoveableMBean.create(MBeanLocator locator, Class[] interfaces)
           
static Object MoveableMBean.create(MBeanLocator locator, ClassLoader loader, Class interfaceClass)
           
static Object MoveableMBean.create(MBeanLocator locator, ClassLoader loader, Class[] interfaces, Map staticAttributes)
           
static Object MoveableMBean.create(MBeanLocator locator, ClassLoader loader, Class interfaceClass, Map staticAttributes)
           
 boolean MBeanLocator.isSameJVM(MBeanLocator locator)
          returns true if the MBeanLocator is the same JVM as this locator
 

Constructors in org.jboss.mx.remoting with parameters of type MBeanLocator
MoveableMBean(MBeanLocator locator, Map staticAttributes)
           
 

Uses of MBeanLocator in org.jboss.mx.remoting.tracker
 

Methods in org.jboss.mx.remoting.tracker with parameters of type MBeanLocator
protected  void MBeanTracker.fireNotification(MBeanLocator locator, Notification n, Object o)
          fire a notification to actions
protected  void MBeanTracker.fireRegister(MBeanLocator locator)
          fire register event to listeners
protected  void MBeanTracker.fireStateChange(MBeanLocator locator, int ov, int nv)
          fire a state changed event to actions
protected  void MBeanTracker.fireUnregister(MBeanLocator locator)
          fire unregister event to listeners
 void MBeanTrackerAction.mbeanNotification(MBeanLocator locator, Notification notification, Object handback)
          called when a mbean notification is fired
 void MBeanTrackerAction.mbeanRegistered(MBeanLocator locator)
          called when an MBean is registered with the MBeanServer
 void MBeanTrackerAction.mbeanStateChanged(MBeanLocator locator, int oldState, int newState)
          called when the mbean state changes.
 void MBeanTrackerAction.mbeanUnregistered(MBeanLocator locator)
          called when an MBean is unregistered with the MBeanServer
 



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