xmlBlaster 2.2.0 client API

org.xmlBlaster.util.admin.extern
Class JmxMBeanHandle

java.lang.Object
  extended by org.xmlBlaster.util.admin.extern.JmxMBeanHandle

public class JmxMBeanHandle
extends java.lang.Object

Container to hold the ObjectInstance,mBean and ContextNode triple.

Author:
Marcel Ruff

Constructor Summary
JmxMBeanHandle(javax.management.ObjectInstance objectInstance, ContextNode contextNode, java.lang.Object mBean)
           
 
Method Summary
 ContextNode getContextNode()
           
 java.lang.Object getMBean()
           
 javax.management.ObjectInstance getObjectInstance()
           
 void setContextNode(ContextNode contextNode)
           
 void setMBean(java.lang.Object mBean)
           
 void setObjectInstance(javax.management.ObjectInstance objectInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxMBeanHandle

public JmxMBeanHandle(javax.management.ObjectInstance objectInstance,
                      ContextNode contextNode,
                      java.lang.Object mBean)
Method Detail

getObjectInstance

public javax.management.ObjectInstance getObjectInstance()
Returns:
Returns the ObjectInstance.

setObjectInstance

public void setObjectInstance(javax.management.ObjectInstance objectInstance)
Parameters:
objectInstance - The ObjectInstance to set.

getContextNode

public ContextNode getContextNode()
Returns:
Returns the contextNode.

setContextNode

public void setContextNode(ContextNode contextNode)
Parameters:
contextNode - The contextNode to set.

getMBean

public java.lang.Object getMBean()
Returns:
Returns the mBean.

setMBean

public void setMBean(java.lang.Object mBean)
Parameters:
mBean - The mBean to set.

xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.