The OrderManager component allows a client to submit orders which are processed in a back-end office. When an order is complete, the client is notified (asynchronously).
How to run the OrderManager demo:
The hand-coded files used by this sample are as follows:
All other files used by this sample are Jaguar-generated files.
long newOrderId ( );
EventSamples::Order pullOrder ( );
EventSamples::OrderStatus pullOrderStatus ( in long id );
void pushOrder ( in EventSamples::Order info );
void pushOrderStatus ( in EventSamples::OrderStatus status );