java.lang.Object
javax.management.StandardMBean
- All Implemented Interfaces:
- DynamicMBean
- See Also:
- Top Examples, Source Code,
StandardMBean(impl,interface)
, MBeanInfo
protected void cacheMBeanInfo(MBeanInfo info)
- See Also:
-
getMBeanInfo()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object getAttribute(String attribute)
throws AttributeNotFoundException,
MBeanException,
ReflectionException
- See Also:
DynamicMBean.setAttribute(javax.management.Attribute)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AttributeList getAttributes(String[] attributes)
- See Also:
DynamicMBean.setAttributes(javax.management.AttributeList)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected MBeanInfo getCachedMBeanInfo()
- See Also:
cacheMBeanInfo(MBeanInfo)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getClassName(MBeanInfo info)
- See Also:
info.getClassName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected MBeanConstructorInfo[] getConstructors(MBeanConstructorInfo[] ctors,
Object impl)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getDescription(MBeanAttributeInfo info)
- See Also:
getDescription((MBeanFeatureInfo) info)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getDescription(MBeanConstructorInfo info)
- See Also:
getDescription((MBeanFeatureInfo) info)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getDescription(MBeanConstructorInfo ctor,
MBeanParameterInfo param,
int sequence)
- See Also:
param.getDescription()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getDescription(MBeanFeatureInfo info)
- See Also:
getDescription(MBeanConstructorInfo)
, getDescription(MBeanOperationInfo)
, getDescription(MBeanAttributeInfo)
, info.getDescription()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getDescription(MBeanInfo info)
- See Also:
info.getDescription()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getDescription(MBeanOperationInfo info)
- See Also:
getDescription((MBeanFeatureInfo) info)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getDescription(MBeanOperationInfo op,
MBeanParameterInfo param,
int sequence)
- See Also:
param.getDescription()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int getImpact(MBeanOperationInfo info)
- See Also:
info.getImpact()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object getImplementation()
- See Also:
setImplementation(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Class getImplementationClass()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanInfo getMBeanInfo()
- See Also:
- DynamicMBean,
cacheMBeanInfo()
, getCachedMBeanInfo()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final Class getMBeanInterface()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getParameterName(MBeanConstructorInfo ctor,
MBeanParameterInfo param,
int sequence)
- See Also:
param.getName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String getParameterName(MBeanOperationInfo op,
MBeanParameterInfo param,
int sequence)
- See Also:
param.getName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object invoke(String actionName,
Object[] params,
String[] signature)
throws MBeanException,
ReflectionException
- See Also:
- DynamicMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setAttribute(Attribute attribute)
throws AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException
- See Also:
DynamicMBean.getAttribute(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AttributeList setAttributes(AttributeList attributes)
- See Also:
DynamicMBean.getAttributes(java.lang.String[])
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setImplementation(Object implementation)
throws NotCompliantMBeanException
- See Also:
getImplementation()
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected StandardMBean(Class mbeanInterface)
throws NotCompliantMBeanException
- See Also:
-
this(this,mbeanInterface)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public StandardMBean(Object implementation,
Class mbeanInterface)
throws NotCompliantMBeanException
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples