|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproai.service.ResponseDataImpl
public class ResponseDataImpl
| Constructor Summary | |
|---|---|
ResponseDataImpl(Writable writable)
|
|
ResponseDataImpl(Writable writable,
java.lang.String resumptionToken)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getResumptionToken()
Get the resumption token for the next part if this is one in a series of incomplete list responses (and not the last part). |
void |
release()
Release any resources (such as files or locks on other resources) associated with the response data. |
void |
write(java.io.PrintWriter out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseDataImpl(Writable writable)
public ResponseDataImpl(Writable writable,
java.lang.String resumptionToken)
| Method Detail |
|---|
public void write(java.io.PrintWriter out)
throws ServerException
write in interface WritableServerExceptionpublic java.lang.String getResumptionToken()
ResponseData
getResumptionToken in interface ResponseDatapublic void release()
ResponseData
release in interface ResponseData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||