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

tweek::BeanDeliverySubjectImpl::BeanData Struct Reference

A handy container for all information relating to a JavaBean. More...

#include <BeanDeliverySubjectImpl.h>

List of all members.

Public Attributes

std::string filename
 A valid path to the JavaBean's JAR file on the local filesystem. More...

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

std::vector< CORBA::Octet > fileContents
 The complete contents of the named JAR file. More...


Detailed Description

A handy container for all information relating to a JavaBean.

User code must assign values to all data members except fileContents. That step can be handled internally by our containing class.

Definition at line 75 of file BeanDeliverySubjectImpl.h.


Member Data Documentation

std::string tweek::BeanDeliverySubjectImpl::BeanData::filename
 

A valid path to the JavaBean's JAR file on the local filesystem.

Definition at line 78 of file BeanDeliverySubjectImpl.h.

std::string tweek::BeanDeliverySubjectImpl::BeanData::introspectorClassName
 

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

Definition at line 84 of file BeanDeliverySubjectImpl.h.

std::vector<CORBA::Octet> tweek::BeanDeliverySubjectImpl::BeanData::fileContents
 

The complete contents of the named JAR file.

Definition at line 87 of file BeanDeliverySubjectImpl.h.


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