public static class SyncReplItem.Entry extends Object
SyncStateControl
contained in a search entry.Modifier and Type | Field and Description |
---|---|
private SearchEntry |
searchEntry
Search entry that this class wraps.
|
private SyncStateControl |
syncStateControl
Control to search the entry for.
|
Constructor and Description |
---|
Entry(SearchEntry entry)
Creates a new entry.
|
Modifier and Type | Method and Description |
---|---|
SearchEntry |
getSearchEntry()
Returns the underlying search entry.
|
SyncStateControl |
getSyncStateControl()
Returns the sync state control or null if no such control exists in the search entry.
|
String |
toString() |
private final SearchEntry searchEntry
private final SyncStateControl syncStateControl
public Entry(SearchEntry entry)
SyncStateControl
it is made available via
getSyncStateControl()
.entry
- to search for sync state control inpublic SearchEntry getSearchEntry()
public SyncStateControl getSyncStateControl()
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.