aicas logo Realtime Java
Technology.

javax.realtime
Class NoHeapRealtimeThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--javax.realtime.RealtimeThread
              |
              +--javax.realtime.NoHeapRealtimeThread
All Implemented Interfaces:
java.lang.Runnable, Schedulable

public class NoHeapRealtimeThread
extends RealtimeThread


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
NoHeapRealtimeThread(SchedulingParameters sp, MemoryArea ma)
           
NoHeapRealtimeThread(SchedulingParameters sp, ReleaseParameters rp, MemoryArea ma)
           
NoHeapRealtimeThread(SchedulingParameters sp, ReleaseParameters rp, MemoryParameters mp, MemoryArea ma, ProcessingGroupParameters group, java.lang.Runnable logic)
           
 
Method Summary
 void start()
           
 
Methods inherited from class javax.realtime.RealtimeThread
addIfFeasible, addToFeasibility, currentRealtimeThread, deschedulePeriodic, getCurrentMemoryArea, getInitialMemoryAreaIndex, getMemoryAreaStackDepth, getMemoryParameters, getOuterMemoryArea, getProcessingGroupParameters, getReleaseParameters, getScheduler, getSchedulingParameters, interrupt, removeFromFeasibility, schedulePeriodic, setIfFeasible, setIfFeasible, setIfFeasible, setMemoryParameters, setMemoryParametersIfFeasible, setProcessingGroupParameters, setProcessingGroupParametersIfFeasible, setReleaseParameters, setReleaseParametersIfFeasible, setScheduler, setScheduler, setSchedulingParameters, setSchedulingParametersIfFeasible, sleep, sleep, waitForNextPeriod
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

NoHeapRealtimeThread

public NoHeapRealtimeThread(SchedulingParameters sp,
                            MemoryArea ma)
                     throws java.lang.IllegalArgumentException

NoHeapRealtimeThread

public NoHeapRealtimeThread(SchedulingParameters sp,
                            ReleaseParameters rp,
                            MemoryArea ma)
                     throws java.lang.IllegalArgumentException

NoHeapRealtimeThread

public NoHeapRealtimeThread(SchedulingParameters sp,
                            ReleaseParameters rp,
                            MemoryParameters mp,
                            MemoryArea ma,
                            ProcessingGroupParameters group,
                            java.lang.Runnable logic)
                     throws java.lang.IllegalArgumentException
Method Detail

start

public void start()
Overrides:
start in class RealtimeThread

aicas logo Realtime Java
Technology.

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2003 aicas GmbH. All Rights Reserved.