
org.sapia.ubik.jmx.MBeanFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sapia_ubik Show documentation
Show all versions of sapia_ubik Show documentation
A RMI-like distributed computing framework
The newest version!
package org.sapia.ubik.jmx;
import javax.management.ObjectName;
/**
* This interface specifies a method for MBean creation.
*
* @author yduchesne
*
*/
public interface MBeanFactory {
/**
* Internally creates a MBean and its {@link ObjectName}, that are
* returned in a {@link MBeanContainer}.
*
* @return a {@link MBeanContainer}
* @throws Exception if a problem occurs while creating the MBean or its
* object name.
*/
public MBeanContainer createMBean() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy