#include <ExecStreamFactory.h>
Inheritance diagram for ExecStreamSubFactory:

Public Member Functions | |
| virtual | ~ExecStreamSubFactory () |
| virtual bool | createStream (ExecStreamFactory &factory, ProxyExecutionStreamDef &streamDef, ExecStreamEmbryo &embryo)=0 |
| Reads the Java representation of an ExecStream. | |
Definition at line 233 of file ExecStreamFactory.h.
| ExecStreamSubFactory::~ExecStreamSubFactory | ( | ) | [virtual] |
| virtual bool ExecStreamSubFactory::createStream | ( | ExecStreamFactory & | factory, | |
| ProxyExecutionStreamDef & | streamDef, | |||
| ExecStreamEmbryo & | embryo | |||
| ) | [pure virtual] |
Reads the Java representation of an ExecStream.
| factory | controlling factory | |
| streamDef | stream definition to be read | |
| embryo | receives the partially initialized stream |
Implemented in ExecStreamSubFactory_lu.
1.5.1