HCL-TECH-SOFTWARE / domino-jnx

Modern Domino Java API based on JNA access to Domino's C API
https://opensource.hcltechsw.com/domino-jnx/
Apache License 2.0
13 stars 3 forks source link

Add parameters to process/thread init/term to skip the native calls #425

Closed jesse-gallagher closed 4 months ago

jesse-gallagher commented 4 months ago

There are many occasions (such as running in Domino's HTTP) where it is undesirable to call NotesInit/NotesTerm or NotesInitThread/NotesTermThread. Currently, there are a handful of Java system properties to control this, but it'd be good to a) give proper methods to toggle those and b) add parameters to the DominoProcess class to do so when calling them.