public class ReaderThreadImpl extends Object implements ReaderThread, Work
| Constructor and Description |
|---|
ReaderThreadImpl(ORB orb,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
doWork() |
Connection |
getConnection() |
long |
getEnqueueTime() |
String |
getName() |
void |
setEnqueueTime(long timeInMillis) |
public ReaderThreadImpl(ORB orb, Connection connection)
public Connection getConnection()
getConnection in interface ReaderThreadpublic void close()
close in interface ReaderThreadpublic void setEnqueueTime(long timeInMillis)
setEnqueueTime in interface Workpublic long getEnqueueTime()
getEnqueueTime in interface WorkCopyright © 2017–2019 Eclipse Foundation. All rights reserved.