21 package org.opensplice.dds.pub;
23 import java.util.concurrent.TimeUnit;
24 import java.util.concurrent.TimeoutException;
170 public void writeDispose(TYPE instanceData)
throws TimeoutException;
179 throws TimeoutException;
188 public void writeDispose(TYPE instanceData,
long sourceTimestamp,
189 TimeUnit unit)
throws TimeoutException;
197 throws TimeoutException;
207 Time sourceTimestamp)
throws TimeoutException;
218 long sourceTimestamp, TimeUnit unit)
throws TimeoutException;
DataWriter allows the application to set the value of the data to be published under a given org...
An opaque handle that can be used to refer to a local or remote entity.
void writeDispose(TYPE instanceData)
This operation requests the Data Distribution Service to modify the instance and mark it disposed...
A moment in time expressed with nanosecond precision (though not necessarily nanosecond accuracy)...