Package | Description |
---|---|
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.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.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. |
Modifier and Type | Method and Description |
---|---|
abstract ModifiableInstanceHandle |
InstanceHandle.modifiableCopy() |
ModifiableInstanceHandle |
ServiceEnvironment.ServiceProviderInterface.newInstanceHandle() |
static ModifiableInstanceHandle |
InstanceHandle.newInstanceHandle(ServiceEnvironment env) |
Modifier and Type | Method and Description |
---|---|
ModifiableInstanceHandle |
DataWriter.lookupInstance(ModifiableInstanceHandle handle,
TYPE keyHolder)
This operation takes as a parameter an instance and returns a handle
that can be used in subsequent operations that accept an instance
handle as an argument.
|
Modifier and Type | Method and Description |
---|---|
ModifiableInstanceHandle |
DataWriter.lookupInstance(ModifiableInstanceHandle handle,
TYPE keyHolder)
This operation takes as a parameter an instance and returns a handle
that can be used in subsequent operations that accept an instance
handle as an argument.
|
Modifier and Type | Method and Description |
---|---|
ModifiableInstanceHandle |
Sample.getInstanceHandle() |
ModifiableInstanceHandle |
Sample.getPublicationHandle() |
ModifiableInstanceHandle |
DataReader.lookupInstance(ModifiableInstanceHandle handle,
TYPE keyHolder)
This operation takes as a parameter an instance and returns a handle
that can be used in subsequent operations that accept an instance
handle as an argument.
|
Modifier and Type | Method and Description |
---|---|
ModifiableInstanceHandle |
DataReader.lookupInstance(ModifiableInstanceHandle handle,
TYPE keyHolder)
This operation takes as a parameter an instance and returns a handle
that can be used in subsequent operations that accept an instance
handle as an argument.
|
Copyright © 2014. All rights reserved.