- Sample<TYPE> - Interface in org.omg.dds.sub
-
A Sample represents an atom of data information (i.e., one value for one
instance) as returned by a
DataReader
's read or take operations.
- Sample.Iterator<IT_DATA> - Interface in org.omg.dds.sub
-
- SampleLostEvent<TYPE> - Class in org.omg.dds.core.event
-
A sample has been lost (never received).
- SampleLostEvent(DataReader<TYPE>) - Constructor for class org.omg.dds.core.event.SampleLostEvent
-
- SampleLostStatus - Class in org.omg.dds.core.status
-
A sample has been lost (never received).
- SampleLostStatus() - Constructor for class org.omg.dds.core.status.SampleLostStatus
-
- SampleRejectedEvent<TYPE> - Class in org.omg.dds.core.event
-
A (received) sample has been rejected.
- SampleRejectedEvent(DataReader<TYPE>) - Constructor for class org.omg.dds.core.event.SampleRejectedEvent
-
- SampleRejectedStatus - Class in org.omg.dds.core.status
-
A (received) sample has been rejected.
- SampleRejectedStatus() - Constructor for class org.omg.dds.core.status.SampleRejectedStatus
-
- SampleRejectedStatus.Kind - Enum in org.omg.dds.core.status
-
- SampleState - Enum in org.omg.dds.sub
-
- select() - Method in interface org.omg.dds.sub.DataReader
-
- SEQUENCE_TYPE_VALUE - Static variable in class org.omg.dds.type.TypeKind.Values
-
- SequenceType - Interface in org.omg.dds.type.typeobject
-
- SequenceType.MemberId - Class in org.omg.dds.type.typeobject
-
- SerializeAs - Annotation Type in org.omg.dds.type
-
- ServiceConfigurationException - Exception in org.omg.dds.core
-
Indicates that a DDS implementation could not be loaded because the
either the request to do so or the runtime environment is not correctly
configured.
- ServiceConfigurationException() - Constructor for exception org.omg.dds.core.ServiceConfigurationException
-
- ServiceConfigurationException(String) - Constructor for exception org.omg.dds.core.ServiceConfigurationException
-
- ServiceConfigurationException(Throwable) - Constructor for exception org.omg.dds.core.ServiceConfigurationException
-
- ServiceConfigurationException(String, Throwable) - Constructor for exception org.omg.dds.core.ServiceConfigurationException
-
- ServiceEnvironment - Class in org.omg.dds.core
-
DDS implementations are rooted in this class, a concrete subclass
of which can be instantiated based on a system property.
- ServiceEnvironment() - Constructor for class org.omg.dds.core.ServiceEnvironment
-
- ServiceEnvironment.ServiceProviderInterface - Interface in org.omg.dds.core
-
This interface is for the use of the DDS implementation, not of DDS
applications.
- ServiceInitializationException - Exception in org.omg.dds.core
-
Indicates that a DDS implementation could not be initialized due to an
error that occurred within that implementation.
- ServiceInitializationException() - Constructor for exception org.omg.dds.core.ServiceInitializationException
-
- ServiceInitializationException(String) - Constructor for exception org.omg.dds.core.ServiceInitializationException
-
- ServiceInitializationException(Throwable) - Constructor for exception org.omg.dds.core.ServiceInitializationException
-
- ServiceInitializationException(String, Throwable) - Constructor for exception org.omg.dds.core.ServiceInitializationException
-
- set(Sample<IT_DATA>) - Method in interface org.omg.dds.sub.Sample.Iterator
-
- setAnnotation(AnnotationDescriptor) - Method in interface org.omg.dds.type.dynamic.DynamicType
-
- setAnnotation(AnnotationDescriptor) - Method in interface org.omg.dds.type.dynamic.DynamicTypeMember
-
- setAnnotations(AnnotationDescriptor...) - Method in interface org.omg.dds.type.dynamic.DynamicType
-
- setAnnotations(AnnotationDescriptor...) - Method in interface org.omg.dds.type.dynamic.DynamicTypeMember
-
- setBigDecimalValue(int, BigDecimal) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setBigDecimalValues(int, List<BigDecimal>) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setBigIntegerValue(int, BigInteger) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setBigIntegerValues(int, List<BigInteger>) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setBooleanValue(int, boolean) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setBooleanValues(int, boolean[], int, int) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setByteValue(int, byte) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setByteValues(int, byte[], int, int) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setCharValue(int, char) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setCharValues(int, char[], int, int) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setCharValues(int, CharSequence) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setComplexValue(int, DynamicData) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setDefaultDataReaderQos(DataReaderQos) - Method in interface org.omg.dds.sub.Subscriber
-
- setDefaultDataWriterQos(DataWriterQos) - Method in interface org.omg.dds.pub.Publisher
-
This operation sets a default value of the DataWriter QoS policies,
which will be used for newly created
DataWriter
entities in
the case where the QoS policies are defaulted in the
Publisher.createDataWriter(Topic)
operation.
- setDefaultParticipantQos(DomainParticipantQos) - Method in class org.omg.dds.domain.DomainParticipantFactory
-
- setDefaultPublisherQos(PublisherQos) - Method in interface org.omg.dds.domain.DomainParticipant
-
This operation sets a default value of the Publisher QoS policies,
which will be used for newly created
Publisher
entities in the
case where the QoS policies are defaulted in the
createPublisher()
operation.
- setDefaultSubscriberQos(SubscriberQos) - Method in interface org.omg.dds.domain.DomainParticipant
-
This operation sets a default value of the Subscriber QoS policies
that will be used for newly created
Subscriber
entities in the
case where the QoS policies are defaulted in the
createSubscriber()
operation.
- setDefaultTopicQos(TopicQos) - Method in interface org.omg.dds.domain.DomainParticipant
-
This operation sets a default value of the Topic QoS policies, which
will be used for newly created
Topic
entities in the case
where the QoS policies are defaulted in the
createTopic(String, Class)
operation.
- setEnabledStatuses(Collection<Class<? extends Status>>) - Method in interface org.omg.dds.core.StatusCondition
-
This operation defines the list of communication statuses that are
taken into account to determine the triggerValue of the
StatusCondition.
- setExpressionParameters(List<String>) - Method in interface org.omg.dds.topic.ContentFilteredTopic
-
This operation changes the expression parameters associated with the
ContentFilteredTopic.
- setExpressionParameters(List<String>) - Method in interface org.omg.dds.topic.MultiTopic
-
This operation changes the expression parameters associated with the
MultiTopic.
- setFloat32Value(int, float) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setFloat32Values(int, float[], int, int) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setFloat64Value(int, double) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setFloat64Values(int, double[], int, int) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setInt16Value(int, short) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setInt16Values(int, short[], int, int) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setInt32Value(int, int) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setInt32Values(int, int[], int, int) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setInt64Value(int, long) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setInt64Values(int, long[], int, int) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setKey(CharSequence) - Method in class org.omg.dds.type.builtin.KeyedBytes
-
- setKey(CharSequence) - Method in class org.omg.dds.type.builtin.KeyedString
-
- setListener(LISTENER) - Method in interface org.omg.dds.core.Entity
-
This operation installs a Listener on the Entity.
- setListener(LISTENER, Collection<Class<? extends Status>>) - Method in interface org.omg.dds.core.Entity
-
This operation installs a Listener on the Entity.
- setQos(QOS) - Method in interface org.omg.dds.core.Entity
-
This operation is used to set the QoS policies of the Entity.
- setQos(String, String) - Method in interface org.omg.dds.core.Entity
-
Set the QoS to that specified in the given QoS profile in the given
QoS library.
- setQos(DomainParticipantFactoryQos) - Method in class org.omg.dds.domain.DomainParticipantFactory
-
This operation sets the value of the DomainParticipantFactory QoS
policies.
- setQueryParameters(List<String>) - Method in interface org.omg.dds.sub.QueryCondition
-
This operation changes the queryParameters associated with the
QueryCondition.
- setSource(SOURCE) - Method in class org.omg.dds.core.event.StatusChangedEvent
-
- setStringValue(int, CharSequence) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setStringValues(int, String[], int, int) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setStringValues(int, List<String>) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setTime(long, TimeUnit) - Method in class org.omg.dds.core.ModifiableTime
-
- setTriggerValue(boolean) - Method in class org.omg.dds.core.GuardCondition
-
This operation sets the triggerValue of the GuardCondition.
- setValue(byte[]) - Method in class org.omg.dds.type.builtin.KeyedBytes
-
- setValue(byte[], int, int) - Method in class org.omg.dds.type.builtin.KeyedBytes
-
- setValue(CharSequence) - Method in class org.omg.dds.type.builtin.KeyedString
-
- setValue(int, T, Class<T>) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- setValue(String, T, Class<T>) - Method in interface org.omg.dds.type.dynamic.DynamicData
-
- Shared - Annotation Type in org.omg.dds.type
-
- Status - Class in org.omg.dds.core.status
-
Status is the abstract root class for all communication status objects.
- Status() - Constructor for class org.omg.dds.core.status.Status
-
- StatusChangedEvent<SOURCE extends Entity<?,?>> - Class in org.omg.dds.core.event
-
The status of an Entity changed.
- StatusChangedEvent(SOURCE) - Constructor for class org.omg.dds.core.event.StatusChangedEvent
-
- StatusCondition<ENTITY extends Entity<?,?>> - Interface in org.omg.dds.core
-
A StatusCondition object is a specific Condition that is associated with
each
Entity
.
- STRING_TYPE_VALUE - Static variable in class org.omg.dds.type.TypeKind.Values
-
- StringType - Interface in org.omg.dds.type.typeobject
-
- StringType.MemberId - Class in org.omg.dds.type.typeobject
-
- STRUCTURE_TYPE_VALUE - Static variable in class org.omg.dds.type.TypeKind.Values
-
- StructureType - Interface in org.omg.dds.type.typeobject
-
- StructureType.MemberId - Class in org.omg.dds.type.typeobject
-
- Subscriber - Interface in org.omg.dds.sub
-
A Subscriber is the object responsible for the actual reception of the
data resulting from its subscriptions.
- Subscriber.DataState - Interface in org.omg.dds.sub
-
A DataState encapsulates sets of sample states, view states, and
instance states as a convenience.
- SubscriberAdapter - Class in org.omg.dds.sub
-
- SubscriberAdapter() - Constructor for class org.omg.dds.sub.SubscriberAdapter
-
- SubscriberListener - Interface in org.omg.dds.sub
-
Since a
Subscriber
is a kind of
Entity
, it has the ability
to have an associated listener.
- SubscriberQos - Interface in org.omg.dds.sub
-
- SubscriptionBuiltinTopicData - Interface in org.omg.dds.topic
-
- SubscriptionMatchedEvent<TYPE> - Class in org.omg.dds.core.event
-
The
DataReader
has found a
DataWriter
that matches the
Topic
and has compatible QoS, or has ceased to be matched with a
DataWriter that was previously considered to be matched.
- SubscriptionMatchedEvent(DataReader<TYPE>) - Constructor for class org.omg.dds.core.event.SubscriptionMatchedEvent
-
- SubscriptionMatchedStatus - Class in org.omg.dds.core.status
-
The
DataReader
has found a
DataWriter
that matches the
Topic
and has compatible QoS, or has ceased to be matched with a
DataWriter that was previously considered to be matched.
- SubscriptionMatchedStatus() - Constructor for class org.omg.dds.core.status.SubscriptionMatchedStatus
-
- subtract(Duration) - Method in class org.omg.dds.core.Duration
-
- subtract(long, TimeUnit) - Method in class org.omg.dds.core.Duration
-
- subtract(Duration) - Method in class org.omg.dds.core.ModifiableTime
-
Decrement this time by the given amount.
- subtract(long, TimeUnit) - Method in class org.omg.dds.core.ModifiableTime
-
Decrement this time by the given amount.
- suspendPublications() - Method in interface org.omg.dds.pub.Publisher
-
This operation indicates to the Service that the application is about
to make multiple modifications using DataWriter objects belonging to
the Publisher.
- take() - Method in interface org.omg.dds.sub.DataReader.Selector
-
- take(List<Sample<T>>) - Method in interface org.omg.dds.sub.DataReader.Selector
-
- take() - Method in interface org.omg.dds.sub.DataReader
-
This operation accesses a collection of samples from this DataReader.
- take(int) - Method in interface org.omg.dds.sub.DataReader
-
This operation accesses a collection of samples from this DataReader.
- take(DataReader.Selector<TYPE>) - Method in interface org.omg.dds.sub.DataReader
-
This operation accesses a collection of samples from this DataReader.
- take(List<Sample<TYPE>>) - Method in interface org.omg.dds.sub.DataReader
-
This operation accesses a collection of samples from this DataReader.
- take(List<Sample<TYPE>>, DataReader.Selector<TYPE>) - Method in interface org.omg.dds.sub.DataReader
-
This operation accesses a collection of samples from this DataReader.
- takeNextSample(Sample<TYPE>) - Method in interface org.omg.dds.sub.DataReader
-
This operation copies the next, non-previously accessed sample from
this DataReader and "removes" it from the DataReader so it is no
longer accessible.
- Time - Class in org.omg.dds.core
-
A moment in time expressed with nanosecond precision (though not
necessarily nanosecond accuracy).
- Time() - Constructor for class org.omg.dds.core.Time
-
- TimeBasedFilter() - Method in class org.omg.dds.core.policy.PolicyFactory
-
- TimeBasedFilter - Interface in org.omg.dds.core.policy
-
Filter that allows a
DataReader
to specify that it is interested
only in (potentially) a subset of the values of the data.
- Topic<TYPE> - Interface in org.omg.dds.topic
-
Topic is the most basic description of the data to be published and
subscribed.
- TopicAdapter<TYPE> - Class in org.omg.dds.topic
-
- TopicAdapter() - Constructor for class org.omg.dds.topic.TopicAdapter
-
- TopicBuiltinTopicData - Interface in org.omg.dds.topic
-
- TopicData - Interface in org.omg.dds.core.policy
-
User data not known by the middleware, but distributed by means of
built-in topics.
- TopicDescription<TYPE> - Interface in org.omg.dds.topic
-
- TopicListener<TYPE> - Interface in org.omg.dds.topic
-
Since
Topic
is a kind of
Entity
, it has the ability to
have an associated listener.
- TopicQos - Interface in org.omg.dds.topic
-
- TransportPriority() - Method in class org.omg.dds.core.policy.PolicyFactory
-
- TransportPriority - Interface in org.omg.dds.core.policy
-
This policy is a hint to the infrastructure as to how to set the priority
of the underlying transport used to send the data.
- Type - Interface in org.omg.dds.type.typeobject
-
Objects of this type are immutable.
- Type.MemberId - Class in org.omg.dds.type.typeobject
-
- TypeConsistency() - Method in class org.omg.dds.core.policy.PolicyFactory
-
- TypeConsistencyEnforcement - Interface in org.omg.dds.core.policy
-
- TypeConsistencyEnforcement.Kind - Enum in org.omg.dds.core.policy
-
- TypeDescriptor - Interface in org.omg.dds.type.dynamic
-
Objects of this type are immutable.
- TypeFlag - Enum in org.omg.dds.type.typeobject
-
- TypeId - Class in org.omg.dds.type.typeobject
-
Every type has an ID.
- TypeKind - Enum in org.omg.dds.type
-
- TypeKind.Values - Class in org.omg.dds.type
-
- TypeKind.Values() - Constructor for class org.omg.dds.type.TypeKind.Values
-
- TypeLibrary - Interface in org.omg.dds.type.typeobject
-
Objects of this type are immutable.
- TypeLibraryElement - Interface in org.omg.dds.type.typeobject
-
A marker interface.
- TypeObject - Interface in org.omg.dds.type.typeobject
-
Objects of this type are immutable.
- TypeProperty - Interface in org.omg.dds.type.typeobject
-
Objects of this type are immutable.
- TypeSupport<TYPE> - Class in org.omg.dds.type
-
TypeSupport is an abstract interface that has to be specialized for each
concrete type that will be used by the application to publish and/or
subscribe to data over DDS.
- TypeSupport() - Constructor for class org.omg.dds.type.TypeSupport
-
- value - Variable in enum org.omg.dds.sub.InstanceState
-
- value - Variable in enum org.omg.dds.sub.SampleState
-
- value - Variable in enum org.omg.dds.sub.ViewState
-
- value - Variable in enum org.omg.dds.type.TypeKind
-
- value() - Method in interface org.omg.dds.type.typeobject.AnnotationMemberValue
-
- value - Variable in enum org.omg.dds.type.typeobject.MemberFlag
-
- value - Variable in enum org.omg.dds.type.typeobject.TypeFlag
-
- Value - Annotation Type in org.omg.dds.type
-
- valueOf(String) - Static method in enum org.omg.dds.core.policy.DestinationOrder.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.core.policy.Durability.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.core.policy.History.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.core.policy.Liveliness.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.core.policy.Ownership.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.core.policy.Presentation.AccessScopeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.core.policy.Reliability.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.core.policy.TypeConsistencyEnforcement.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.core.status.SampleRejectedStatus.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.sub.InstanceState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.sub.SampleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.sub.ViewState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.type.Extensibility.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.type.TypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.type.typeobject.MemberFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omg.dds.type.typeobject.TypeFlag
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.omg.dds.core.policy.DestinationOrder.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.core.policy.Durability.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.core.policy.History.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.core.policy.Liveliness.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.core.policy.Ownership.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.core.policy.Presentation.AccessScopeKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.core.policy.Reliability.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.core.policy.TypeConsistencyEnforcement.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.core.status.SampleRejectedStatus.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.sub.InstanceState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.sub.SampleState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.sub.ViewState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.type.Extensibility.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.type.TypeKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.type.typeobject.MemberFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omg.dds.type.typeobject.TypeFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Verbatim - Annotation Type in org.omg.dds.type
-
- VerbatimGroup - Annotation Type in org.omg.dds.type
-
- ViewState - Enum in org.omg.dds.sub
-
- waitForAcknowledgments(Duration) - Method in interface org.omg.dds.pub.DataWriter
-
- waitForAcknowledgments(long, TimeUnit) - Method in interface org.omg.dds.pub.DataWriter
-
- waitForAcknowledgments(Duration) - Method in interface org.omg.dds.pub.Publisher
-
This operation blocks the calling thread until either all data
written by the reliable
DataWriter
entities is acknowledged by
all matched reliable
DataReader
entities, or else the duration
specified elapses, whichever happens first.
- waitForAcknowledgments(long, TimeUnit) - Method in interface org.omg.dds.pub.Publisher
-
This operation blocks the calling thread until either all data
written by the reliable
DataWriter
entities is acknowledged by
all matched reliable
DataReader
entities, or else the duration
specified elapses, whichever happens first.
- waitForConditions() - Method in class org.omg.dds.core.WaitSet
-
This operation allows an application thread to wait for the occurrence
of certain conditions.
- waitForConditions(Collection<Condition>) - Method in class org.omg.dds.core.WaitSet
-
This operation allows an application thread to wait for the occurrence
of certain conditions.
- waitForConditions(Duration) - Method in class org.omg.dds.core.WaitSet
-
This operation allows an application thread to wait for the occurrence
of certain conditions.
- waitForConditions(long, TimeUnit) - Method in class org.omg.dds.core.WaitSet
-
This operation allows an application thread to wait for the occurrence
of certain conditions.
- waitForConditions(Collection<Condition>, Duration) - Method in class org.omg.dds.core.WaitSet
-
This operation allows an application thread to wait for the occurrence
of certain conditions.
- waitForConditions(Collection<Condition>, long, TimeUnit) - Method in class org.omg.dds.core.WaitSet
-
This operation allows an application thread to wait for the occurrence
of certain conditions.
- waitForHistoricalData(Duration) - Method in interface org.omg.dds.sub.DataReader
-
- waitForHistoricalData(long, TimeUnit) - Method in interface org.omg.dds.sub.DataReader
-
- WaitSet - Class in org.omg.dds.core
-
A WaitSet object allows an application to wait until one or more of the
attached
Condition
objects has a triggerValue of true or else until
the timeout expires.
- WaitSet() - Constructor for class org.omg.dds.core.WaitSet
-
- with(SampleState) - Method in interface org.omg.dds.sub.Subscriber.DataState
-
- with(ViewState) - Method in interface org.omg.dds.sub.Subscriber.DataState
-
- with(InstanceState) - Method in interface org.omg.dds.sub.Subscriber.DataState
-
- withAccessScope(Presentation.AccessScopeKind) - Method in interface org.omg.dds.core.policy.Presentation
-
Copy this policy and override the value of the property.
- withAnyInstanceState() - Method in interface org.omg.dds.sub.Subscriber.DataState
-
- withAnySampleState() - Method in interface org.omg.dds.sub.Subscriber.DataState
-
- withAnyViewState() - Method in interface org.omg.dds.sub.Subscriber.DataState
-
- withAssignableTypeConsistency() - Method in interface org.omg.dds.core.policy.TypeConsistencyEnforcement
-
- withAutDisposeUnregisteredInstances(boolean) - Method in interface org.omg.dds.core.policy.WriterDataLifecycle
-
Copy this policy and override the value of the property.
- withAutoEnableCreatedEntities(boolean) - Method in interface org.omg.dds.core.policy.EntityFactory
-
Copy this policy and override the value of the property.
- withAutomatic() - Method in interface org.omg.dds.core.policy.Liveliness
-
- withAutoPurgeDisposedSamplesDelay(Duration) - Method in interface org.omg.dds.core.policy.ReaderDataLifecycle
-
Copy this policy and override the value of the property.
- withAutoPurgeDisposedSamplesDelay(long, TimeUnit) - Method in interface org.omg.dds.core.policy.ReaderDataLifecycle
-
Copy this policy and override the value of the property.
- withAutoPurgeNoWriterSamplesDelay(Duration) - Method in interface org.omg.dds.core.policy.ReaderDataLifecycle
-
Copy this policy and override the value of the property.
- withAutoPurgeNoWriterSamplesDelay(long, TimeUnit) - Method in interface org.omg.dds.core.policy.ReaderDataLifecycle
-
Copy this policy and override the value of the property.
- withBaseType(DynamicType) - Method in interface org.omg.dds.type.dynamic.TypeDescriptor
-
Copy this descriptor and apply the given base type.
- withBestEffort() - Method in interface org.omg.dds.core.policy.Reliability
-
- withBound(int...) - Method in interface org.omg.dds.type.dynamic.TypeDescriptor
-
Copy this descriptor and apply the given bound(s).
- withCoherentAccess(boolean) - Method in interface org.omg.dds.core.policy.Presentation
-
Copy this policy and override the value of the property.
- withDeclaredTypeConsistency() - Method in interface org.omg.dds.core.policy.TypeConsistencyEnforcement
-
- withDefaultLabel(boolean) - Method in interface org.omg.dds.type.dynamic.MemberDescriptor
-
Copy this descriptor and apply the given default label.
- withDefaultValue(String) - Method in interface org.omg.dds.type.dynamic.MemberDescriptor
-
Copy this descriptor and apply the given default value.
- withDepth(int) - Method in interface org.omg.dds.core.policy.History
-
Copy this policy and override the value of the property.
- withDiscriminatorType(DynamicType) - Method in interface org.omg.dds.type.dynamic.TypeDescriptor
-
Copy this descriptor and apply the given discriminator type.
- withDuration(Duration) - Method in interface org.omg.dds.core.policy.LatencyBudget
-
Copy this policy and override the value of the property.
- withDuration(long, TimeUnit) - Method in interface org.omg.dds.core.policy.LatencyBudget
-
Copy this policy and override the value of the property.
- withDuration(Duration) - Method in interface org.omg.dds.core.policy.Lifespan
-
Copy this policy and override the value of the property.
- withDuration(long, TimeUnit) - Method in interface org.omg.dds.core.policy.Lifespan
-
Copy this policy and override the value of the property.
- withElementType(DynamicType) - Method in interface org.omg.dds.type.dynamic.TypeDescriptor
-
Copy this descriptor and apply the given element type.
- withExactNameTypeConsistency() - Method in interface org.omg.dds.core.policy.TypeConsistencyEnforcement
-
- withExactTypeTypeConsistency() - Method in interface org.omg.dds.core.policy.TypeConsistencyEnforcement
-
- withExclusive() - Method in interface org.omg.dds.core.policy.Ownership
-
- withGroup() - Method in interface org.omg.dds.core.policy.Presentation
-
- withHistoryDepth(int) - Method in interface org.omg.dds.core.policy.DurabilityService
-
Copy this policy and override the value of the property.
- withHistoryKind(History.Kind) - Method in interface org.omg.dds.core.policy.DurabilityService
-
Copy this policy and override the value of the property.
- withId(int) - Method in interface org.omg.dds.type.dynamic.MemberDescriptor
-
Copy this descriptor and apply the given ID.
- withIndex(int) - Method in interface org.omg.dds.type.dynamic.MemberDescriptor
-
Copy this descriptor and apply the given index.
- withInstance() - Method in interface org.omg.dds.core.policy.Presentation
-
- withKeepAll() - Method in interface org.omg.dds.core.policy.History
-
- withKeepLast(int) - Method in interface org.omg.dds.core.policy.History
-
- withKeyElementType(DynamicType) - Method in interface org.omg.dds.type.dynamic.TypeDescriptor
-
Copy this descriptor and apply the given key element type.
- withKind(DestinationOrder.Kind) - Method in interface org.omg.dds.core.policy.DestinationOrder
-
Copy this policy and override the value of the property.
- withKind(Durability.Kind) - Method in interface org.omg.dds.core.policy.Durability
-
Copy this policy and override the value of the property.
- withKind(History.Kind) - Method in interface org.omg.dds.core.policy.History
-
Copy this policy and override the value of the property.
- withKind(Liveliness.Kind) - Method in interface org.omg.dds.core.policy.Liveliness
-
Copy this policy and override the value of the property.
- withKind(Ownership.Kind) - Method in interface org.omg.dds.core.policy.Ownership
-
Copy this policy and override the value of the property.
- withKind(Reliability.Kind) - Method in interface org.omg.dds.core.policy.Reliability
-
Copy this policy and override the value of the property.
- withKind(TypeConsistencyEnforcement.Kind) - Method in interface org.omg.dds.core.policy.TypeConsistencyEnforcement
-
Copy this policy and override the value of the property.
- withKind(TypeKind) - Method in interface org.omg.dds.type.dynamic.TypeDescriptor
-
Copy this descriptor and apply the given kind.
- withLabel(int...) - Method in interface org.omg.dds.type.dynamic.MemberDescriptor
-
Copy this descriptor and apply the given label(s).
- withLeaseDuration(Duration) - Method in interface org.omg.dds.core.policy.Liveliness
-
Copy this policy and override the value of the property.
- withLeaseDuration(long, TimeUnit) - Method in interface org.omg.dds.core.policy.Liveliness
-
Copy this policy and override the value of the property.
- withManualByParticipant() - Method in interface org.omg.dds.core.policy.Liveliness
-
- withManualByTopic() - Method in interface org.omg.dds.core.policy.Liveliness
-
- withMaxBlockingTime(Duration) - Method in interface org.omg.dds.core.policy.Reliability
-
Copy this policy and override the value of the property.
- withMaxBlockingTime(long, TimeUnit) - Method in interface org.omg.dds.core.policy.Reliability
-
Copy this policy and override the value of the property.
- withMaxInstances(int) - Method in interface org.omg.dds.core.policy.DurabilityService
-
Copy this policy and override the value of the property.
- withMaxInstances(int) - Method in interface org.omg.dds.core.policy.ResourceLimits
-
Copy this policy and override the value of the property.
- withMaxSamples(int) - Method in interface org.omg.dds.core.policy.DurabilityService
-
Copy this policy and override the value of the property.
- withMaxSamples(int) - Method in interface org.omg.dds.core.policy.ResourceLimits
-
Copy this policy and override the value of the property.
- withMaxSamplesPerInstance(int) - Method in interface org.omg.dds.core.policy.DurabilityService
-
Copy this policy and override the value of the property.
- withMaxSamplesPerInstance(int) - Method in interface org.omg.dds.core.policy.ResourceLimits
-
Copy this policy and override the value of the property.
- withMinimumSeparation(Duration) - Method in interface org.omg.dds.core.policy.TimeBasedFilter
-
Copy this policy and override the value of the property.
- withMinimumSeparation(long, TimeUnit) - Method in interface org.omg.dds.core.policy.TimeBasedFilter
-
Copy this policy and override the value of the property.
- withName(Collection<String>) - Method in interface org.omg.dds.core.policy.Partition
-
Copy this policy and override the value of the property.
- withName(String) - Method in interface org.omg.dds.type.dynamic.MemberDescriptor
-
Copy this descriptor and apply the given name.
- withName(String) - Method in interface org.omg.dds.type.dynamic.TypeDescriptor
-
Copy this descriptor and apply the given name.
- withNotAliveInstanceStates() - Method in interface org.omg.dds.sub.Subscriber.DataState
-
- withOrderedAccess(boolean) - Method in interface org.omg.dds.core.policy.Presentation
-
Copy this policy and override the value of the property.
- withPeriod(Duration) - Method in interface org.omg.dds.core.policy.Deadline
-
Copy this policy and override the value of the property.
- withPeriod(long, TimeUnit) - Method in interface org.omg.dds.core.policy.Deadline
-
Copy this policy and override the value of the property.
- withPersitent() - Method in interface org.omg.dds.core.policy.Durability
-
- withPolicies(P...) - Method in interface org.omg.dds.core.EntityQos
-
Copy this object and override the values of the given policies.
- withPolicies(QosPolicy.ForDataWriter...) - Method in interface org.omg.dds.domain.DomainParticipantFactoryQos
-
- withPolicies(QosPolicy.ForDomainParticipant...) - Method in interface org.omg.dds.domain.DomainParticipantQos
-
- withPolicies(QosPolicy.ForDataWriter...) - Method in interface org.omg.dds.pub.DataWriterQos
-
- withPolicies(QosPolicy.ForPublisher...) - Method in interface org.omg.dds.pub.PublisherQos
-
- withPolicies(QosPolicy.ForDataReader...) - Method in interface org.omg.dds.sub.DataReaderQos
-
- withPolicies(QosPolicy.ForSubscriber...) - Method in interface org.omg.dds.sub.SubscriberQos
-
- withPolicies(QosPolicy.ForTopic...) - Method in interface org.omg.dds.topic.TopicQos
-
- withPolicy(P) - Method in interface org.omg.dds.core.EntityQos
-
Copy this object and override the value of the given policy.
- withPolicy(QosPolicy.ForDataWriter) - Method in interface org.omg.dds.domain.DomainParticipantFactoryQos
-
- withPolicy(QosPolicy.ForDomainParticipant) - Method in interface org.omg.dds.domain.DomainParticipantQos
-
- withPolicy(QosPolicy.ForDataWriter) - Method in interface org.omg.dds.pub.DataWriterQos
-
- withPolicy(QosPolicy.ForPublisher) - Method in interface org.omg.dds.pub.PublisherQos
-
- withPolicy(QosPolicy.ForDataReader) - Method in interface org.omg.dds.sub.DataReaderQos
-
- withPolicy(QosPolicy.ForSubscriber) - Method in interface org.omg.dds.sub.SubscriberQos
-
- withPolicy(QosPolicy.ForTopic) - Method in interface org.omg.dds.topic.TopicQos
-
- withReceptionTimestamp() - Method in interface org.omg.dds.core.policy.DestinationOrder
-
- withReliable() - Method in interface org.omg.dds.core.policy.Reliability
-
- withServiceCleanupDelay(Duration) - Method in interface org.omg.dds.core.policy.DurabilityService
-
Copy this policy and override the value of the property.
- withServiceCleanupDelay(long, TimeUnit) - Method in interface org.omg.dds.core.policy.DurabilityService
-
Copy this policy and override the value of the property.
- withShared() - Method in interface org.omg.dds.core.policy.Ownership
-
- withSourceTimestamp() - Method in interface org.omg.dds.core.policy.DestinationOrder
-
- withTopic() - Method in interface org.omg.dds.core.policy.Presentation
-
- withTransient() - Method in interface org.omg.dds.core.policy.Durability
-
- withTransientLocal() - Method in interface org.omg.dds.core.policy.Durability
-
- withType(DynamicType) - Method in interface org.omg.dds.type.dynamic.AnnotationDescriptor
-
Copy this descriptor and apply the given type.
- withType(DynamicType) - Method in interface org.omg.dds.type.dynamic.MemberDescriptor
-
Copy this descriptor and apply the given type.
- withValue(List<Short>) - Method in interface org.omg.dds.core.policy.DataRepresentation
-
Copy this policy and override the value of the property.
- withValue(short...) - Method in interface org.omg.dds.core.policy.DataRepresentation
-
Copy this policy and override the value of the property.
- withValue(byte[], int, int) - Method in interface org.omg.dds.core.policy.GroupData
-
Copy this policy and override the value of the property.
- withValue(int) - Method in interface org.omg.dds.core.policy.OwnershipStrength
-
Copy this policy and override the value of the property.
- withValue(byte[], int, int) - Method in interface org.omg.dds.core.policy.TopicData
-
Copy this policy and override the value of the property.
- withValue(int) - Method in interface org.omg.dds.core.policy.TransportPriority
-
Copy this policy and override the value of the property.
- withValue(byte[], int, int) - Method in interface org.omg.dds.core.policy.UserData
-
Copy this policy and override the value of the property.
- withValue(String, String) - Method in interface org.omg.dds.type.dynamic.AnnotationDescriptor
-
Copy this descriptor and apply the given value.
- withVolatile() - Method in interface org.omg.dds.core.policy.Durability
-
- write(TYPE) - Method in interface org.omg.dds.pub.DataWriter
-
This operation modifies the value of a data instance.
- write(TYPE, Time) - Method in interface org.omg.dds.pub.DataWriter
-
- write(TYPE, long, TimeUnit) - Method in interface org.omg.dds.pub.DataWriter
-
- write(TYPE, InstanceHandle) - Method in interface org.omg.dds.pub.DataWriter
-
This operation modifies the value of a data instance.
- write(TYPE, InstanceHandle, Time) - Method in interface org.omg.dds.pub.DataWriter
-
- write(TYPE, InstanceHandle, long, TimeUnit) - Method in interface org.omg.dds.pub.DataWriter
-
- WriterDataLifecycle() - Method in class org.omg.dds.core.policy.PolicyFactory
-
- WriterDataLifecycle - Interface in org.omg.dds.core.policy
-
Specifies the behavior of the
DataWriter
with regards to the life
cycle of the data instances it manages.