| org.savarese.unicorn.ui.MBeanPanelModel
MBeanPanelModel | public class MBeanPanelModel extends AbstractObjectPanelModel (Code) | | An
ObjectPanelModel implementation for JMX MBeans.
|
MBeanPanelModel | public MBeanPanelModel(ObjectName mbean, MBeanServerConnection conn)(Code) | | Instantiates an MBeanPanelModel that wraps the provided MBean,
accessed via the provided MBeanServerConnection.
Parameters: mbean - The ObjectName of the MBean to wrap. Parameters: conn - The MBeanServerConnection via which the MBean can be accessed. |
isValid | public boolean isValid()(Code) | | |
setConnection | public void setConnection(MBeanServerConnection conn)(Code) | | Sets the MBeanServerConnection via which the MBean can be accessed.
|
|
|