Threads

Only the initial thread in the JVM can access the JCICS API. You can create other threads, but you must route all requests to the JCICS API through the initial thread. In a JVM server environment, multiple initial threads can access the JCICS API using the same JVM.

Additionally, you must ensure that all threads other than the initial thread have terminated before doing any of the following actions: