![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
Set< Class<? extends Status > > | allStatusKinds () |
DynamicDataFactory | getDynamicDataFactory () |
DomainParticipantFactory | getParticipantFactory () |
PolicyFactory | getPolicyFactory () |
Provides an instance of org.omg.dds.core.policy.PolicyFactory. More... | |
DynamicTypeFactory | getTypeFactory () |
Duration | infiniteDuration () |
Time | invalidTime () |
Duration | newDuration (long duration, TimeUnit unit) |
Construct a org.omg.dds.core.Duration of the given magnitude. More... | |
GuardCondition | newGuardCondition () |
KeyedBytes | newKeyedBytes () |
KeyedString | newKeyedString () |
QosProvider | newQosProvider (String uri, String profile) |
Create a QosProvider fetching QoS configuration from the specified URI. More... | |
ModifiableTime | newTime (long time, TimeUnit units) |
Construct a specific instant in time. More... | |
WaitSet | newWaitSet () |
InstanceHandle | nilHandle () |
Set< Class<? extends Status > > | noStatusKinds () |
Duration | zeroDuration () |
Definition at line 84 of file OsplServiceEnvironment.java.
Set<Class<? extends Status> > org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.allStatusKinds | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 190 of file OsplServiceEnvironment.java.
DynamicDataFactory org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.getDynamicDataFactory | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 212 of file OsplServiceEnvironment.java.
DomainParticipantFactory org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.getParticipantFactory | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 98 of file OsplServiceEnvironment.java.
PolicyFactory org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.getPolicyFactory | ( | ) |
Provides an instance of org.omg.dds.core.policy.PolicyFactory.
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 207 of file OsplServiceEnvironment.java.
DynamicTypeFactory org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.getTypeFactory | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 103 of file OsplServiceEnvironment.java.
Duration org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.infiniteDuration | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 149 of file OsplServiceEnvironment.java.
Time org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.invalidTime | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 167 of file OsplServiceEnvironment.java.
Duration org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.newDuration | ( | long | duration, |
TimeUnit | unit | ||
) |
Construct a org.omg.dds.core.Duration of the given magnitude.
A duration of magnitude Long#MAX_VALUE indicates an infinite duration, regardless of the units specified.
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 144 of file OsplServiceEnvironment.java.
GuardCondition org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.newGuardCondition | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 180 of file OsplServiceEnvironment.java.
KeyedBytes org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.newKeyedBytes | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 224 of file OsplServiceEnvironment.java.
KeyedString org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.newKeyedString | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 218 of file OsplServiceEnvironment.java.
QosProvider org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.newQosProvider | ( | String | uri, |
String | profile | ||
) |
Create a QosProvider fetching QoS configuration from the specified URI.
The URI determines the how the Qos configuration is fetched and the format in which it is represented. This specification requires compliant implementations to support at least one file based configuration using the XML syntax defined as part of the DDS for CCM specification (formal/12.02.01).
uri | The uniform resource identifier. For example, "file:///somewhere/on/disk/qos-config.xml" "http:///somewhere.org/here/json-config.json" |
profile | Name of a profile in the document obtained via the uri |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 202 of file OsplServiceEnvironment.java.
ModifiableTime org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.newTime | ( | long | time, |
TimeUnit | units | ||
) |
Construct a specific instant in time.
Negative values are considered invalid and will result in the construction of a time t
such that:
t.isValid() == false
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 162 of file OsplServiceEnvironment.java.
WaitSet org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.newWaitSet | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 185 of file OsplServiceEnvironment.java.
InstanceHandle org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.nilHandle | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 174 of file OsplServiceEnvironment.java.
Set<Class<? extends Status> > org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.noStatusKinds | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 196 of file OsplServiceEnvironment.java.
Duration org.opensplice.dds.core.OsplServiceEnvironment.OpenSpliceServiceProviderInterface.zeroDuration | ( | ) |
Implements org.omg.dds.core.ServiceEnvironment.ServiceProviderInterface.
Definition at line 156 of file OsplServiceEnvironment.java.