Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

tweek::BeanInfo Struct Reference

A handy container for all information relating to a JavaBean, including the complete Java JAR file that contains the Bean. More...

import "BeanDeliverySubject.idl";

List of all members.

Public Attributes

string name
 The symbolic (i.e., canonical) name of the JavaBean. More...

string introspectorClassName
 The name of the class within the delivered JAR file that can be used for getting information about the contained JavaBean. More...

BeanStream jarFile
 The complete contents of the named JAR file. More...


Detailed Description

A handy container for all information relating to a JavaBean, including the complete Java JAR file that contains the Bean.

Definition at line 52 of file BeanDeliverySubject.idl.


Member Data Documentation

string tweek::BeanInfo::name
 

The symbolic (i.e., canonical) name of the JavaBean.

Definition at line 55 of file BeanDeliverySubject.idl.

string tweek::BeanInfo::introspectorClassName
 

The name of the class within the delivered JAR file that can be used for getting information about the contained JavaBean.

Definition at line 61 of file BeanDeliverySubject.idl.

BeanStream tweek::BeanInfo::jarFile
 

The complete contents of the named JAR file.

Definition at line 64 of file BeanDeliverySubject.idl.


The documentation for this struct was generated from the following file:
Generated on Sun May 2 14:41:09 2004 for Tweek by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002