Graceful way to exit a dm_job ? System.exit()?

Posted by Ayrad on Stack Overflow See other posts from Stack Overflow or by Ayrad
Published on 2010-05-04T08:30:08Z Indexed on 2010/05/04 8:38 UTC
Read the original article Hit count: 236

Filed under:
|
|

If I want to properly exit a documentum java job (if params are invalid for example), should I use a system.exit() or is there another way to do it.

As far as I know system.exit closes the virtual machine, does it have an effect on other jobs running?

© Stack Overflow or respective owner

Related posts about documentum

Related posts about java