Package | Description |
---|---|
com.streamscape.lib.concurrent |
Modifier and Type | Method and Description |
---|---|
FabricThread |
FabricThreadManager.createDaemonThread(java.lang.String name,
java.lang.String description,
java.util.concurrent.Callable task)
Creates a new daemon thread with the specified name, description and
Callable task. |
FabricThread |
FabricThreadManager.createDaemonThread(java.lang.String name,
java.lang.String description,
java.lang.Runnable task)
Creates a new daemon thread with the specified name, description and
Runnable task. |
FabricThread |
FabricThreadManager.createThread(java.lang.String name,
java.lang.String description,
java.util.concurrent.Callable task)
Creates a new thread with the specified name, description and
Callable task. |
FabricThread |
FabricThreadManager.createThread(java.lang.String name,
java.lang.String description,
java.lang.Runnable task)
Creates a new thread with the specified name, description and
Runnable task. |
FabricThread |
FabricThreadManager.lookupThread(long threadId)
Looks up and returns the thread with the specified identifier.
|
FabricThread |
FabricThreadManager.lookupThread(java.lang.String name)
Looks up and returns the thread with the specified name.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.