|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.notes.java.api.util.NotesThreadUtil
public class NotesThreadUtil
When running within the Notes environment, the methods within this class should be used to initialize and terminate the thread. This guarantees a correct execution environment for back-end code to run.
| Method Summary | |
|---|---|
static void |
initThread()
Called to make the current thread able to access Notes back-end data. |
static void |
termThread()
Called to complete the current thread's access Notes back-end data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void initThread()
NotesThread.sinitThread() directly.
This method makes that call put also correctly sets up the back-end environment.
public static void termThread()
NotesThread.stermThread() directly.
This method makes that call put also correctly shuts down the back-end environment.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||