| Home | Previous Lesson: Requires New Transaction Next Lesson: Component Interface build Options |
This option specifies when the component is pooled in the Instance Pool. Turning on this option will automatically deactivate the component after each method invocation; the component does not need to make explicit calls to SetComplete() or SetAbort() of the TransactionServer context object to cause deactivation.
If this option is not turned on, Jaguar waits for notification before completing transactions; therefore, you need to add additional logic to your component to make an explicit call to SetComplete() or SetAbort() to cause deactivation. Typically, you will be calling one of these methods after you check the success of database activity such as applying DataStore changes to the database, etc. Calling DESTORY on the proxy will only release the proxy but not actually destroy the object running in Jaguar.
| Home | Previous Lesson: Requires New Transaction Next Lesson: Component Interface build Options |