|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.search.events.ChangeEventPayloadImpl
public class ChangeEventPayloadImpl
Container class for change event payloads (SearchResultSet, for now).
| Constructor Summary | |
|---|---|
ChangeEventPayloadImpl(SearchResultSet p)
|
|
| Method Summary | |
|---|---|
java.util.List<ChangeEventPayloadItem> |
getChanges()
Get the List of objects representing changes to the Lucene index. |
int |
getTotalCount()
Returns number of items in the payload. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeEventPayloadImpl(SearchResultSet p)
| Method Detail |
|---|
public java.util.List<ChangeEventPayloadItem> getChanges()
ChangeEventPayload
getChanges in interface ChangeEventPayloadpublic int getTotalCount()
ChangeEventPayload
getTotalCount in interface ChangeEventPayload
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||