Export objects are generated in classes called <method-name>Export based on the export view of the CA Gen server. Export objects contain the actual export data for the execution of a server through the .NET proxy. The Export objects are also responsible for all data validation that is done on the attributes on the export views.
Even if the server does not contain any export views, an Export object is still generated because the system level data (Command, ExitState) is always present. The Proxy object execution methods create and populate the Export objects.
The Export objects are stateful. In fact, they exist to hold a state. Therefore, the developer must take care not to use a particular instance of one of these classes between different threads in a multi-threaded application.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|