![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
ReadConditionImpl (OsplServiceEnvironment environment, AbstractDataReader< TYPE > parent, Collection< SampleState > sampleState, Collection< ViewState > viewState, Collection< InstanceState > instanceState) | |
ReadConditionImpl (OsplServiceEnvironment environment, AbstractDataReader< TYPE > parent, DataStateImpl state) | |
ReadConditionImpl (OsplServiceEnvironment environment, AbstractDataReader< TYPE > parent) | |
ReadConditionImpl (OsplServiceEnvironment environment, AbstractDataReader< TYPE > parent, boolean setupCondition) | |
ReadConditionImpl (OsplServiceEnvironment environment, AbstractDataReader< TYPE > parent, DataStateImpl state, boolean setupCondition) | |
void | close () |
Reclaim any resources associated with this condition. More... | |
ServiceEnvironment | getEnvironment () |
Set< InstanceState > | getInstanceStates () |
This operation returns the set of instance states that are taken into account to determine the triggerValue of the ReadCondition. More... | |
DDS.ReadCondition | getOld () |
DDS.ReadCondition | getOldCondition () |
DataReader< TYPE > | getParent () |
Set< SampleState > | getSampleStates () |
This operation returns the set of sample states that are taken into account to determine the triggerValue of the ReadCondition. More... | |
DataStateImpl | getState () |
boolean | getTriggerValue () |
Set< ViewState > | getViewStates () |
This operation returns the set of view states that are taken into account to determine the triggerValue of the ReadCondition. More... | |
Protected Attributes | |
final OsplServiceEnvironment | environment |
DDS.ReadCondition | old |
final AbstractDataReader< TYPE > | parent |
final DataStateImpl | state |
Definition at line 37 of file ReadConditionImpl.java.
org.opensplice.dds.sub.ReadConditionImpl< TYPE >.ReadConditionImpl | ( | OsplServiceEnvironment | environment, |
AbstractDataReader< TYPE > | parent, | ||
Collection< SampleState > | sampleState, | ||
Collection< ViewState > | viewState, | ||
Collection< InstanceState > | instanceState | ||
) |
Definition at line 44 of file ReadConditionImpl.java.
org.opensplice.dds.sub.ReadConditionImpl< TYPE >.ReadConditionImpl | ( | OsplServiceEnvironment | environment, |
AbstractDataReader< TYPE > | parent, | ||
DataStateImpl | state | ||
) |
Definition at line 53 of file ReadConditionImpl.java.
org.opensplice.dds.sub.ReadConditionImpl< TYPE >.ReadConditionImpl | ( | OsplServiceEnvironment | environment, |
AbstractDataReader< TYPE > | parent | ||
) |
Definition at line 58 of file ReadConditionImpl.java.
org.opensplice.dds.sub.ReadConditionImpl< TYPE >.ReadConditionImpl | ( | OsplServiceEnvironment | environment, |
AbstractDataReader< TYPE > | parent, | ||
boolean | setupCondition | ||
) |
Definition at line 63 of file ReadConditionImpl.java.
org.opensplice.dds.sub.ReadConditionImpl< TYPE >.ReadConditionImpl | ( | OsplServiceEnvironment | environment, |
AbstractDataReader< TYPE > | parent, | ||
DataStateImpl | state, | ||
boolean | setupCondition | ||
) |
Definition at line 69 of file ReadConditionImpl.java.
void org.opensplice.dds.sub.ReadConditionImpl< TYPE >.close | ( | ) |
Reclaim any resources associated with this condition.
Implements org.omg.dds.sub.ReadCondition< TYPE >.
Definition at line 128 of file ReadConditionImpl.java.
ServiceEnvironment org.opensplice.dds.sub.ReadConditionImpl< TYPE >.getEnvironment | ( | ) |
Implements org.omg.dds.core.DDSObject.
Definition at line 99 of file ReadConditionImpl.java.
Set<InstanceState> org.opensplice.dds.sub.ReadConditionImpl< TYPE >.getInstanceStates | ( | ) |
This operation returns the set of instance states that are taken into account to determine the triggerValue of the ReadCondition.
These are the instance states specified when the ReadCondition was created.
Implements org.omg.dds.sub.ReadCondition< TYPE >.
Definition at line 114 of file ReadConditionImpl.java.
DDS.ReadCondition org.opensplice.dds.sub.ReadConditionImpl< TYPE >.getOld | ( | ) |
Definition at line 123 of file ReadConditionImpl.java.
DDS.ReadCondition org.opensplice.dds.sub.ReadConditionImpl< TYPE >.getOldCondition | ( | ) |
Implements org.opensplice.dds.core.Condition< T extends DDS.Condition >.
Definition at line 137 of file ReadConditionImpl.java.
DataReader<TYPE> org.opensplice.dds.sub.ReadConditionImpl< TYPE >.getParent | ( | ) |
Implements org.omg.dds.sub.ReadCondition< TYPE >.
Definition at line 119 of file ReadConditionImpl.java.
Set<SampleState> org.opensplice.dds.sub.ReadConditionImpl< TYPE >.getSampleStates | ( | ) |
This operation returns the set of sample states that are taken into account to determine the triggerValue of the ReadCondition.
These are the sample states specified when the ReadCondition was created.
Implements org.omg.dds.sub.ReadCondition< TYPE >.
Definition at line 104 of file ReadConditionImpl.java.
DataStateImpl org.opensplice.dds.sub.ReadConditionImpl< TYPE >.getState | ( | ) |
Definition at line 132 of file ReadConditionImpl.java.
boolean org.opensplice.dds.sub.ReadConditionImpl< TYPE >.getTriggerValue | ( | ) |
Implements org.omg.dds.core.Condition.
Definition at line 94 of file ReadConditionImpl.java.
Set<ViewState> org.opensplice.dds.sub.ReadConditionImpl< TYPE >.getViewStates | ( | ) |
This operation returns the set of view states that are taken into account to determine the triggerValue of the ReadCondition.
These are the view states specified when the ReadCondition was created.
Implements org.omg.dds.sub.ReadCondition< TYPE >.
Definition at line 109 of file ReadConditionImpl.java.
|
protected |
Definition at line 39 of file ReadConditionImpl.java.
|
protected |
Definition at line 40 of file ReadConditionImpl.java.
|
protected |
Definition at line 41 of file ReadConditionImpl.java.
|
protected |
Definition at line 42 of file ReadConditionImpl.java.