![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
ReaderLifespanImpl (OsplServiceEnvironment environment, Duration duration) | |
ReaderLifespanImpl (OsplServiceEnvironment environment) | |
boolean | equals (Object other) |
Duration | getDuration () |
ServiceEnvironment | getEnvironment () |
Class<? extends QosPolicy > | getPolicyClass () |
int | hashCode () |
ReaderLifespan | withDuration (Duration duration) |
Copy this policy and override the value of the property. More... | |
ReaderLifespan | withDuration (long duration, TimeUnit unit) |
Copy this policy and override the value of the property. More... | |
Protected Attributes | |
OsplServiceEnvironment | environment |
Definition at line 31 of file ReaderLifespanImpl.java.
org.opensplice.dds.core.policy.ReaderLifespanImpl.ReaderLifespanImpl | ( | OsplServiceEnvironment | environment, |
Duration | duration | ||
) |
Definition at line 35 of file ReaderLifespanImpl.java.
org.opensplice.dds.core.policy.ReaderLifespanImpl.ReaderLifespanImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 46 of file ReaderLifespanImpl.java.
boolean org.opensplice.dds.core.policy.ReaderLifespanImpl.equals | ( | Object | other | ) |
Definition at line 73 of file ReaderLifespanImpl.java.
Duration org.opensplice.dds.core.policy.ReaderLifespanImpl.getDuration | ( | ) |
Implements org.opensplice.dds.core.policy.ReaderLifespan.
Definition at line 52 of file ReaderLifespanImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
Class<? extends QosPolicy> org.opensplice.dds.core.policy.ReaderLifespanImpl.getPolicyClass | ( | ) |
Definition at line 68 of file ReaderLifespanImpl.java.
int org.opensplice.dds.core.policy.ReaderLifespanImpl.hashCode | ( | ) |
Definition at line 81 of file ReaderLifespanImpl.java.
ReaderLifespan org.opensplice.dds.core.policy.ReaderLifespanImpl.withDuration | ( | Duration | duration | ) |
Copy this policy and override the value of the property.
duration | The duration after which data loses validity and is removed |
Implements org.opensplice.dds.core.policy.ReaderLifespan.
Definition at line 57 of file ReaderLifespanImpl.java.
ReaderLifespan org.opensplice.dds.core.policy.ReaderLifespanImpl.withDuration | ( | long | duration, |
TimeUnit | unit | ||
) |
Copy this policy and override the value of the property.
duration | The duration after which data loses validity and is removed |
unit | The TimeUnit which the period describes (i.e. TimeUnit.SECONDS or TimeUnit.MILLISECONDS) |
Implements org.opensplice.dds.core.policy.ReaderLifespan.
Definition at line 62 of file ReaderLifespanImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.