JVM Languages
osgi.txt
Associated article: Multithreading, Java, & OSGi
Tags: JVM Languages Design
Published source code accompanying the article by Oliver Goldman in which he presents the ThreadManager class which here goes a long way toward easing multithreaded programming with Java and the OSGi platform.
Multithreading in Java & OSGi by Oliver Goldman Listing One package com.adobe.mini.management; import java.util.*; /** ThreadManager provides facilities for starting a set of threads and * tracking them through completion. The threads must implement the * Interruptable interface, which ...


