public class GXGetPrintsRequest extends GXAbstractRequest
| Constructor and Description |
|---|
GXGetPrintsRequest()
Create prints request with acknowledge true,
that means the response data correspondent to previous request should be acknowledged,
removed from server and does not send again
m_acknowledge |
GXGetPrintsRequest(boolean acknowledge)
Create prints request with
m_acknowledge
The acknowledge correspondent to previous request
In case that acknowledge is true data removed from server and does not send again
otherwise data from response will contains data from current and previous request. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasAcknowledge()
Shown if the response data of the previous request should be acknowledged.
|
void |
readExternal(ObjectInput in) |
void |
setAcknowledge(boolean acknowledge)
Sets acknowledge for response data of the previous request
m_acknowledge |
void |
writeExternal(ObjectOutput out) |
addVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariablespublic GXGetPrintsRequest()
m_acknowledgepublic GXGetPrintsRequest(boolean acknowledge)
m_acknowledge
The acknowledge correspondent to previous request
In case that acknowledge is true data removed from server and does not send again
otherwise data from response will contains data from current and previous request.acknowledge - public boolean hasAcknowledge()
m_acknowledgepublic void setAcknowledge(boolean acknowledge)
m_acknowledgeacknowledge - public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class GXAbstractRequestIOExceptionClassNotFoundExceptionjava.io.Externalizable#readExternal(ObjectInput)public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class GXAbstractRequestIOExceptionjava.io.Externalizable#writeExternal(ObjectOutput)Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.