Previous Topic: Import ObjectNext Topic: View Example


Export Object

The Export objects are generated in classes called <method-name>Export based on the export view designed in the model for the CA Gen server. The object contains the actual export data for the execution of a server through the Java 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, the Export object is still generated because the system level data (Command, ExitState) is always present. The Proxy object execution methods typically create and populate the Export objects.

The Export objects are not stateless. 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 or use in concurrent asynchronous flows.