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


Public Member Functions | |
| AbstractIterator (OsplServiceEnvironment environment, AbstractDataReader< TYPE > reader, Object sampleSeqHolder, Field dataSeqHolderValue, SampleInfoSeqHolder infoSeqHolder) | |
| void | add (Sample< TYPE > o) |
| void | close () |
| boolean | hasNext () |
| boolean | hasPrevious () |
| Sample< TYPE > | next () |
| int | nextIndex () |
| Sample< TYPE > | previous () |
| int | previousIndex () |
| void | remove () |
| void | set (Sample< TYPE > o) |
Protected Member Functions | |
| abstract TYPE | getData (int index) |
| abstract SampleImpl< TYPE > [] | setupSampleList () |
Protected Attributes | |
| final Field | dataSeqHolderValue |
| final OsplServiceEnvironment | environment |
| final SampleInfoSeqHolder | infoSeqHolder |
| final AbstractDataReader< TYPE > | reader |
| final Object | sampleSeqHolder |
Definition at line 32 of file AbstractIterator.java.
| org.opensplice.dds.sub.AbstractIterator< TYPE >.AbstractIterator | ( | OsplServiceEnvironment | environment, |
| AbstractDataReader< TYPE > | reader, | ||
| Object | sampleSeqHolder, | ||
| Field | dataSeqHolderValue, | ||
| SampleInfoSeqHolder | infoSeqHolder | ||
| ) |
Definition at line 42 of file AbstractIterator.java.
| void org.opensplice.dds.sub.AbstractIterator< TYPE >.add | ( | Sample< TYPE > | o | ) |
Definition at line 126 of file AbstractIterator.java.
| void org.opensplice.dds.sub.AbstractIterator< TYPE >.close | ( | ) |
Definition at line 103 of file AbstractIterator.java.
|
abstractprotected |
| boolean org.opensplice.dds.sub.AbstractIterator< TYPE >.hasNext | ( | ) |
Definition at line 61 of file AbstractIterator.java.
| boolean org.opensplice.dds.sub.AbstractIterator< TYPE >.hasPrevious | ( | ) |
Definition at line 73 of file AbstractIterator.java.
| Sample<TYPE> org.opensplice.dds.sub.AbstractIterator< TYPE >.next | ( | ) |
Definition at line 132 of file AbstractIterator.java.
| int org.opensplice.dds.sub.AbstractIterator< TYPE >.nextIndex | ( | ) |
Definition at line 85 of file AbstractIterator.java.
| Sample<TYPE> org.opensplice.dds.sub.AbstractIterator< TYPE >.previous | ( | ) |
Definition at line 148 of file AbstractIterator.java.
| int org.opensplice.dds.sub.AbstractIterator< TYPE >.previousIndex | ( | ) |
Definition at line 94 of file AbstractIterator.java.
| void org.opensplice.dds.sub.AbstractIterator< TYPE >.remove | ( | ) |
Definition at line 114 of file AbstractIterator.java.
| void org.opensplice.dds.sub.AbstractIterator< TYPE >.set | ( | Sample< TYPE > | o | ) |
Definition at line 120 of file AbstractIterator.java.
|
abstractprotected |
|
protected |
Definition at line 37 of file AbstractIterator.java.
|
protected |
Definition at line 34 of file AbstractIterator.java.
|
protected |
Definition at line 35 of file AbstractIterator.java.
|
protected |
Definition at line 33 of file AbstractIterator.java.
|
protected |
Definition at line 36 of file AbstractIterator.java.