public class SimpleResumptionToken extends Object implements ResumptionToken
| Constructor and Description |
|---|
SimpleResumptionToken(String value,
Date expirationDate,
long completeListSize,
long cursor) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompleteListSize()
Get the size of the list.
|
long |
getCursor()
Get the position in the list that this record starts at.
|
Date |
getExpirationDate()
Get the expiration date of the token.
|
String |
getValue()
Get the value of the token.
|
public String getValue()
ResumptionTokengetValue in interface ResumptionTokenpublic Date getExpirationDate()
ResumptionTokengetExpirationDate in interface ResumptionTokenpublic long getCompleteListSize()
ResumptionTokengetCompleteListSize in interface ResumptionTokenpublic long getCursor()
ResumptionTokengetCursor in interface ResumptionTokenCopyright © 2013 DuraSpace. All Rights Reserved.