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

G

getAppListenerCount() - Method in class se.lth.cs.realtime.event.RTEventDispatcher
Return the total number of listeners for this listenerList
getCause() - Method in class se.lth.cs.realtime.event.ExceptionEvent
Return the reason for this event, which in turn can be thrown by the event-recieving thread as a way of transferring exception handling from one thread to another.
getClaimer() - Method in class se.lth.cs.realtime.event.OwnerError
Obtain the claiming (RT)Thread.
getDefaultEventBufferSize() - Static method in class se.lth.cs.realtime.RTSystem
 
getDelayMillis() - Method in class se.lth.cs.realtime.RTDelayed
 
getDesiredMillis() - Method in class se.lth.cs.realtime.RTDelayed
 
getDispatcher() - Method in class se.lth.cs.realtime.JThread
Obtain the object that internally stores the subscriptions of events, often referred to as the listener list.
getDispatcher() - Method in class se.lth.cs.realtime.RTThread
Obtain the object that internally stores the subscriptions of events, often referred to as the listener list.
getDispatcher() - Method in interface se.lth.cs.realtime.event.RTEventSource
Obtain object used for event subscription.
getEnv() - Method in interface se.lth.cs.realtime.Activity
 
getEnv() - Method in class se.lth.cs.realtime.ActivityImpl
 
getEnv() - Method in class se.lth.cs.realtime.JThread
Environments not implemented yet.
getEnv() - Method in class se.lth.cs.realtime.RTThread
Environments not implemented yet.
getMaxEventBufferSize() - Static method in class se.lth.cs.realtime.RTSystem
 
getMaxPriority() - Method in class se.lth.cs.realtime.RTThreadGroup
Returns the maximum priority of this thread group.
getMaxSize() - Method in class se.lth.cs.realtime.event.RTEventBuffer
Gets the maximum size of the buffer.
getMaxTimeLag() - Method in class se.lth.cs.realtime.RTThread
 
getMillis() - Method in class se.lth.cs.realtime.RTError
 
getMillis() - Method in class se.lth.cs.realtime.event.RTEvent
Returns the event's time stamp in number of milli-seconds.
getMinPriority() - Method in class se.lth.cs.realtime.RTThreadGroup
Returns the minimum priority of this thread group.
getName() - Method in class se.lth.cs.realtime.RTThread
Returns this thread's name.
getName() - Method in class se.lth.cs.realtime.RTThreadGroup
Returns the name of this thread group.
getNanos() - Method in class se.lth.cs.realtime.event.RTEvent
Return the sub-milli part of the time-stamp, if any.
getOwner() - Method in class se.lth.cs.realtime.event.OwnerError
Obtain the Thread or RTThread actually owning the event possessed.
getOwner() - Method in class se.lth.cs.realtime.event.RTEvent
Obtain current owner.
getParent() - Method in class se.lth.cs.realtime.RTThreadGroup
Returns the parent of this thread group.
getPeriod() - Method in class se.lth.cs.realtime.PeriodicThread
Returns the period of this thread, in milliseconds.
getPriority() - Method in class se.lth.cs.realtime.RTThread
Obtain the priority of this thread.
getRTThreadId() - Method in class se.lth.cs.realtime.RTThread
Obtain the unique RTThread number assigned to this thread object.
getReason() - Method in class se.lth.cs.realtime.event.AckEvent
Obtain the reason for this event being sent.
getSeconds() - Method in class se.lth.cs.realtime.event.RTEvent
Returns the creation-time (or supplied time-stamp= of this event.
getSequenceNumber() - Method in class se.lth.cs.realtime.RTError
 
getShortestPeriod() - Method in class se.lth.cs.realtime.SporadicThread
Returns the shortest period of this thread, in milliseconds.
getThread() - Method in class se.lth.cs.realtime.ActivityImpl
Not part of the Activity interface, obtain the represented Thread or RTThread.
getThreadGroup() - Method in class se.lth.cs.realtime.RTThread
Returns this thread's RTThreadGroup.
getTickMillis() - Static method in class se.lth.cs.realtime.RTSystem
 
getTickNanos() - Static method in class se.lth.cs.realtime.RTSystem
 
getTicks() - Method in class se.lth.cs.realtime.event.RTEvent
Returns the event's time stamp.
getTimebase() - Method in interface se.lth.cs.realtime.Activity
 
getTimebase() - Method in class se.lth.cs.realtime.ActivityImpl
 
getTimebase() - Method in class se.lth.cs.realtime.JThread
Timebases not implemented yet.
getTimebase() - Method in class se.lth.cs.realtime.RTThread
Timebases not implemented yet.
getTimebase() - Method in class se.lth.cs.realtime.event.RTEvent
Obtains the time-base relating (possibly locally counted) ticks or seconds to real or simulated time.
give() - Method in class se.lth.cs.realtime.semaphore.BinarySem
Sets the internal flag to true and releases the first-in-queue blocked thread, if any.
give() - Method in class se.lth.cs.realtime.semaphore.CountingSem
Increments the internal counter by one and releases the first-in-queue blocked thread, if any.
give(int) - Method in class se.lth.cs.realtime.semaphore.MultistepSem
Increments the internal counter by the supplied number of steps and releases that many blocked thread, if any.
give() - Method in class se.lth.cs.realtime.semaphore.MultistepSem
The same as give(1).
give() - Method in class se.lth.cs.realtime.semaphore.MutexSem
Sets the mutex to its unoccupied state and releases the first-in-queue blocked thread, if any.
give() - Method in interface se.lth.cs.realtime.semaphore.Semaphore
Increments by 1 the counter represented by this semaphore, and notify at least one, if any, of the waiting threads.
giveAll() - Method in class se.lth.cs.realtime.semaphore.MultistepSem
Increments the internal counter by the number of steps needed to release all blocked threads, if any.

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