Class EntityMBean
java.lang.Object
com.swiftmq.impl.mgmt.standard.jmx.EntityMBean
- All Implemented Interfaces:
DynamicMBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidentityAdded(Entity parent, Entity newEntity) voidentityRemoved(Entity parent, Entity oldEntity) getAttribute(String attribute) getAttributes(String[] attributes) EntityvoidsetAttribute(Attribute attribute) setAttributes(AttributeList attributes) voidsetObjectName(ObjectName objectName) toString()
-
Constructor Details
-
EntityMBean
-
-
Method Details
-
setObjectName
-
getObjectName
-
getEntity
public Entity getEntity() -
getMBeanInfo
- Specified by:
getMBeanInfoin interfaceDynamicMBean
-
getAttribute
public Object getAttribute(String attribute) throws AttributeNotFoundException, MBeanException, ReflectionException - Specified by:
getAttributein interfaceDynamicMBean- Throws:
AttributeNotFoundExceptionMBeanExceptionReflectionException
-
setAttribute
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException - Specified by:
setAttributein interfaceDynamicMBean- Throws:
AttributeNotFoundExceptionInvalidAttributeValueExceptionMBeanExceptionReflectionException
-
getAttributes
- Specified by:
getAttributesin interfaceDynamicMBean
-
setAttributes
- Specified by:
setAttributesin interfaceDynamicMBean
-
invoke
public Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException - Specified by:
invokein interfaceDynamicMBean- Throws:
MBeanExceptionReflectionException
-
entityAdded
public void entityAdded(Entity parent, Entity newEntity) -
entityRemoved
public void entityRemoved(Entity parent, Entity oldEntity) -
close
public void close() -
toString
-