aicas logoJamaica 6.4 release 1

Uses of Class
java.lang.IllegalThreadStateException

Packages that use IllegalThreadStateException
java.lang Provides classes that are fundamental to the design of the Java programming language. 
javax.realtime Jamaica's implementation of the Real-Time Specification for Java. 
 

Uses of IllegalThreadStateException in java.lang
 

Methods in java.lang that throw IllegalThreadStateException
 int Thread.countStackFrames()
          Deprecated. Since this must be suspended for this operation, and suspend is deprecated, this is also deprecated.
 void Thread.setDaemon(boolean on)
          setDaemon sets the daemon state of this thread.
 void Thread.start()
          start starts execution of the new thread.
 

Uses of IllegalThreadStateException in javax.realtime
 

Subclasses of IllegalThreadStateException in javax.realtime
 class CeilingViolationException
          Jamaica Real-Time Specification for Java class CeilingViolationException.
 

Methods in javax.realtime that throw IllegalThreadStateException
 boolean AsynchronouslyInterruptedException.clear()
           clear checks if it is called on the AIE that is currently pending.
 boolean AbstractAsyncEventHandler.setIfFeasible(ReleaseParameters release, MemoryParameters memory)
           setIfFeasible performs a feasibility analysis using the provided release and memory parameters.
 boolean RealtimeThread.setIfFeasible(ReleaseParameters release, MemoryParameters memory)
           setIfFeasible performs a feasibility analysis using the provided release and memory parameters.
 boolean AbstractAsyncEventHandler.setIfFeasible(ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           setIfFeasible performs a feasibility analysis using the provided release, memory, and processing group parameters.
 boolean RealtimeThread.setIfFeasible(ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           setIfFeasible performs a feasibility analysis using the provided release, memory, and processing group parameters.
 boolean AbstractAsyncEventHandler.setIfFeasible(ReleaseParameters release, ProcessingGroupParameters group)
           setIfFeasible performs a feasibility analysis using the provided release and processing group parameters.
 boolean RealtimeThread.setIfFeasible(ReleaseParameters release, ProcessingGroupParameters group)
           setIfFeasible performs a feasibility analysis using the provided release and processing group parameters.
 boolean PriorityScheduler.setIfFeasible(Schedulable schedulable, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
          setIfFeasible first performs a feasibility analysis using the new scheduling, release, memory, and group parameters for schedulable.
abstract  boolean Scheduler.setIfFeasible(Schedulable schedulable, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
          setIfFeasible first performs a feasibility analysis for schedulable using the new scheduling, release, memory, and group parameters.
 boolean AbstractAsyncEventHandler.setIfFeasible(SchedulingParameters sched, ReleaseParameters release, MemoryParameters memory)
           setIfFeasible performs a feasibility analysis using the provided scheduling, release and memory parameters.
 boolean RealtimeThread.setIfFeasible(SchedulingParameters sched, ReleaseParameters release, MemoryParameters memory)
           setIfFeasible performs a feasibility analysis using the provided scheduling, release, and memory parameters.
 boolean AbstractAsyncEventHandler.setIfFeasible(SchedulingParameters sched, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           setIfFeasible performs a feasibility analysis using the provided scheduling, release, memory, and processing group parameters.
 void AbstractAsyncEventHandler.setMemoryParameters(MemoryParameters memory)
           setMemoryParameters replaces the memory parameters for this handler with the parameters provided.
 void RealtimeThread.setMemoryParameters(MemoryParameters memory)
           setMemoryParameters replaces the memory parameters for this RealtimeThread with the parameters provided.
 void AbstractAsyncEventHandler.setReleaseParameters(ReleaseParameters release)
           setReleaseParameters replaces the release parameters for this handler with the parameters provided.
 void RealtimeThread.setReleaseParameters(ReleaseParameters release)
           setReleaseParameters replaces the release parameters for this RealtimeThread with the parameters provided.
 boolean AbstractAsyncEventHandler.setReleaseParametersIfFeasible(ReleaseParameters release)
           setReleaseParametersIfFeasible performs a feasibility analysis using the provided release parameters.
 boolean RealtimeThread.setReleaseParametersIfFeasible(ReleaseParameters release)
           setReleaseParametersIfFeasible performs a feasibility analysis using the provided release parameters.
 void AbstractAsyncEventHandler.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           setScheduler sets the scheduler and scheduling, release, memory, and processing group parameters for this handler.
 void RealtimeThread.setScheduler(Scheduler scheduler, SchedulingParameters scheduling, ReleaseParameters release, MemoryParameters memory, ProcessingGroupParameters group)
           setScheduler set the scheduler and scheduling, release, memory, and processing group parameters for this RealtimeThread.
 void AbstractAsyncEventHandler.setSchedulingParameters(SchedulingParameters scheduling)
           setSchedulingParameters sets the scheduling parameters for this handler.
 void RealtimeThread.setSchedulingParameters(SchedulingParameters scheduling)
           setSchedulingParameters sets the scheduling parameters for this RealtimeThread.
static boolean RealtimeThread.waitForNextPeriod()
           waitForNextPeriod delays the current periodic thread until the beginning of the next period.
static boolean RealtimeThread.waitForNextPeriodInterruptible()
           waitForNextPeriodInterruptible is an exact copy of waitForNextPeriod, but permits to be interrupted when waiting for the next period or when waiting for a call to schedulePeriodic().
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.