org.sapia.ubik.jmx
Interface MBeanFactory

All Known Implementing Classes:
ClientGC, ObjectTable, PerfAnalyzer, ServerGC, SocketRmiServer

public interface MBeanFactory

This interface specifies a method for MBean creation.

Author:
yduchesne

Method Summary
 MBeanContainer createMBean()
          Internally creates a MBean and its ObjectName, that are returned in a MBeanContainer.
 

Method Detail

createMBean

MBeanContainer createMBean()
                           throws java.lang.Exception
Internally creates a MBean and its ObjectName, that are returned in a MBeanContainer.

Returns:
a MBeanContainer
Throws:
java.lang.Exception - if a problem occurs while creating the MBean or its object name.


Copyright © 2010 Sapia OSS. All Rights Reserved.