See: Description
| Interface | Description |
|---|---|
| SToC.CASDataReceiver |
Interface for delivery of a sequence of CAS data chunks.
|
| SToCThread.CASDataDelivery |
Interface for CAS data delivery.
|
| UseJLogger |
Message logging interface.
|
| Class | Description |
|---|---|
| CASDeliveryThread |
A thread that provides a delivery mechanism for a sequence of CAS
chunks, providing a suitable means for a
SToC CAS data
generator to deliver the results of an individual SiGML-to-CAS
request. |
| JSONStreamGenFromAnim |
Generator, and deliverer, of a stream of JSON chunks for a
SiGML animation.
|
| OneShotTimeoutBarrier |
A
OneShotTimeoutBarrier, like a Token, is a form
of binary semaphore, but with two differences: (a) the
OneShotTimeoutBarrier.passWhenOpen(long)/P() operation has a timeout, and (b) it is
"one-shot" in that the OneShotTimeoutBarrier.passWhenOpen(long) method should be
called by a single thread on a single occasion only. |
| OutermostAppletFinder |
This class embodies a crude hack, which attempts to identify
the parent JNLPAppletLauncher instance for a given applet.
|
| SToC |
SiGML-to-CAS converter for the
SToCApplet. |
| SToCThread |
SiGML-to-CAS thread, providing support for the
SToCApplet. |
| SynchBufMultiProd<E> |
A synchronized buffer with a generic buffered item type,
for the use of one or more producer threads and a single consumer thread.
|
| SynchBufSingleProd<E> |
A synchronized buffer with a generic buffered item type,
for the use of a single producer thread and a single consumer thread.
|
| ThreadUtilities |
The ThreadUtilities class provides a collection of static methods
for listing and finding Thread, ThreadGroup, and ThreadInfo objects.
|
| Token |
A synchronization Token is essentially a binary semaphore,
with
Token.acquire() as the potentially blocking P() operation,
and Token.release() as the potentially unblocking V() operation. |