public class PeerBeanImplBeanInfo
extends weblogic.management.internal.mbean.BeanInfoImpl
| Modifier and Type | Field and Description |
|---|---|
static Class |
INTERFACE_CLASS |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32| Constructor and Description |
|---|
PeerBeanImplBeanInfo() |
PeerBeanImplBeanInfo(boolean readOnly,
String targetVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected BeanDescriptor |
buildBeanDescriptor() |
protected void |
buildEventSetDescriptors(Map descriptors)
Get the event infos for this class and all of it parent
classes combined.
|
protected void |
buildMethodDescriptors(Map descriptors)
Get the method infos for this class and all of it parent
classes combined.
|
protected void |
buildPropertyDescriptors(Map descriptors)
Get the attribute infos for this class and all of it parent
classes combined.
|
createParameterDescriptor, disableProperties, getBeanDescriptor, getEventSetDescriptors, getLastAccess, getMethodDescriptors, getPropertyDescriptors, setLastAccess, setPropertyDescriptorDefaultgetAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, loadImagepublic static final Class INTERFACE_CLASS
public PeerBeanImplBeanInfo(boolean readOnly,
String targetVersion)
throws IntrospectionException
IntrospectionExceptionpublic PeerBeanImplBeanInfo()
throws IntrospectionException
IntrospectionExceptionprotected BeanDescriptor buildBeanDescriptor()
buildBeanDescriptor in class weblogic.management.internal.mbean.BeanInfoImplprotected void buildPropertyDescriptors(Map descriptors) throws IntrospectionException
buildPropertyDescriptors in class weblogic.management.internal.mbean.BeanInfoImpldescriptors - the set to add you descriptors to.IntrospectionExceptionprotected void buildMethodDescriptors(Map descriptors) throws IntrospectionException, NoSuchMethodException
buildMethodDescriptors in class weblogic.management.internal.mbean.BeanInfoImpldescriptors - the set to add to.IntrospectionExceptionNoSuchMethodExceptionprotected void buildEventSetDescriptors(Map descriptors) throws IntrospectionException
buildEventSetDescriptors in class weblogic.management.internal.mbean.BeanInfoImpldescriptors - the set to add to.IntrospectionException