BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.beans.reflector
Class ReflectorBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--weblogic.beans.reflector.ReflectorBeanInfo

public class ReflectorBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo class for T3Bean Reflectors.

Author:
Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ReflectorBeanInfo()
           
 
Method Summary
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Returns an array of MethodDescriptors for a T3Bean Reflector, including for the create() and invoke() methods.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectorBeanInfo

public ReflectorBeanInfo()
Method Detail

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Returns an array of MethodDescriptors for a T3Bean Reflector, including for the create() and invoke() methods.

Returns:
Array of MethodDescriptors
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo

Documentation is available at
http://www.weblogic.com/docs51