See: Description
Interface | Description |
---|---|
BitSetUtil |
Utility functions for a BitSet related to a PVStructure.
|
Destroyable |
Interface declaring destroy() method.
|
Executor |
Schedule a command to be executed via a thread.
|
ExecutorNode |
This is created by Executor.createNode and passed to Executor.execute();
|
LinkedList<T> |
Linked List with user supplied storage for node.
|
LinkedListArray<T> |
Convert a LinkedList to a LinkedListNode array.
|
LinkedListNode<T> |
Interface for a LinkedListNode.
|
MessageQueue |
A queue for Requester messages.
|
Queue<T> | |
QueueElement<T> |
Interface for a QueueElement.
|
RunnableReady |
The run method implemented by code that calls ThreadCreate.create;
|
ThreadCreate |
ThreadCreate : Create a thread.
|
ThreadReady |
Interface implemented by ThreadCreate
|
TimeFunction |
Time a function call.
|
TimeFunctionRequester | |
Timer |
Schedule a callback to be called via a timer thread.
|
Timer.TimerCallback |
An interface implemented by requester.
|
Timer.TimerNode |
An interface implemented by TimerFactory.
|
Class | Description |
---|---|
BitSet |
This class implements a vector of bits that grows as needed.
|
BitSetUtilFactory |
Factory that implements BitSetUtil.
|
ExecutorFactory |
Create an IOCExecutor.
|
LinkedListCreate<T> |
Create LinkedList, LinkedListNode, and LinkedListArray.
|
MessageNode |
Node for a MessageQueue.
|
MessageQueueFactory |
A factory that implements messageQueues.
|
QueueCreate<T> | |
SerializeHelper |
Serialization helper.
|
ThreadCreateFactory | |
TimeFunctionFactory |
Factory to create a TimeFunction, which computes that average number of seconds a function call requires.
|
TimerFactory |
Factory that creates a Timer.
|
Enum | Description |
---|---|
ThreadPriority |
The scan priorities for a record instance that is event or periodically scanned.
|
This package provides a number of utility classes that are used by pvData code.
This package provides utility code:
See documentation/pvDataJava.html for a more complete overview.
Copyright © 2014. All Rights Reserved.