Uses of Interface
org.omg.dds.core.Value

Packages that use Value
org.omg.dds.core The Core (Infrastructure) Module defines the abstract classes and the interfaces that are refined by the other modules. 
org.omg.dds.core.modifiable   
org.omg.dds.core.policy   
org.omg.dds.core.policy.modifiable   
org.omg.dds.core.status   
org.omg.dds.domain The Domain Module contains the DomainParticipant class that acts as an entry-point of the Service and acts as a factory for many of the classes. 
org.omg.dds.domain.modifiable   
org.omg.dds.pub The Publication Module contains the Publisher and DataWriter interfaces as well as the PublisherListener and DataWriterListener interfaces, and more generally, all that is needed on the publication side. 
org.omg.dds.pub.modifiable   
org.omg.dds.sub The Subscription Module contains the Subscriber, DataReader, ReadCondition, and QueryCondition interfaces, as well as the SubscriberListener and DataReaderListener interfaces, and more generally, all that is needed on the subscription side. 
org.omg.dds.sub.modifiable   
org.omg.dds.topic The Topic-Definition Module contains the Topic, ContentFilteredTopic, and MultiTopic interfaces, the TopicListener interface, and more generally, all that is needed by the application to define Topic objects and attach QoS policies to them. 
org.omg.dds.topic.modifiable   
org.omg.dds.type.builtin   
org.omg.dds.type.dynamic   
org.omg.dds.type.dynamic.modifiable   
org.omg.dds.type.typeobject   
 

Uses of Value in org.omg.dds.core
 

Classes in org.omg.dds.core with type parameters of type Value
 interface Value<UNMOD_SELF extends Value<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
          Implementing classes have value semantics: they can be deeply copied, and equality is determined based on their contents, not on their object identity.
 

Subinterfaces of Value in org.omg.dds.core
 interface EntityQos<UNMOD_SELF extends EntityQos<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
          A base interface for all entity QoS types.
 

Classes in org.omg.dds.core that implement Value
 class Duration
          A span of elapsed time expressed with nanosecond precision.
 class InstanceHandle
           
 class Time
          A moment in time expressed with nanosecond precision (though not necessarily nanosecond accuracy).
 

Uses of Value in org.omg.dds.core.modifiable
 

Classes in org.omg.dds.core.modifiable with type parameters of type Value
 interface ModifiableValue<UNMOD_SELF extends Value<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
          A value type that supports modification.
 

Subinterfaces of Value in org.omg.dds.core.modifiable
 interface ModifiableEntityQos<UNMOD_SELF extends EntityQos<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
           
 interface ModifiableValue<UNMOD_SELF extends Value<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
          A value type that supports modification.
 

Classes in org.omg.dds.core.modifiable that implement Value
 class ModifiableDuration
           
 class ModifiableInstanceHandle
           
 class ModifiableTime
           
 

Uses of Value in org.omg.dds.core.policy
 

Subinterfaces of Value in org.omg.dds.core.policy
 interface DataRepresentationQosPolicy
           
 interface DeadlineQosPolicy
           
 interface DestinationOrderQosPolicy
           
 interface DurabilityQosPolicy
           
 interface DurabilityServiceQosPolicy
           
 interface EntityFactoryQosPolicy
           
 interface GroupDataQosPolicy
           
 interface HistoryQosPolicy
           
 interface LatencyBudgetQosPolicy
           
 interface LifespanQosPolicy
           
 interface LivelinessQosPolicy
           
 interface OwnershipQosPolicy
           
 interface OwnershipStrengthQosPolicy
           
 interface PartitionQosPolicy
           
 interface PresentationQosPolicy
           
 interface QosPolicy<UNMOD_SELF extends QosPolicy<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
          This class is the abstract root for all the QoS policies.
 interface QosPolicyCount
           
 interface ReaderDataLifecycleQosPolicy
           
 interface ReliabilityQosPolicy
           
 interface ResourceLimitsQosPolicy
           
 interface TimeBasedFilterQosPolicy
           
 interface TopicDataQosPolicy
           
 interface TransportPriorityQosPolicy
           
 interface TypeConsistencyEnforcementQosPolicy
           
 interface UserDataQosPolicy
           
 interface WriterDataLifecycleQosPolicy
           
 

Uses of Value in org.omg.dds.core.policy.modifiable
 

Subinterfaces of Value in org.omg.dds.core.policy.modifiable
 interface ModifiableDataRepresentationQosPolicy
           
 interface ModifiableDeadlineQosPolicy
           
 interface ModifiableDestinationOrderQosPolicy
           
 interface ModifiableDurabilityQosPolicy
           
 interface ModifiableDurabilityServiceQosPolicy
           
 interface ModifiableEntityFactoryQosPolicy
           
 interface ModifiableGroupDataQosPolicy
           
 interface ModifiableHistoryQosPolicy
           
 interface ModifiableLatencyBudgetQosPolicy
           
 interface ModifiableLifespanQosPolicy
           
 interface ModifiableLivelinessQosPolicy
           
 interface ModifiableOwnershipQosPolicy
           
 interface ModifiableOwnershipStrengthQosPolicy
           
 interface ModifiablePartitionQosPolicy
           
 interface ModifiablePresentationQosPolicy
           
 interface ModifiableQosPolicy<UNMOD_SELF extends QosPolicy<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
           
 interface ModifiableReaderDataLifecycleQosPolicy
           
 interface ModifiableReliabilityQosPolicy
           
 interface ModifiableResourceLimitsQosPolicy
           
 interface ModifiableTimeBasedFilterQosPolicy
           
 interface ModifiableTopicDataQosPolicy
           
 interface ModifiableTransportPriorityQosPolicy
           
 interface ModifiableTypeConsistencyEnforcementQosPolicy
           
 interface ModifiableUserDataQosPolicy
           
 interface ModifiableWriterDataLifecycleQosPolicy
           
 

