| Package | Description |
|---|---|
| org.omg.RTCORBA |
| Modifier and Type | Field and Description |
|---|---|
ThreadpoolLane[] |
ThreadpoolLanesHolder.value |
ThreadpoolLane |
ThreadpoolLaneHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static ThreadpoolLane[] |
ThreadpoolLanesHelper.extract(Any any) |
static ThreadpoolLane |
ThreadpoolLaneHelper.extract(Any any) |
static ThreadpoolLane[] |
ThreadpoolLanesHelper.read(InputStream _in) |
static ThreadpoolLane |
ThreadpoolLaneHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
RTORBLocalTie.create_threadpool_with_lanes(int stacksize,
ThreadpoolLane[] lanes,
boolean allow_borrowing,
boolean allow_request_buffering,
int max_buffered_requests,
int max_request_buffer_size) |
int |
RTORBOperations.create_threadpool_with_lanes(int stacksize,
ThreadpoolLane[] lanes,
boolean allow_borrowing,
boolean allow_request_buffering,
int max_buffered_requests,
int max_request_buffer_size) |
static void |
ThreadpoolLaneHelper.insert(Any any,
ThreadpoolLane s) |
static void |
ThreadpoolLanesHelper.insert(Any any,
ThreadpoolLane[] s) |
static void |
ThreadpoolLaneHelper.write(OutputStream out,
ThreadpoolLane s) |
static void |
ThreadpoolLanesHelper.write(OutputStream _out,
ThreadpoolLane[] _s) |
| Constructor and Description |
|---|
ThreadpoolLaneHolder(ThreadpoolLane initial) |
ThreadpoolLanesHolder(ThreadpoolLane[] initial) |
Copyright © 2017 JacORB. All rights reserved.