org.bss.esb.management
Class MBeanFactory

java.lang.Object
  extended byorg.bss.esb.management.MBeanFactory

public class MBeanFactory
extends java.lang.Object

Factory for creating the MBeans required/used by the ESB application.

Version:
1.0
Author:
Balwinder Sodhi

Constructor Summary
MBeanFactory()
           
 
Method Summary
static EsbRouterMonitorMBean getEsbRouterMonitorMBean(EsbRouter router, javax.naming.InitialContext ic)
          Returns a new instance of the EsbRouterMonitor MBean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanFactory

public MBeanFactory()
Method Detail

getEsbRouterMonitorMBean

public static EsbRouterMonitorMBean getEsbRouterMonitorMBean(EsbRouter router,
                                                             javax.naming.InitialContext ic)
                                                      throws javax.naming.NamingException
Returns a new instance of the EsbRouterMonitor MBean.

Parameters:
router - The EsbRouter instance that will be managed by this MBean
ic - The JNDI initial naming context.
Throws:
javax.naming.NamingException


Copyright © 2005 Balwinder Sodhi. All Rights Reserved.