Class OfficeFloorMBeanImpl
- java.lang.Object
- 
- net.officefloor.compile.impl.mxbean.OfficeFloorMBeanImpl
 
- 
- All Implemented Interfaces:
- javax.management.DynamicMBean
 
 public class OfficeFloorMBeanImpl extends java.lang.Object implements javax.management.DynamicMBeanDynamicMBeanfor theOfficeFloor.- Author:
- Daniel Sagenschneider
 
- 
- 
Constructor SummaryConstructors Constructor Description OfficeFloorMBeanImpl(OfficeFloor officeFloor)Instantiate.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetAttribute(java.lang.String attribute)javax.management.AttributeListgetAttributes(java.lang.String[] attributes)javax.management.MBeanInfogetMBeanInfo()java.lang.Objectinvoke(java.lang.String actionName, java.lang.Object[] params, java.lang.String[] signature)voidsetAttribute(javax.management.Attribute attribute)javax.management.AttributeListsetAttributes(javax.management.AttributeList attributes)
 
- 
- 
- 
Constructor Detail- 
OfficeFloorMBeanImplpublic OfficeFloorMBeanImpl(OfficeFloor officeFloor) Instantiate.- Parameters:
- officeFloor-- OfficeFloor.
 
 
- 
 - 
Method Detail- 
getAttributepublic java.lang.Object getAttribute(java.lang.String attribute) throws javax.management.AttributeNotFoundException, javax.management.MBeanException, javax.management.ReflectionException- Specified by:
- getAttributein interface- javax.management.DynamicMBean
- Throws:
- javax.management.AttributeNotFoundException
- javax.management.MBeanException
- javax.management.ReflectionException
 
 - 
setAttributepublic void setAttribute(javax.management.Attribute attribute) throws javax.management.AttributeNotFoundException, javax.management.InvalidAttributeValueException, javax.management.MBeanException, javax.management.ReflectionException- Specified by:
- setAttributein interface- javax.management.DynamicMBean
- Throws:
- javax.management.AttributeNotFoundException
- javax.management.InvalidAttributeValueException
- javax.management.MBeanException
- javax.management.ReflectionException
 
 - 
getAttributespublic javax.management.AttributeList getAttributes(java.lang.String[] attributes) - Specified by:
- getAttributesin interface- javax.management.DynamicMBean
 
 - 
setAttributespublic javax.management.AttributeList setAttributes(javax.management.AttributeList attributes) - Specified by:
- setAttributesin interface- javax.management.DynamicMBean
 
 - 
invokepublic java.lang.Object invoke(java.lang.String actionName, java.lang.Object[] params, java.lang.String[] signature) throws javax.management.MBeanException, javax.management.ReflectionException- Specified by:
- invokein interface- javax.management.DynamicMBean
- Throws:
- javax.management.MBeanException
- javax.management.ReflectionException
 
 - 
getMBeanInfopublic javax.management.MBeanInfo getMBeanInfo() - Specified by:
- getMBeanInfoin interface- javax.management.DynamicMBean
 
 
- 
 
-