public
ModelMBeanInfoSupport
(String className, String description, ModelMBeanAttributeInfo attributes, ModelMBeanConstructorInfo constructors, ModelMBeanOperationInfo operations, ModelMBeanNotificationInfo notifications)
public
ModelMBeanInfoSupport
(String className, String description, ModelMBeanAttributeInfo attributes, ModelMBeanConstructorInfo constructors, ModelMBeanOperationInfo operations, ModelMBeanNotificationInfo notifications, Descriptor mbeandescriptor)
public ModelMBeanAttributeInfo
getAttribute
(String inName)
throws
MBeanException
RuntimeOperationsException
[Specified in ModelMBeanInfo]
public ModelMBeanConstructorInfo
getConstructor
(String inName)
throws
MBeanException
RuntimeOperationsException
public Descriptor
getDescriptor
(String inDescriptorName)
throws
MBeanException
RuntimeOperationsException
public Descriptor
getDescriptor
(String inDescriptorName, String inDescriptorType)
throws
MBeanException
RuntimeOperationsException
[Specified in ModelMBeanInfo]
public Descriptor
getDescriptors
(String inDescriptorType)
throws
MBeanException
RuntimeOperationsException
[Specified in ModelMBeanInfo]
public ModelMBeanNotificationInfo
getNotification
(String inName)
throws
MBeanException
RuntimeOperationsException
[Specified in ModelMBeanInfo]
public ModelMBeanOperationInfo
getOperation
(String inName)
throws
MBeanException
RuntimeOperationsException
[Specified in ModelMBeanInfo]
public void
setDescriptor
(Descriptor inDescriptor, String inDescriptorType)
throws
MBeanException
RuntimeOperationsException
[Specified in ModelMBeanInfo]
public void
setDescriptors
(Descriptor inDescriptors)
throws
MBeanException
RuntimeOperationsException
[Specified in ModelMBeanInfo]
public void
setMBeanDescriptor
(Descriptor inMBeanDescriptor)
throws
MBeanException
RuntimeOperationsException
[Specified in ModelMBeanInfo]