ThreadSettingsKind Class Reference
[Thread Settings]

A collection of flags used to configure threads of execution. More...

List of all members.

Static Public Attributes

static final int THREAD_SETTINGS_KIND_MASK_DEFAULT
 The mask of default thread options.
static final int THREAD_SETTINGS_FLOATING_POINT
 Code executed within the thread may perform floating point operations.
static final int THREAD_SETTINGS_STDIO
 Code executed within the thread may access standard I/O.
static final int THREAD_SETTINGS_REALTIME_PRIORITY
 The thread will be schedule on a real-time basis.
static final int THREAD_SETTINGS_PRIORITY_ENFORCE
 Strictly enforce this thread's priority.


Detailed Description

A collection of flags used to configure threads of execution.

Not all of these options may be relevant for all operating systems.

See also:
com.rti.dds.infrastructure.ThreadSettingsKindMask

Member Data Documentation

final int THREAD_SETTINGS_FLOATING_POINT [static]

Code executed within the thread may perform floating point operations.

final int THREAD_SETTINGS_STDIO [static]

Code executed within the thread may access standard I/O.

The thread will be schedule on a real-time basis.

Strictly enforce this thread's priority.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc