KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.modelmbean
Interface ModelMBeanInfo

All Known Implementing Classes:
ModelMBeanInfoSupport
See Also:
Top Examples, Source Code

Object clone()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


MBeanAttributeInfo[] getAttributes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getClassName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


MBeanConstructorInfo[] getConstructors()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getDescription()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Descriptor getDescriptor(String inDescriptorName,
                         String inDescriptorType)
                         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  


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


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


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


MBeanNotificationInfo[] getNotifications()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


MBeanOperationInfo[] getOperations()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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

Popular Tags