A B C D E F G H I J L M N O P R S T U W Y _

A

AbstractJPEGStream - class se.lth.cs.jpeg.AbstractJPEGStream.
Abstract superclass for JPEG streams (cameras and video players).
AbstractJPEGStream() - Constructor for class se.lth.cs.jpeg.AbstractJPEGStream
 
AckEvent - class se.lth.cs.realtime.event.AckEvent.
Event to be used for acknowledgement of actions done, such as having received an event and/or having carried out an order.
AckEvent() - Constructor for class se.lth.cs.realtime.event.AckEvent
 
AckEvent(Object) - Constructor for class se.lth.cs.realtime.event.AckEvent
 
AckEvent(long) - Constructor for class se.lth.cs.realtime.event.AckEvent
 
AckEvent(Object, long) - Constructor for class se.lth.cs.realtime.event.AckEvent
 
AckEvent(Object, long, Timebase) - Constructor for class se.lth.cs.realtime.event.AckEvent
 
Activity - interface se.lth.cs.realtime.Activity.
General functionality of concurrent activities; light-weight (threads) or heavy-weight (OS) processes.
ActivityEvent - class se.lth.cs.realtime.event.ActivityEvent.
Generic type of event which informs about normal changes or advancement of thread execution, such as changed period, changed priority, suspension, new sample, etc.
ActivityEvent() - Constructor for class se.lth.cs.realtime.event.ActivityEvent
Like the default RTEvent constructor, which uses the current (RT)Thread as the source.
ActivityEvent(Activity) - Constructor for class se.lth.cs.realtime.event.ActivityEvent
Constructs an ActivityEvent object with the specified source activity, set as the source of this event.
ActivityEvent(long) - Constructor for class se.lth.cs.realtime.event.ActivityEvent
The new event gets the time stamp according to ts.
ActivityEvent(Activity, long) - Constructor for class se.lth.cs.realtime.event.ActivityEvent
Create a new event with both source and time set.
ActivityEvent(Activity, long, Timebase) - Constructor for class se.lth.cs.realtime.event.ActivityEvent
Constructs an activity-event object with the specified source object and time-stamp with respect to the specified time-base.
ActivityImpl - class se.lth.cs.realtime.ActivityImpl.
Let a java.lang.Thread object be treated as an Activity, which it (almost) is even if that interface (in se.lth.cs.realtime)is not implemented (in java.lang).
ActivityImpl() - Constructor for class se.lth.cs.realtime.ActivityImpl
Create an activity representing the currently executing thread.
ActivityImpl(Thread) - Constructor for class se.lth.cs.realtime.ActivityImpl
Make an activity out of a Java thread.
ActivityImpl(RTThread) - Constructor for class se.lth.cs.realtime.ActivityImpl
Create an activity object, that we already have, for completeness.
accept(Object) - Method in class se.lth.cs.realtime.event.RendezvousEvent
Accept the rendezvous and call call to carry out any work using the shared data as provided in subclasses of this class.
actionPerformed(ActionEvent) - Method in class JPEGStreamViewer
The ActionListener interface requires this method to be implemented.
actionPerformed(ActionEvent) - Method in class JPEGViewer
The ActionListener interface requires this method to be implemented.
activeCount() - Method in class se.lth.cs.realtime.RTThreadGroup
Returns an estimate of the number of active threads in this thread group.
activeGroupCount() - Method in class se.lth.cs.realtime.RTThreadGroup
Returns an estimate of the number of active groups in this thread group.
addActListener(RTEventListener, int, Object) - Method in class se.lth.cs.realtime.event.RTEventDispatcher
Default method to add activity listeners.
addData(OPIBuffer) - Method in class se.lth.cs.opi.OPIStream
 
addExcListener(RTEventListener, int, Object) - Method in class se.lth.cs.realtime.event.RTEventDispatcher
Method to add exception listeners.
addListener(RTEventListener) - Method in class se.lth.cs.realtime.JThread
Register subscriber as listener of application events emitted from this thread object.
addListener(RTEventListener) - Method in class se.lth.cs.realtime.RTThread
 
addListener(RTEventListener, int, Object) - Method in class se.lth.cs.realtime.event.RTEventDispatcher
Add the listener as a listener of application events, with the specified priority, and possibly with an event mask to limit the amount of event notifications.
addListener(RTEventListener) - Method in interface se.lth.cs.realtime.event.RTEventSource
Subscribe on RTEvents from this source.
addStage(OPIStage, int, OPIFormat, OPIFormat) - Method in class se.lth.cs.opi.OPIPipeline
 
await() - Method in class se.lth.cs.realtime.Condition
Waits until this condition variable is signaled.
await(long) - Method in class se.lth.cs.realtime.Condition
Waits until this condition variable is signaled or the given time limit has expired.
await(Object) - Static method in class se.lth.cs.realtime.Condition
Replacement for java.lang.Object.wait(), to be used with this as an argument, assuming that is the locked monitor.
await(Object, long) - Static method in class se.lth.cs.realtime.Condition
Call wait(timeout) in monitor, but considering application time before return.
awaitEmpty() - Method in class se.lth.cs.realtime.event.Buffer
Waits for buffer to become empty.
awaitEmpty() - Method in class se.lth.cs.realtime.event.BufferLegacy
Deprecated. Waits for buffer to become empty.
awaitFull() - Method in class se.lth.cs.realtime.event.Buffer
Waits for buffer to become full.
awaitFull() - Method in class se.lth.cs.realtime.event.BufferLegacy
Deprecated. Waits for buffer to become full.
awaitNotEmpty() - Method in class se.lth.cs.realtime.event.Buffer
Waits for buffer to become non-empty.
awaitNotEmpty() - Method in class se.lth.cs.realtime.event.BufferLegacy
Deprecated. Waits for buffer to become non-empty.
awaitNotFull() - Method in class se.lth.cs.realtime.event.Buffer
Waits for buffer to become non-full.
awaitNotFull() - Method in class se.lth.cs.realtime.event.BufferLegacy
Deprecated. Waits for buffer to become non-full.

A B C D E F G H I J L M N O P R S T U W Y _