Knopflerfish OSGi 3.2.0

Package org.osgi.service.threadio

Thread IO Package Version 1.0.

See:
          Description

Interface Summary
ThreadIO Enable multiplexing of the standard IO streams for input, output, and error.
 

Package org.osgi.service.threadio Description

Thread IO Package Version 1.0.

The purpose of this package is to provide thread based system IO. This service allows a unique System.out, System.in, and System.err stream on a per thread basis. Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:

Import-Package: org.osgi.service.threadio; version="[1.0,2.0)"


Knopflerfish OSGi 3.2.0