![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|


Public Member Functions | |
| LifespanImpl (OsplServiceEnvironment environment) | |
| LifespanImpl (OsplServiceEnvironment environment, Duration duration) | |
| boolean | equals (Object other) |
| Duration | getDuration () |
| ServiceEnvironment | getEnvironment () |
| Class<? extends QosPolicy > | getPolicyClass () |
| int | hashCode () |
| Lifespan | withDuration (Duration duration) |
| Copy this policy and override the value of the property. More... | |
| Lifespan | 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 LifespanImpl.java.
| org.opensplice.dds.core.policy.LifespanImpl.LifespanImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 35 of file LifespanImpl.java.
| org.opensplice.dds.core.policy.LifespanImpl.LifespanImpl | ( | OsplServiceEnvironment | environment, |
| Duration | duration | ||
| ) |
Definition at line 40 of file LifespanImpl.java.
| boolean org.opensplice.dds.core.policy.LifespanImpl.equals | ( | Object | other | ) |
Definition at line 72 of file LifespanImpl.java.
| Duration org.opensplice.dds.core.policy.LifespanImpl.getDuration | ( | ) |
Implements org.omg.dds.core.policy.Lifespan.
Definition at line 51 of file LifespanImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
| Class<? extends QosPolicy> org.opensplice.dds.core.policy.LifespanImpl.getPolicyClass | ( | ) |
Definition at line 67 of file LifespanImpl.java.
| int org.opensplice.dds.core.policy.LifespanImpl.hashCode | ( | ) |
Definition at line 80 of file LifespanImpl.java.
Copy this policy and override the value of the property.
| duration | Specifies a duration for the length in time of the validity of the data. |
Implements org.omg.dds.core.policy.Lifespan.
Definition at line 56 of file LifespanImpl.java.
| Lifespan org.opensplice.dds.core.policy.LifespanImpl.withDuration | ( | long | duration, |
| TimeUnit | unit | ||
| ) |
Copy this policy and override the value of the property.
| duration | Specifies a long duration for the length in time of the validity of the data. |
| unit | The TimeUnit which the duration describes (i.e. TimeUnit.SECONDS or TimeUnit.MILLISECONDS) |
Implements org.omg.dds.core.policy.Lifespan.
Definition at line 61 of file LifespanImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.