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, setVariables
public GXGetPrintsRequest()
m_acknowledge
public 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_acknowledge
public void setAcknowledge(boolean acknowledge)
m_acknowledge
acknowledge
- public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class GXAbstractRequest
IOException
ClassNotFoundException
java.io.Externalizable#readExternal(ObjectInput)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GXAbstractRequest
IOException
java.io.Externalizable#writeExternal(ObjectOutput)
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.