Package | Description |
---|---|
org.epics.pvdata.misc |
This package provides a number of utility classes that are used by pvData code.
|
Modifier and Type | Method and Description |
---|---|
static ThreadPriority |
ThreadPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadPriority[] |
ThreadPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Timer |
TimerFactory.create(String threadName,
ThreadPriority priority)
Create and return a Timer.
|
static Executor |
ExecutorFactory.create(String threadName,
ThreadPriority priority)
Create a new set of threads.
|
static int |
ThreadPriority.getJavaPriority(ThreadPriority threadPriority)
Get the javaPriority for a given scanPriority.
|
Copyright © 2014. All Rights Reserved.