![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
QueryConditionImpl (OsplServiceEnvironment environment, AbstractDataReader< TYPE > parent, DataStateImpl state, String queryExpression, List< String > queryParameters) | |
QueryConditionImpl (OsplServiceEnvironment environment, AbstractDataReader< TYPE > parent, String queryExpression, List< String > queryParameters) | |
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 () |
String | getQueryExpression () |
This operation returns the queryExpression associated with the QueryCondition. More... | |
List< String > | getQueryParameters () |
This operation returns the queryParameters associated with the QueryCondition. More... | |
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... | |
void | setQueryParameters (List< String > queryParameters) |
This operation changes the queryParameters associated with the QueryCondition. More... | |
void | setQueryParameters (String... queryParameters) |
This operation changes the queryParameters associated with the QueryCondition. More... | |
Protected Attributes | |
final OsplServiceEnvironment | environment |
DDS.ReadCondition | old |
final AbstractDataReader< TYPE > | parent |
final DataStateImpl | state |
Definition at line 33 of file QueryConditionImpl.java.
org.opensplice.dds.sub.QueryConditionImpl< TYPE >.QueryConditionImpl | ( | OsplServiceEnvironment | environment, |
AbstractDataReader< TYPE > | parent, | ||
DataStateImpl | state, | ||
String | queryExpression, | ||
List< String > | queryParameters | ||
) |
Definition at line 35 of file QueryConditionImpl.java.
org.opensplice.dds.sub.QueryConditionImpl< TYPE >.QueryConditionImpl | ( | OsplServiceEnvironment | environment, |
AbstractDataReader< TYPE > | parent, | ||
String | queryExpression, | ||
List< String > | queryParameters | ||
) |
Definition at line 43 of file QueryConditionImpl.java.
|
inherited |
Reclaim any resources associated with this condition.
Implements org.omg.dds.sub.ReadCondition< TYPE >.
Definition at line 128 of file ReadConditionImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 99 of file ReadConditionImpl.java.
|
inherited |
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.
|
inherited |
Definition at line 123 of file ReadConditionImpl.java.
DDS.ReadCondition org.opensplice.dds.sub.QueryConditionImpl< TYPE >.getOldCondition | ( | ) |
Implements org.opensplice.dds.core.Condition< T extends DDS.Condition >.
Definition at line 128 of file QueryConditionImpl.java.
|
inherited |
Implements org.omg.dds.sub.ReadCondition< TYPE >.
Definition at line 119 of file ReadConditionImpl.java.
String org.opensplice.dds.sub.QueryConditionImpl< TYPE >.getQueryExpression | ( | ) |
This operation returns the queryExpression associated with the QueryCondition.
That is, the expression specified when the QueryCondition was created.
Implements org.omg.dds.sub.QueryCondition< TYPE >.
Definition at line 77 of file QueryConditionImpl.java.
List<String> org.opensplice.dds.sub.QueryConditionImpl< TYPE >.getQueryParameters | ( | ) |
This operation returns the queryParameters associated with the QueryCondition.
That is, the parameters specified on the last successful call to setQueryParameters(List), or if setQueryParameters(List) was never called, the arguments specified when the QueryCondition was created.
Implements org.omg.dds.sub.QueryCondition< TYPE >.
Definition at line 82 of file QueryConditionImpl.java.
|
inherited |
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.
|
inherited |
Definition at line 132 of file ReadConditionImpl.java.
|
inherited |
Implements org.omg.dds.core.Condition.
Definition at line 94 of file ReadConditionImpl.java.
|
inherited |
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.
void org.opensplice.dds.sub.QueryConditionImpl< TYPE >.setQueryParameters | ( | List< String > | queryParameters | ) |
This operation changes the queryParameters associated with the QueryCondition.
queryParameters | a container, into which this method will place its result. |
org.omg.dds.core.DDSException | An internal error has occurred. |
org.omg.dds.core.OutOfResourcesException | The Data Distribution Service ran out of resources to complete this operation. |
Implements org.omg.dds.sub.QueryCondition< TYPE >.
Definition at line 97 of file QueryConditionImpl.java.
void org.opensplice.dds.sub.QueryConditionImpl< TYPE >.setQueryParameters | ( | String... | queryParameters | ) |
This operation changes the queryParameters associated with the QueryCondition.
queryParameters | a container, into which this method will place its result. |
org.omg.dds.core.DDSException | An internal error has occurred. |
org.omg.dds.core.OutOfResourcesException | The Data Distribution Service ran out of resources to complete this operation. |
Implements org.omg.dds.sub.QueryCondition< TYPE >.
Definition at line 113 of file QueryConditionImpl.java.
|
protectedinherited |
Definition at line 39 of file ReadConditionImpl.java.
|
protectedinherited |
Definition at line 40 of file ReadConditionImpl.java.
|
protectedinherited |
Definition at line 41 of file ReadConditionImpl.java.
|
protectedinherited |
Definition at line 42 of file ReadConditionImpl.java.