Uses of Value in org.omg.dds.core.status
 

Classes in org.omg.dds.core.status that implement Value
 class DataAvailableStatus<TYPE>
           
 class DataOnReadersStatus
           
 class InconsistentTopicStatus<TYPE>
           
 class LivelinessChangedStatus<TYPE>
           
 class LivelinessLostStatus<TYPE>
           
 class OfferedDeadlineMissedStatus<TYPE>
           
 class OfferedIncompatibleQosStatus<TYPE>
           
 class PublicationMatchedStatus<TYPE>
           
 class RequestedDeadlineMissedStatus<TYPE>
           
 class RequestedIncompatibleQosStatus<TYPE>
           
 class SampleLostStatus<TYPE>
           
 class SampleRejectedStatus<TYPE>
           
 class Status<SELF extends Status<SELF,SOURCE>,SOURCE extends Entity<SOURCE,?,?>>
          Status is the abstract root class for all communication status objects.
 class SubscriptionMatchedStatus<TYPE>
           
 

Uses of Value in org.omg.dds.domain
 

Subinterfaces of Value in org.omg.dds.domain
 interface DomainParticipantFactoryQos
           
 interface DomainParticipantQos
           
 

Uses of Value in org.omg.dds.domain.modifiable
 

Subinterfaces of Value in org.omg.dds.domain.modifiable
 interface ModifiableDomainParticipantFactoryQos
           
 interface ModifiableDomainParticipantQos
           
 

Uses of Value in org.omg.dds.pub
 

Subinterfaces of Value in org.omg.dds.pub
 interface DataWriterQos
           
 interface PublisherQos
           
 

Uses of Value in org.omg.dds.pub.modifiable
 

Subinterfaces of Value in org.omg.dds.pub.modifiable
 interface ModifiableDataWriterQos
           
 interface ModifiablePublisherQos
           
 

Uses of Value in org.omg.dds.sub
 

Subinterfaces of Value in org.omg.dds.sub
 interface DataReaderQos
           
 interface Sample<TYPE>
           
 interface SubscriberQos
           
 

Uses of Value in org.omg.dds.sub.modifiable
 

Subinterfaces of Value in org.omg.dds.sub.modifiable
 interface ModifiableDataReaderQos
           
 interface ModifiableSubscriberQos
           
 

Uses of Value in org.omg.dds.topic
 

Subinterfaces of Value in org.omg.dds.topic
 interface TopicQos
           
 

Classes in org.omg.dds.topic that implement Value
 class BuiltinTopicKey
           
 class ParticipantBuiltinTopicData
           
 class PublicationBuiltinTopicData
           
 class SubscriptionBuiltinTopicData
           
 class TopicBuiltinTopicData
           
 

Uses of Value in org.omg.dds.topic.modifiable
 

Subinterfaces of Value in org.omg.dds.topic.modifiable
 interface ModifiableTopicQos
           
 

Uses of Value in org.omg.dds.type.builtin
 

Subinterfaces of Value in org.omg.dds.type.builtin
 interface KeyedBytes
           
 interface KeyedString
           
 

Uses of Value in org.omg.dds.type.dynamic
 

Subinterfaces of Value in org.omg.dds.type.dynamic
 interface AnnotationDescriptor
           
 interface MemberDescriptor
           
 interface TypeDescriptor
           
 

Uses of Value in org.omg.dds.type.dynamic.modifiable
 

Subinterfaces of Value in org.omg.dds.type.dynamic.modifiable
 interface ModifiableAnnotationDescriptor
           
 interface ModifiableMemberDescriptor
           
 interface ModifiableTypeDescriptor
           
 

Uses of Value in org.omg.dds.type.typeobject
 

Subinterfaces of Value in org.omg.dds.type.typeobject
 interface AliasType
           
 interface AnnotationMember
           
 interface AnnotationMemberValue
           
 interface AnnotationType
           
 interface AnnotationUsage
           
 interface AnnotationUsageMember
           
 interface ArrayType
           
 interface Bit
           
 interface BitSetType
           
 interface CollectionType
           
 interface EnumeratedConstant
           
 interface EnumerationType
           
 interface MapType
           
 interface Member
           
 interface MemberProperty
           
 interface Module
           
 interface SequenceType
           
 interface StringType
           
 interface StructureType
           
 interface Type
           
 interface TypeLibrary
           
 interface TypeLibraryElement
           
 interface TypeObject
           
 interface TypeProperty
           
 interface UnionMember
           
 interface UnionType
           
 



Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.