Serialized Form


Package javax.realtime

Class javax.realtime.ArrivalTimeQueueOverflowException extends java.lang.RuntimeException implements Serializable

Class javax.realtime.AsynchronouslyInterruptedException extends java.lang.InterruptedException implements Serializable

Serialized Fields

firePending

boolean firePending
Records pending fire (calls to fire while disabled.


enabled

boolean enabled
Stores the state of this AIE with respect to enabling.


active

boolean active
Set to true when a call to doInterruptible() is in progress.

It remains true while executing interruptAction().


depth

int depth
Depth of the AIE (0 if generic)


thread

RealtimeThread thread
Thread executing its interruptible logic

It is set to null while executing interruptAction().


lock

java.lang.Object lock
This is the object used to synchronize in doInterruptible

Class javax.realtime.CeilingViolationException extends java.lang.IllegalThreadStateException implements Serializable

Serialized Fields

callerPriority

int callerPriority

ceiling

int ceiling

Class javax.realtime.DuplicateFilterException extends java.lang.Exception implements Serializable

Class javax.realtime.IllegalAssignmentError extends java.lang.Error implements Serializable

Class javax.realtime.InaccessibleAreaException extends java.lang.RuntimeException implements Serializable

Class javax.realtime.MemoryAccessError extends java.lang.Error implements Serializable

Class javax.realtime.MemoryInUseException extends java.lang.RuntimeException implements Serializable

Class javax.realtime.MemoryScopeException extends java.lang.RuntimeException implements Serializable

Class javax.realtime.MemoryTypeConflictException extends java.lang.RuntimeException implements Serializable

Class javax.realtime.MITViolationException extends java.lang.RuntimeException implements Serializable

Class javax.realtime.OffsetOutOfBoundsException extends java.lang.RuntimeException implements Serializable

Class javax.realtime.ResourceLimitError extends java.lang.Error implements Serializable

Class javax.realtime.ScopedCycleException extends java.lang.RuntimeException implements Serializable

Class javax.realtime.SizeOutOfBoundsException extends java.lang.RuntimeException implements Serializable

Class javax.realtime.ThrowBoundaryError extends java.lang.Error implements Serializable

Class javax.realtime.Timed extends AsynchronouslyInterruptedException implements Serializable

Serialized Fields

timer

OneShotTimer timer

wrapper

javax.realtime.Timed.TimedWrapper wrapper

time

HighResolutionTime time

finalizer

java.lang.Object finalizer

Class javax.realtime.UnknownHappeningException extends java.lang.RuntimeException implements Serializable

Class javax.realtime.UnsupportedPhysicalMemoryException extends java.lang.RuntimeException implements Serializable