#include <BeanDeliverySubjectImpl.h>
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... | |
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.
|
|
A valid path to the JavaBean's JAR file on the local filesystem.
Definition at line 78 of file BeanDeliverySubjectImpl.h. |
|
|
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. |
|
|
The complete contents of the named JAR file.
Definition at line 87 of file BeanDeliverySubjectImpl.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002