KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > modelmbean > ModelMBeanInfoSupport

javax.management.modelmbean
Class ModelMBeanInfoSupport

java.lang.Object
  extended by javax.management.MBeanInfo
      extended by javax.management.modelmbean.ModelMBeanInfoSupport
All Implemented Interfaces:
Serializable, Cloneable, ModelMBeanInfo
See Also:
Top Examples, Source Code

public Object clone()
See Also:
Cloneable, MBeanInfo, ModelMBeanInfo
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanAttributeInfo getAttribute(String inName)
                                     throws MBeanException,
                                            RuntimeOperationsException
See Also:
ModelMBeanInfo
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanConstructorInfo getConstructor(String inName)
                                         throws MBeanException,
                                                RuntimeOperationsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Descriptor getDescriptor(String inDescriptorName)
                         throws MBeanException,
                                RuntimeOperationsException
See Also:
setDescriptor(javax.management.Descriptor, java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Descriptor getDescriptor(String inDescriptorName,
                                String inDescriptorType)
                         throws MBeanException,
                                RuntimeOperationsException
See Also:
ModelMBeanInfo.setDescriptor(javax.management.Descriptor, java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Descriptor[] getDescriptors(String inDescriptorType)
                            throws MBeanException,
                                   RuntimeOperationsException
See Also:
ModelMBeanInfo.setDescriptors(javax.management.Descriptor[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Descriptor getMBeanDescriptor()
                              throws MBeanException,
                                     RuntimeOperationsException
See Also:
ModelMBeanInfo.setMBeanDescriptor(javax.management.Descriptor), RuntimeException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanNotificationInfo getNotification(String inName)
                                           throws MBeanException,
                                                  RuntimeOperationsException
See Also:
ModelMBeanInfo
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanOperationInfo getOperation(String inName)
                                     throws MBeanException,
                                            RuntimeOperationsException
See Also:
ModelMBeanInfo
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanInfoSupport(String className,
                             String description,
                             ModelMBeanAttributeInfo[] attributes,
                             ModelMBeanConstructorInfo[] constructors,
                             ModelMBeanOperationInfo[] operations,
                             ModelMBeanNotificationInfo[] notifications)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanInfoSupport(String className,
                             String description,
                             ModelMBeanAttributeInfo[] attributes,
                             ModelMBeanConstructorInfo[] constructors,
                             ModelMBeanOperationInfo[] operations,
                             ModelMBeanNotificationInfo[] notifications,
                             Descriptor mbeandescriptor)
See Also:
getMBeanDescriptor, RuntimeOperationsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ModelMBeanInfoSupport(ModelMBeanInfo mbi)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setDescriptor(Descriptor inDescriptor,
                          String inDescriptorType)
                   throws MBeanException,
                          RuntimeOperationsException
See Also:
ModelMBeanInfo.getDescriptor(java.lang.String, java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setDescriptors(Descriptor[] inDescriptors)
                    throws MBeanException,
                           RuntimeOperationsException
See Also:
ModelMBeanInfo.getDescriptors(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMBeanDescriptor(Descriptor inMBeanDescriptor)
                        throws MBeanException,
                               RuntimeOperationsException
See Also:
ModelMBeanInfo.getMBeanDescriptor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags