KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Component > ThreadIDRegistry


1 package SOFA.Component;
2
3 /** Registry of leaving and incoming threads. ThreadIDRegistry is part of the
4   * component manager. It registers all threads leaving/entering the components.
5   * It is used at the time of the dynamic update.
6   * Generated by SOFA CodeGen.
7   */

8 public interface ThreadIDRegistry extends ThreadIDRegistryOperations, cz.cuni.sofa.lib.CDLEntity {
9 }
10
Popular Tags