Package com.j_spaces.jmx
Class JMXSpaceExt
java.lang.Object
com.j_spaces.jmx.AbstractDynamicMBean
com.j_spaces.jmx.XMLDescriptorsMBean
com.j_spaces.jmx.JMXSpaceExt
- All Implemented Interfaces:
DynamicMBean
Copyright (c) 2010 GigaSpaces Technologies Ltd. All rights reserved
The software source code is proprietary and confidential information of GigaSpaces. You may use
the software source code solely under the terms and limitations of The license agreement granted
to you by GigaSpaces.
-
Field Summary
Fields inherited from class com.j_spaces.jmx.AbstractDynamicMBean
THIS_CLASS_NAME -
Constructor Summary
ConstructorsConstructorDescriptionJMXSpaceExt(IJSpace spaceProxy, SpaceConfig spaceConfig, String xmlDescriptorsFileURL) -
Method Summary
Modifier and TypeMethodDescriptionprotected Objectprotected void__setConfig(Object config) getAttribute(String attributeName) Allows the value of the specified attribute of the Dynamic MBean to be obtained.Methods inherited from class com.j_spaces.jmx.XMLDescriptorsMBean
getTypeMethods inherited from class com.j_spaces.jmx.AbstractDynamicMBean
addMBeanAttributeInfo, addMBeanConstructorInfo, addMBeanNotificationInfo, addMBeanOperationInfo, createMBeanAttributesInfo, createMBeanConstructorsInfo, createMBeanNotificationsInfo, createMBeanOperationsInfo, getAttributes, getMBeanDescription, getMBeanInfo, invoke, setAttribute, setAttributes, setMBeanDescription, toLowCase, toUpperCase
-
Constructor Details
-
JMXSpaceExt
public JMXSpaceExt(IJSpace spaceProxy, SpaceConfig spaceConfig, String xmlDescriptorsFileURL) throws Exception - Parameters:
spaceProxy-spaceConfig-xmlDescriptorsFileURL-- Throws:
Exception
-
-
Method Details
-
__setConfig
- Specified by:
__setConfigin classAbstractDynamicMBean
-
__getConfig
- Specified by:
__getConfigin classAbstractDynamicMBean
-
getAttribute
public Object getAttribute(String attributeName) throws AttributeNotFoundException, MBeanException, ReflectionException Allows the value of the specified attribute of the Dynamic MBean to be obtained.- Specified by:
getAttributein interfaceDynamicMBean- Overrides:
getAttributein classAbstractDynamicMBean- Throws:
AttributeNotFoundExceptionMBeanExceptionReflectionException
-