|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bootstrap | |
|---|---|
| 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.policy | |
| 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.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.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.type | |
| org.omg.dds.type.dynamic | |
| Uses of Bootstrap in org.omg.dds.core |
|---|
| Methods in org.omg.dds.core that return Bootstrap | |
|---|---|
static Bootstrap |
Bootstrap.createInstance()
Create and return a new instance of a concrete implementation of this class. |
static Bootstrap |
Bootstrap.createInstance(java.util.Map<java.lang.String,java.lang.Object> environment)
Create and return a new instance of a concrete implementation of this class with the given environment. |
static Bootstrap |
Bootstrap.createInstance(java.lang.String implClassNameProperty,
java.util.Map<java.lang.String,java.lang.Object> environment)
Look up the system property identified by the given string and load, then instantiate, the Bootstrap implementation class identified by its value. |
Bootstrap |
DDSObject.getBootstrap()
|
Bootstrap |
Bootstrap.getBootstrap()
|
| Methods in org.omg.dds.core with parameters of type Bootstrap | |
|---|---|
static Duration |
Duration.infiniteDuration(Bootstrap bootstrap)
|
static Time |
Time.invalidTime(Bootstrap bootstrap)
|
static ModifiableDuration |
Duration.newDuration(long duration,
java.util.concurrent.TimeUnit unit,
Bootstrap bootstrap)
Construct a time duration of the given magnitude. |
static GuardCondition |
GuardCondition.newGuardCondition(Bootstrap bootstrap)
|
static ModifiableInstanceHandle |
InstanceHandle.newInstanceHandle(Bootstrap bootstrap)
|
static ModifiableTime |
Time.newTime(long time,
java.util.concurrent.TimeUnit units,
Bootstrap bootstrap)
Construct a specific instant in time. |
static WaitSet |
WaitSet.newWaitSet(Bootstrap bootstrap)
|
static InstanceHandle |
InstanceHandle.nilHandle(Bootstrap bootstrap)
|
static Duration |
Duration.zeroDuration(Bootstrap bootstrap)
|
| Uses of Bootstrap in org.omg.dds.core.policy |
|---|
| Methods in org.omg.dds.core.policy with parameters of type Bootstrap | |
|---|---|
static QosPolicy.Id |
QosPolicy.Id.getId(java.lang.Class<? extends QosPolicy<?,?>> policyClass,
Bootstrap bootstrap)
Get the QoS policy ID for the given QoS policy class. |
| Uses of Bootstrap in org.omg.dds.core.status |
|---|
| Methods in org.omg.dds.core.status with parameters of type Bootstrap | ||
|---|---|---|
static java.util.Set<java.lang.Class<? extends Status<?,?>>> |
Status.allStatuses(Bootstrap bootstrap)
|
|
static
|
DataAvailableStatus.newDataAvailableStatus(Bootstrap bootstrap)
|
|
static DataOnReadersStatus |
DataOnReadersStatus.newDataOnReadersStatus(Bootstrap bootstrap)
|
|
static
|
InconsistentTopicStatus.newInconsistentTopicStatus(Bootstrap bootstrap)
|
|
static
|
LivelinessChangedStatus.newLivelinessChangedStatus(Bootstrap bootstrap)
|
|
static
|
LivelinessLostStatus.newLivelinessLostStatus(Bootstrap bootstrap)
|
|
static
|
OfferedDeadlineMissedStatus.newOfferedDeadlineMissedStatus(Bootstrap bootstrap)
|
|
static
|
OfferedIncompatibleQosStatus.newOfferedIncompatibleQosStatus(Bootstrap bootstrap)
|
|
static
|
PublicationMatchedStatus.newPublicationMatchedStatus(Bootstrap bootstrap)
|
|
static
|
RequestedDeadlineMissedStatus.newRequestedDeadlineMissedStatus(Bootstrap bootstrap)
|
|
static
|
RequestedIncompatibleQosStatus.newRequestedIncompatibleQosStatus(Bootstrap bootstrap)
|
|
static
|
SampleLostStatus.newSampleLostStatus(Bootstrap bootstrap)
|
|
static
|
SampleRejectedStatus.newSampleRejectedStatus(Bootstrap bootstrap)
|
|
static
|
SubscriptionMatchedStatus.newSubscriptionMatchedStatus(Bootstrap bootstrap)
|
|
static java.util.Set<java.lang.Class<? extends Status<?,?>>> |
Status.noStatuses(Bootstrap bootstrap)
|
|
| Uses of Bootstrap in org.omg.dds.domain |
|---|
| Methods in org.omg.dds.domain with parameters of type Bootstrap | |
|---|---|
static DomainParticipantFactory |
DomainParticipantFactory.getInstance(Bootstrap bootstrap)
|
| Uses of Bootstrap in org.omg.dds.sub |
|---|
| Methods in org.omg.dds.sub with parameters of type Bootstrap | |
|---|---|
static java.util.Set<InstanceState> |
InstanceState.anyInstanceStateSet(Bootstrap bootstrap)
|
static java.util.Set<SampleState> |
SampleState.anySampleStateSet(Bootstrap bootstrap)
|
static java.util.Set<ViewState> |
ViewState.anyViewStateSet(Bootstrap bootstrap)
|
static java.util.Set<InstanceState> |
InstanceState.notAliveInstanceStateSet(Bootstrap bootstrap)
|
| Uses of Bootstrap in org.omg.dds.topic |
|---|
| Methods in org.omg.dds.topic with parameters of type Bootstrap | |
|---|---|
static BuiltinTopicKey |
BuiltinTopicKey.newBuiltinTopicKey(Bootstrap bootstrap)
|
static ParticipantBuiltinTopicData |
ParticipantBuiltinTopicData.newParticipantBuiltinTopicData(Bootstrap bootstrap)
|
static PublicationBuiltinTopicData |
PublicationBuiltinTopicData.newPublicationBuiltinTopicData(Bootstrap bootstrap)
|
static SubscriptionBuiltinTopicData |
SubscriptionBuiltinTopicData.newSubscriptionBuiltinTopicData(Bootstrap bootstrap)
|
static TopicBuiltinTopicData |
TopicBuiltinTopicData.newTopicBuiltinTopicData(Bootstrap bootstrap)
|
| Uses of Bootstrap in org.omg.dds.type |
|---|
| Methods in org.omg.dds.type with parameters of type Bootstrap | ||
|---|---|---|
static
|
TypeSupport.newTypeSupport(java.lang.Class<TYPE> type,
Bootstrap bootstrap)
Create a new TypeSupport object for the given physical type. |
|
static
|
TypeSupport.newTypeSupport(java.lang.Class<TYPE> type,
java.lang.String registeredName,
Bootstrap bootstrap)
Create a new TypeSupport object for the given physical type. |
|
| Uses of Bootstrap in org.omg.dds.type.dynamic |
|---|
| Methods in org.omg.dds.type.dynamic with parameters of type Bootstrap | |
|---|---|
static DynamicTypeFactory |
DynamicTypeFactory.getInstance(Bootstrap bootstrap)
|
static DynamicDataFactory |
DynamicDataFactory.getInstance(Bootstrap bootstrap)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.