Package | Description |
---|---|
org.omg.dds |
Modifier and Type | Interface and Description |
---|---|
interface |
GuardCondition
Generated from IDL interface "GuardCondition".
|
interface |
QueryCondition
Generated from IDL interface "QueryCondition".
|
interface |
ReadCondition
Generated from IDL interface "ReadCondition".
|
interface |
StatusCondition
Generated from IDL interface "StatusCondition".
|
Modifier and Type | Class and Description |
---|---|
class |
_ConditionStub
Generated from IDL interface "Condition".
|
class |
_GuardConditionStub
Generated from IDL interface "GuardCondition".
|
class |
_QueryConditionStub
Generated from IDL interface "QueryCondition".
|
class |
_ReadConditionStub
Generated from IDL interface "ReadCondition".
|
class |
_StatusConditionStub
Generated from IDL interface "StatusCondition".
|
Modifier and Type | Field and Description |
---|---|
Condition |
ConditionHolder.value |
Condition[] |
ConditionSeqHolder.value |
Modifier and Type | Method and Description |
---|---|
Condition |
ConditionPOATie._this() |
Condition |
ConditionPOA._this() |
Condition |
ConditionPOATie._this(ORB orb) |
Condition |
ConditionPOA._this(ORB orb) |
static Condition |
ConditionHelper.extract(Any any) |
static Condition[] |
ConditionSeqHelper.extract(Any any) |
static Condition |
ConditionHelper.narrow(Object obj) |
static Condition |
ConditionHelper.read(InputStream in) |
static Condition[] |
ConditionSeqHelper.read(InputStream _in) |
static Condition |
ConditionHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
int |
WaitSetOperations.attach_condition(Condition cond) |
int |
WaitSetPOATie.attach_condition(Condition cond) |
int |
_WaitSetStub.attach_condition(Condition cond) |
int |
WaitSetOperations.detach_condition(Condition cond) |
int |
WaitSetPOATie.detach_condition(Condition cond) |
int |
_WaitSetStub.detach_condition(Condition cond) |
static void |
ConditionHelper.insert(Any any,
Condition s) |
static void |
ConditionSeqHelper.insert(Any any,
Condition[] s) |
static void |
ConditionHelper.write(OutputStream _out,
Condition s) |
static void |
ConditionSeqHelper.write(OutputStream _out,
Condition[] _s) |
Constructor and Description |
---|
ConditionHolder(Condition initial) |
ConditionSeqHolder(Condition[] initial) |