RTI Connext Java API  Version 5.0.0
ThreadSettingsKind Class Reference

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

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.

final int THREAD_SETTINGS_REALTIME_PRIORITY
static

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

final int THREAD_SETTINGS_PRIORITY_ENFORCE
static

Strictly enforce this thread's priority.


RTI Connext Java API Version 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc