public class NodeConfigNotifierMBeanProvider extends Object implements JPPFNodeMBeanProvider
Constructor and Description |
---|
NodeConfigNotifierMBeanProvider() |
Modifier and Type | Method and Description |
---|---|
Object |
createMBean(Node node)
Return a concrete MBean.
The class of this MBean must implement the interface defined by getMBeanInterfaceName() . |
String |
getMBeanInterfaceName()
Return the fully qualified name of the management interface defined by this provider.
|
String |
getMBeanName()
Return the name of the specified MBean.
This is the name under which the MBean will be registered with the MBean server. |
public NodeConfigNotifierMBeanProvider()
public String getMBeanInterfaceName()
JPPFMBeanProvider
getMBeanInterfaceName
in interface JPPFMBeanProvider
public String getMBeanName()
JPPFMBeanProvider
ObjectName
.getMBeanName
in interface JPPFMBeanProvider
public Object createMBean(Node node)
JPPFNodeMBeanProvider
getMBeanInterfaceName()
.createMBean
in interface JPPFNodeMBeanProvider
node
- the JPPF node that is managed or monitored by the MBean.Object
that is an implementation of the MBean interface.Copyright © 2005-2018 JPPF Team.